@charset "UTF-8";
/* Body */
body {
  font-family: "franklin-gothic-compressed", sans-serif;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
/* Container */
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  background-color: #FFFFFF;
}
/* Navigation */
header {
  width: 100%;
  height: 5%;
  background-color: #52bad5;
  border-bottom: 1px solid #2C9AB7;
}
.logo {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 49.5%;
  margin-top: 15px;
  letter-spacing: 4px;
}
.logo img {
  margin-left: 20px;
}
.menu {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: right;
  width: 49.5%;
  margin-top: 15px;
  letter-spacing: 4px;
}
nav {
  width: 200px;
  float: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
}
nav ul li {
  color: #603813;
  font-size: 18px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
    list-style-type: none
}
ul li a {
  color: #603813;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
.bodyItem {
  max-width: 1000px;
  margin: 0 auto;
}
.responsiveImg {
  width: 100%;
  height: auto;
}


.back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            z-index: 9999;
            cursor: pointer;
            text-decoration: none;
            transition: opacity 0.2s ease-out;
            background-image: url(../images/top.png);
    display:none;
        }
        .back-to-top:hover{
            opacity: 0.7;
        }

/* Text Styles */
.headingOne{

    font-size:56px;
 text-align: left;
color:#507282;
}

.headingTwo{
max-width:400px;
 text-align: left;
font-size:50px;
    color:#507282;

}

.headingThree{
max-width:400px;
 text-align: left;
font-size:30px;
    color:#507282;

}

.headingFour{
max-width:400px;
 text-align: left;
font-size:40px;
    color:#603913;

}


.heroRightP{ 
max-width:400px;
 text-align: justify;
font-size:30px;
    color:#507282;
  
}
.pOrange{
max-width:400px;
color:#F7941D;
 text-align: left;
    padding-right:20px;
    font-size:30px;
}

/* Hero Section */
#hero{margin-top:40px;}
.heroLeft {
  display: inline-block;
  width: 30%;
}
.heroRight {
  display: inline-block;
  width: 69%;
  vertical-align: top;
    text-align: left;
    
}
/* Services Section */
#services {
  background: #fde8cf;

}

.servicesCopy{
padding:40px 60px 40px 60px;
color:#507282;
    font-size:26px;
}

#barBottom {
  margin-top: -15px;
}
/* About Section */

#about{
margin-top:80px;
}
.teamMember {


}
.teamLeft {
    display: inline-block;
width:20%;
    vertical-align: top;
    padding:10px;

}
.teamRight {
    display: inline-block;
width:70%;
    margin-left:1%;
    margin-right:20px;

}
.teamRight p {

color:#507282;
    font-size:20px;
    text-align:justify;

}

/* Contact Section */

#contact {
  background: #fde8cf;
 

}
.contactTop{
margin-left:30px;
padding-top:30px;

}

.contactTop p{
font-size:20px;


}
.contactCols{
width:100%;
}

.contactColLeft{
width:49%;
display:inline-block;
    vertical-align:middle;
    float:left;
   
}

.contactColLeft p{
font-size:20px;


}

.contactForm{
width:95%;
display:inline-block;
text-align:center;
}






/* Footer Section */

.footerCol{
width:49%;
    display:inline-block;
vertical-align:top;
}

.social{
margin-left:45px;

}
.social span{
font-size:24px;
color:#ffffff;
}
.social span a{
font-size:24px;
color:#ffffff;
}
.social span a:hover{
font-size:24px;
color:#507282;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
}



.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fffff;
  color: #00000;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
    font-size:12px;
}

#footer {
background-color:#F7944B;
}
.hidden {
  display: none;
}
/* Mobile */
@media (max-width: 320px) {
.footerCol{
width:100%;
    display:inline-block;

}
       .logo {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 4px;
}
.logo img {
  margin-left: 20px;
}
.menu {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: right;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 4px;
    padding-right:15px;
}
    
    
    /* Text Styles */
.headingOne{
max-width:400px;
 text-align: left;
font-size:36px;
color:#507282;
}

.headingTwo{
max-width:400px;
 text-align: left;
font-size:34px;
    color:#507282;

}

.headingThree{
max-width:400px;
 text-align: left;
font-size:25px;
    color:#507282;

}

.headingFour{
max-width:400px;
 text-align: left;
font-size:30px;
    color:#603913;

}

    
    
    
   .heroRightP{ 
max-width:400px;
 text-align: justify;
font-size:20px;
      
    color:#507282;
}
.pOrange{
max-width:400px;
color:#F7941D;
 text-align: left;
    
    font-size:20px;
} 
    
  .servicesCopy{
padding:20px 20px 10px 20px;
color:#507282;
    font-size:18px;
      
}  
    
    
    .teamRight {
    display: inline-block;
width:60%;
    margin-left:9%;
    margin-right:20px;

}
    
    .contactColLeft{
width:100%;
display:inline-block;
    vertical-align:middle;
    
   
}

.contactColLeft p{
font-size:20px;


}

.contactForm{
width:100%;
display:inline-block;

}

    
    
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 600px) {
.footerCol{
width:100%;
    display:inline-block;

}
       .logo {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 4px;
}
.logo img {
  margin-left: 20px;
}
.menu {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: right;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 4px;
    padding-right:15px;
}
    
    
    /* Text Styles */
.headingOne{
max-width:400px;
 text-align: left;
font-size:36px;
color:#507282;
}

.headingTwo{
max-width:400px;
 text-align: left;
font-size:34px;
    color:#507282;

}

.headingThree{
max-width:400px;
 text-align: left;
font-size:25px;
    color:#507282;

}

.headingFour{
max-width:400px;
 text-align: left;
font-size:30px;
    color:#603913;

}

    
    
    
   .heroRightP{ 
max-width:400px;
 text-align: justify;
font-size:20px;
      
    color:#507282;
}
.pOrange{
max-width:400px;
color:#F7941D;
 text-align: left;
    
    font-size:20px;
} 
    
  .servicesCopy{
padding:20px 20px 10px 20px;
color:#507282;
    font-size:18px;
      
}  
    
    
    .teamRight {
    display: inline-block;
width:60%;
    margin-left:9%;
    margin-right:20px;

}
    
    .contactColLeft{
width:100%;
display:inline-block;
    vertical-align:middle;
    
   
}

.contactColLeft p{
font-size:20px;


}

.contactForm{
width:100%;
display:inline-block;

}

}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {}