
/* Skeleton CSS Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 900px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one-half.column                { width: 48%; }
}

html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; 
  line-height: 1.6;
  font-weight: 400;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }


/* Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */  
  
  



body {
  overflow-x: hidden;
  background-color: #7595ac;
}

#hero {
  position: relative;
  width: 100%;
  overflow: hidden;
   height: 45vh;
  min-height: 250px;
}
#hero .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-image: url("../images/home-banner.png");
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -45px;
  padding: 0;
  width: 108%;
  background-color: #7595ac;

}

#title-left {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #7595ac;
}

  .mission {
    margin-top: 3em;
    margin-bottom: 2em;
  } 
.mission h4 {
  font-family: 'Cabin', sans-serif;
  color: white;
  margin-bottom: .2em;
}
.mission p{
   color: white;
  font-size: 1em;
  font-family: 'Amiko', sans-serif;
  font-weight: 400;
}
.mission p:nth-child(3) {
  margin-top: .4em;
}
.row {
  padding-top: 1.5em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
#title-left .section-heading h2 {
  color: #fff;
  font-weight: 800;
  font-family: 'Cabin', sans-serif;
}

#title-left .section-heading h4 {
  margin-top: .5em;
font-family: 'Cabin', sans-serif;
  
  
}
#title-left h5 {
  color: white; 
}
.text-center {
  text-align: center;
}
#title-section {
  background-color: #7595ac;
  z-index: 999;
 
  min-height: 3em;
}
#title-section img {
  width: 3em;
}
#title-section h2 {
  margin-bottom: 0;
font-size: 2.8em; 
}
.contact {
  border: 2px solid white;
 
  display: inline-block;
  padding: .3em 1em 0em 1em;
}
.contact:hover {
background-color: #2d2e29;
}
.contact:active {
background-color: #2d2e29;
}
.contact h4 {
  display: inline-block;
  color: white;
}
.contact img {
  display: inline-block;
  margin-left: .5em;
  position: relative;
   top: .75em;
}


.construction h4 {
  display: inline-block;
   color: #2d2e29;
  font-size: 1.4em;
}
.construction img {
  width: 2em;
  display: inline-block;
  top: .5em;
  margin-left: .2em;
  position: relative;
}
.mail-icon {
  width: 2.5em;
}
.hr {
background-color: #FFFFFF;
height: 5px;
width: 50px;
margin:  0 auto;
}
.hr-left {
background-color: #FFFFFF;
height: 5px;
width: 50px;
  margin: 0 2eml

}


@media (min-width: 380px) {
 #title-section img {
 
}

}
@media (min-width: 550px) { 

.row {
  padding-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
}
 .construction h4 {
  font-size: 1.6em;
   
}
  .mission p{
   color: white;
  font-size: 1.1em;
  }
.construction img {
  width: 2em;
  }
  
  
  
}
@media (min-width: 880px) {
  #title-section img {
 
}
.slant {
  height: 70px;
  margin-bottom: -35px;
}
#title-left:before{ 
  height: 70px;
  margin-top: -25px;
}


  
}

@media (min-width: 900px) {
  .mission {
    margin-top: 0em;
  }
  .row {
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
}
  #title-left {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #52d3aa;
   background-color: #ffa700;
  background-color: #7595ac;
 
 
}
}

.logo {
    max-width: 500px;
}



.section {
    float: left;
    width: 90%;
    padding: 2em 5%;
}

.section h4 {
  color:  #fff;
}

.new-container {
    float: left;
    width: 100%;
}

.box6 {
    float: left;
    width: 48%;
    text-align: center;
}

.box6:nth-child(even) {
    margin-left: 4%;
}

.box6 img {
  width: 100%;
  margin: 20px 0;
  }

  .button {
      display: inline-block;
      float: none;
      padding: 10px 20px;
      color: #fff;
      font-weight: bold;
      border: 2px solid #fff;
      text-decoration: none;
  }

  .button:hover {
    background: #fff;
    color:  #000;
  }

  footer {
    float: left;
    width: 90%;
    margin-top: 40px;
    padding: 2em 5%;
    background: #456c89;
    color: #fff;
  }

  footer p {
    color: #fff;

  }