/*  DARK GREEN   #004812   */
/*  MID GREEN    #538058   */
/*  LIGHT GREEN  #9fb99f   */
/*  YELLOW       #e58e1a   */

/*-------------------------------------------------------*/
/*--------------BASIC SETUP------------------------------*/
/*-------------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   

}

*:focus{ 
    outline: none;
}

html,
body{
    background-color: #fff;
    color: #6a6a6a;
    font-family:'Josefin Slab','arial', 'serif';
    font-weight: 300;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1}
.clearfix:after{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*   Image Preloader   */

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/*-------------------------------------------------------*/
/*--------------REUSABLE COMPONENTS----------------------*/
/*-------------------------------------------------------*/

.row{
    max-width: 1140px;
    margin: 0 auto;
}

section{
    padding: 80px 0;
}

.box{
    padding: 1%;
}

/*--------------HEADINGS----------------------*/

h1, h2, h3{
    font-weight: 300;
    text-transform: uppercase;
}

h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%; 
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2{
    font-size: 180%; 
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h2:after{
    display: block;
    height: 3px;
    background-color: #9fb99f;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3{
    font: 110%;
    margin-bottom: 15px;
}

.icon-big{
    font-size: 300%;
    color: #9fb99f;
    font-weight: 500;
    margin-bottom: 10px;
}

.icon-small{
    font-size: 130%;
    color: #9fb99f;
    padding-left: 5px;
}
/*--------------PARAGRAPHS----------------------*/

.long-copy{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 30px;
    text-align: center;
}

.box p{
    font-size: 90%;
    line-height: 145%;
}


/*-----------------BUTTONS----------------------*/

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;  
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;  
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.btn-full,
input[type=submit]{
    background-color: #9fb99f;
    border: #9fb99f 2px solid;
    color: #fff;
    margin-right: 15px;
}



.btn-ghost{
        border: #9fb99f 2px solid;  
        color: #9fb99f;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #538058;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active{
    border: 2px solid #538058;    
}

.btn-ghost:hover,
.btn-ghost:active{
    border: 2px solid #538058; 
    color: #fff;
}

/*---------------------------------------------*/
/*----------------NAVIGATION-------------------*/
/*---------------------------------------------*/



/*----Main Nav----*/

.main-nav{
    float: right;
    margin-top: 30px;
    list-style: none;
}

.main-nav li{
    display: inline-block;
    margin-right: 30px;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #004812;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #9fb99f;
}

.logo-sticky{ display: none; }

/*----Sticky Nav----*/


.sticky .logo-fade{   display: none;  }
.sticky .logo-sticky{ 
    display: inline-block;
    width: 140px;
    height: auto;
    float: left;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 2px #cecdcd;
    z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    padding: 20px 0;
}

.sticky .main-nav{
    float: right;
    margin: 20px;
    list-style: none;
    margin-top: 30px;
}

/*----Mobile Nav----*/

.mobile-nav-icon{
    float: right;
    margin-top: 20px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i{
    color: #818182 ;
    font-size: 140%;
}

/*-------------------------------------------------------*/
/*------------------------HEADER-------------------------*/
/*-------------------------------------------------------*/

header{
    background: -webkit-linear-gradient(rgba(168, 159, 88, 0.2), rgba(229, 142, 26, 0)), url(main.jpg) center fixed no-repeat;
    background: linear-gradient(rgba(168, 159, 88, 0.2),rgba(229, 142, 26, 0)),url(main.jpg)  center fixed no-repeat;            
    background-size: cover;
    height: 100vh;
}


.main-text-box{
    position: absolute;
    width: 60%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.logo-fade{
    float: left;
    width: 150px;
    height: auto;
    margin-top: 10px;
}

.bottom-row{
    max-width: 1140px;
    bottom: 0;
    position: absolute; 
    margin-left: 10px;
    margin-bottom: 10px;
}

.bottom-row i{
    font-size: 70px;
    opacity: 0.8;
}

.logo-play{
    font-size: 500%;
    opacity: 0.5;
    -webkit-transition: opacity 1s, -webkit-transform 1s, color 1s;
    transition: opacity 1s, transform 1s, color 1s;
    color: #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-play:hover{
    opacity: 1;
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    color: #538058;
}

.video-box{
    cursor: pointer;
}

.offscreen{
    position: absolute;
    left: -5000px;
    border: 0;
}

.js--rem-video{
    height: 580px;
}

.tel-number,
.tel-number a{
    text-align: right;
    color: #9fb99f!important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 120%;
    text-shadow:  0.1px 0.1px #FFF;
}

.tel-number a{
	style: none;	
}

.enclose {
    position:absolute;
    bottom:0px;
    width:100%;
    padding-right: 20px;
}

/*-------------------------------------------------------*/
/*------------------------ABOUT--------------------------*/
/*-------------------------------------------------------*/


.about-icons{
    width: 150px;
    height: auto;
    padding-bottom: 20px; 
}



/*-------------------------------------------------------*/
/*-----------------------SERVICES------------------------*/
/*-------------------------------------------------------*/



.services-icons{
    width: 150px;
    height: auto;
    padding-bottom: 20px; 
}

.section-services{
    background-color: #fbfbfb;
}

/*---------------------------------------------*/
/*--------------PHOTOS SECTION-----------------*/
/*---------------------------------------------*/

.section-photos{
    padding: 0;
}

.photos-ul{
    list-style: none;
    width: 100%;
}

.photos-ul li{
    display: block;
    float: left;
    width: 25%;
}

.photo-tanker {
    position: relative;   
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.photo-tanker img{
    width: 100%;
    height: auto;
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.photo-tanker img:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}



/*-------------------------------------------------------*/
/*---------------------TESTIMONIALS----------------------*/
/*-------------------------------------------------------*/

.section-testimonials{
    background: -webkit-linear-gradient(rgba(229, 142, 26, 0.21), rgba(229, 142, 26, 0.21)), url(testimonial-background.jpeg) center fixed no-repeat;
    background: linear-gradient(rgba(229, 142, 26, 0.21),rgba(229, 142, 26, 0.21)), url(testimonial-background.jpeg) center fixed no-repeat;
    height: 120vh;
    background-size: cover;
    color: #fff;
}

blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin: 40px; 

}

.testimonial-box{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

blockquote:before{
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;

    /*margin-bottom: 20px;
    padding-bottom: 20px;*/
}

cite img{
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle; 
    float: left;
}



/*-------------------------------------------------------*/
/*---------------------------MAP-------------------------*/
/*-------------------------------------------------------*/

.map{
    width: 100%;
    height: 560px;
    position: relative;
}

/*-------------------------------------------------------*/
/*----------------------MEET JAMES-----------------------*/
/*-------------------------------------------------------*/


.section-meet-james{
        background: -webkit-linear-gradient(rgba(83, 128, 88, 0.7), rgba(83, 128, 88, 0.7)) ,url(meet-james-background.jpeg) center fixed no-repeat;
        background: linear-gradient(rgba(83, 128, 88, 0.7),rgba(83, 128, 88, 0.7)) ,url(meet-james-background.jpeg) center fixed no-repeat;
    height: 100vh;
    background-size: cover;
    color: #fff;
}

.james-headshot{
    height: 300px;
    width: auto;
    border-radius: 50%;
    float: left;

}

.james-intro{
    width: 50%;
    float: right;
    margin-top: 40px;
   /* transform: translate(10%, 20%); */

}


/*-------------------------------------------------------*/
/*---------------------INFOGRAPHIC-----------------------*/
/*-------------------------------------------------------*/

.section-things{
    background-image:url(infographic-answered.png);
    background-color: #f4fff3;
    width: 100%;
    height: 900px;
    background-attachment:scroll;
       background-repeat:no-repeat;
        background-size:contain;
        background-position:center;
}


/*-------------------------------------------------------*/
/*------------------------CONTACT------------------------*/
/*-------------------------------------------------------*/

.section-contact{

}

.contact-form{
    width: 90%;
    margin: 0 auto -60px auto;
}


input[type=email],
input[type=text],
textarea{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.contact-form span-2-of-3{
    text-align: right;
}

.contact-response{
    color: #9fb99f;
    font-weight: 300;
    text-transform: uppercase;
}

textarea{
    height: 70px;
}

/*-------------------------------------------------------*/
/*------------------------FOOTER-------------------------*/
/*-------------------------------------------------------*/

.footer-background{
    background-color: #818182;
    font-size: 80%;
}

.arb-logo{
    float: right;
    width: 80px;
    height: auto;
    padding-top: 5px;
}

/* <div class="donut-footer">
                        <p>Web Design by <a href="http://www.thecreativedonut.com" target="_blank">The Creative Donut</a></p>
                    </div>*/
.donut-footer{
    background-color: #5c5c5c;
    font-size: 80%;
    text-align: center;
    color: #dcdcdc;
    padding-top: 5px;
    padding-bottom: 2px;
}
.donut-footer a{   color: #f5a1c3;   }
.donut-footer a:hover{   color: #f262a0;   }

.footer-nav{
    list-style: none;
    float: left;
}

.footer-nav li{
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block
}

.footer-nav li:last-child{
   margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited{
    text-decoration: none;
    border: 0;
    color: #c2c2c2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-nav li a:hover,
.footer-nav li a:active{
    color: #f7f7f7;
}

footer p{
    color: #c2c2c2;
    text-align: center;
    margin-top: 10px;
}



/*-------------------------------------------------------*/
/*----------------------ANIMATION------------------------*/
/*-------------------------------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated{
    opacity: 1;
}

