.renderBody {  background: none; }

body > .background {
    background: linear-gradient(#fff, #fff 18%, #2978bb 18%, #2978bb 83%, #fff 83%) repeat-x; 
} 

.hexRotate{
    width: 50%;
    display:inline-block;
}

.quote {
    position: absolute;
    width: 100%;
}

a.hexLink:not(.noDisplay){
    display:inline;
}

.topHome {  margin: 0 auto; position: relative; }

.quote > img { width: 100%; }

#AboutContent p { font-size: 0.9em; }

p.intro { color:white; }

#quoteDiv {
    width: 50%;
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    padding: 0 15px;
}

/*mobile*/
@media only screen and (max-width:600px) {
    .AboutContent p { font-size: 18px; }

	#homeRight {
		float: none;
		width: 96%;
		margin: 10px auto 0;
	}

	.hexRotate { width: 100%; }

	#quoteDiv{
        width: 100%;
        text-align:center;
        position: relative;
        padding: 0;
	}
    .quote{ position: relative;}

    .quote > img{ width: 90%; }

    body > .background{
        background: linear-gradient(#fff, #fff 25%, #2978bb 25%, #2978bb 100%, #fff 100%) repeat-x;
    }
}

@media screen and (min-width: 600px) {
    body > .background {
        background: linear-gradient( #fff, #fff 24%, #2978bb 24%, #2978bb 83%, #fff 83%) repeat-x;
    }
    #quoteDiv{
        display: flex;
        align-items: center;
    }
}

/*tablet*/
@media screen and (min-width: 561px) and (max-width: 768px) {
	.AboutContent{
		width: 90%;
		margin-right: 20px;
	}
    .hexRotate { width: 100%; }
}

@media screen and (min-width: 992px){
    .topHome {
        padding-bottom: 0;
        width: 76%;
    }
    .quote { bottom: 225px; }
    .quote >img{ width: 90%}
}

@media screen and (min-width: 1245px){
}

@media screen and (min-width: 1536px) {
    #AboutContent p { font-size: 1.2em; }

    .topHome{  width: 64%; }

    body > .background {
        background: linear-gradient( 
                                   #fff,
                                   #fff 24%,
                                   #2978bb 24%,
                                   #2978bb 83%,
                                   #fff 83%) repeat-x ;
    }
       
}

@media screen and (min-width: 2065px){
    #AboutContent p { font-size: 1.4em; }
    .topHome{ width: 54%; }

    body > .background {
        background: linear-gradient( 
                                   #fff,
                                   #fff 24%,
                                   #2978bb 24%,
                                   #2978bb 83%,
                                   #fff 83%) repeat-x ;
    }
}

/* HEIGHT RESPONSIVE */
@media screen and (max-height: 680px){
    .topHome {  padding-bottom: 5px;  }
}
@media screen and (min-height: 680px){
}
@media screen and (min-height: 724px){
}

@media screen and (min-height: 800px) {
    /*.quote { bottom: 200px; }*/
}

@media screen and (min-height: 900px) {  
        .quote { bottom: 225px; }
}

@media screen and (min-height: 1300px){
}