@charset "UTF-8";
/* FLEX- STYLE */

/* Body */
body {
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

/* basic styling */

/*  FOR TYPE REF   font-family: 'Source Sans Pro', sans-serif; */


p {
    font-size: 1.25em;
}

h2 {
    color: #20af24;
}

h3 {
    color: #009cd1;
    margin-bottom: 5px;
}

img {
    width: 100%;
}



/* ======= FLEXBOX MARKUP =========== */

.container {
    display: flex; /* or inline-flex */
    justify-content: flex-start;
    align-items: stretch;
}


/* Wrapper */
.wrapper {
	max-width: 1600px;
	margin: auto;
}

.header {
	width: 100%;
}

/* Navigation */


 nav {
	text-align: center;

}


.header-nav-button {
    width: 300px;
    flex-grow: 1;
    text-align: center; 
    margin: 20px;
    padding: 25px 45px;
    position: relative;
    background-color: #009cd1;
    color: white;
    text-decoration:none;
    /* border-radius: 15px; */
    font-weight: bold;
}



.inner-wrap {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 35px;
	/* display: inline-block; */
	margin: 50px 0;
}

.intro-copy {
    width: 100%;
    overflow: auto;
}

.intro-copy h1 {
    text-align: center;
}


.left, .right {
    width: 50%;
    float: left;
    flex-grow: 1;
}

.left img, .right img {
    max-width: 100%;
}

.box {
    /* border-radius: 25px; */
    border: #8c8d8f solid 2px;
    margin: 60px 0;
}

.box-text {
    padding: 30px;
    width: 80%;
    margin: auto;
}

.return {
    font-weight: bold;
}

.return a {
    text-decoration: none;
}

.return img {
    width: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

.shifted {
    margin-left: 5%;
}

.breaker {
    height: 10px;
    width: 100%;
    display: block;
}


.top-video {
    display: inline-block;
    width: 520px;
    float: right;
}


/* ============================ Solar section ============================ */

.solar {
    height: auto;
}

.left-solar {
   /* border-radius: 25px 0 0 25px; */
    height: 100%; /* height: 46%; /* height: 250px; */
    background: url(../images/solar-image.jpg) no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
	/* padding-top: 250px;
	padding-bottom: 250px; */
}


/* ==================== Regenrative Agriculture Section ===================== */


.reg-ag {
    height: auto;
}

.right-reg-ag {
    /* border-radius: 0 25px 25px 0;*/
    height: 100%;
    background: url(../images/crystal-sugar-2.jpg) no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;

}


/* ============================ Electric Vehicles section ============================ */

.ev {
    height: auto;
}

.left-ev {
    /* border-radius: 25px 0 0 25px; */
    height: 100%;
    background: url("../images/electrci-vehicles-background.jpg") no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

/* ============================ Good Tenants section ============================ */

.good {
    height: auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-good {
    /* border-radius: 0 25px 0 0; */
    height: 315px;
    background: url("../images/good-neighbors-background.jpg") no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

.good-features {
    margin: auto;
    width: 90%;
    padding-top: 25px;
    border-top: solid 1px #8c9997;
    justify-content: space-evenly;    
}


.good-feature {
    width: 30%;
    float: left;
    padding: 0 20px;
    
}

/* == YOUTUBE VIDEO IFRAME SCALER === */
.auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto 25px;;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



/* ================= Sustainable section =================== */
.sustain {
    height: auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-sustain {
    /* border-radius: 25px 0 0 0; */
    height: 250px;
    background: url("../images/sustain-background.jpg") no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

/* sustainability section */


.thumbnail {
	width: 20%;
	/* text-align: justify; */
	float: left;
	margin-top: 35px;
    margin: 0 20px;
}


.thumbnail p, .good-feature p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000; /* #A3A3A3 */
}


/* ==================== Work Section ===================== */


.work {
    height: auto;
}

.right-work {
    /* border-radius: 0 25px 25px 0; */
    height: 100%;
    background: url(../images/work.jpg) no-repeat center center; 
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;

}
    
/* ====================== FOOTER SECTION ====================== */
footer {
	background-color: #FFFFFF;
	padding-bottom: 15px;
    width: 100%;
	display: inline-block;
}

footer {
}

.footer_banner {
    color: white;
	background-color: #9cb303;
	padding-top: 30px;
	padding-bottom: 160PX;
	margin-bottom: 0px;
    /* border-radius: 25px 25px 0 0 ; */
    text-align: center; 
    width: auto;
    
}


.footer-logos {
    max-width: 655px;
    text-align: center;
    margin: auto;
    display: block;
   
}

.footer-logos img {
    display:inline-block;
}

.ch-logo {
    width: 187px;
    float: left;
}

.pog-logo {
    width: 318px;
    float: left;

}

.l4l-logo {
    width: 148px;
    float: left;

}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #009cd1;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
    /* border-radius: 0 0 25px 25px; */
}


.hidden {
	display: none;
}




/* Mobile */


@media (min-width: 320px) and (max-width: 720px) {
    

    .nav {
        margin-top: 25px;
    }
    
    .header-nav-button {
      width: 197px;
      margin: 5px;
      padding: 10px 22px;

    }
    
    .inner-wrap {
        margin: 0;
    }
    
    .left, .right {
        width: 100%;
    }
    
    
    .solar.container, .reg-ag.container, .ev.container, .good.container, .sustain.container {
        display: inline-block;
    }
    
    .left-solar {
        height: 250px;
        border-radius: 25px 25px 0 0;
    }
    
    .right-reg-ag {
        height: 250px;
        border-radius: 0 0 25px 25px;
    }
    
    .left-ev {
        height: 250px;
        border-radius: 25px 25px 0 0;
    }
    
    .right-good {
        border-radius: 0;
    }

    .good-features.container {
        display: inline-block;
    }
    
    .good-feature {
        width: 100%;
        margin: 20px 0;
    }
    
    .good-feature img {
        width: 50%;
        margin: auto;
    }
    
    .left-sustain {
        border-radius: 25px 25px 0 0;
    }
    
    .thumbnail {
        width: 100%;
    }
    
}

@media (max-width: 500px) {
 
    .nav.container {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .header-nav-button {
        display: block;
        width: 85%;
        margin: 10px auto;
        padding: 20px 0;
    }
    
    
}
