html,body{min-width: 960px;}

/* Master StyleSheet */

h1{
  color: #fff;
}

h2{
  color: #aaa;
  font-size: 48px;
}

h4{
  color: #aaa;
}

.pad-tb-200{
  padding-top:200px;
}

/* Benefit Section */

#benefits{
  padding-top:200px;
  padding-bottom: 600px;
  background: url(../images/hero-scene/benefits-bg.jpg);
  background-size: cover;
}

#benefits h2{
  text-align: center;
  color: #fff;
}

#benefits p.sub-title{
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

/* Benefit Section End */

/*  */

#mission{
  background: #060c1d;
  padding: 300px 0px;
}

#mission h2{
  color: #fff;
}


/* Contact Section */

#contact{
  padding-top:100px;
  padding-bottom:400px;
}

#contact .title{
  text-align: center;
  padding-top:50px;
  color: #FFF;
}

#contact .sub-title{
  text-align: center;
  padding-bottom:50px;
  text-transform: uppercase;
}

.content-shape{
  min-height: 100px;
  padding:30px 25px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}


.content-shape p{
  color:rgba(255, 255, 255, 0.5);
  font-size: 24px;
  padding-bottom: 7px;
}

.content-shape a{
  color:rgba(255, 255, 255, 0.5);
  font-size: 24px;
  padding-bottom: 7px;
}

.content-address{
  background: #0070C0;
  transition: all 0.1s ease-in;
}

.content-address:hover{
  background: #fff;
  transform: scale(1.5);
  z-index: 2;
}

.content-address:hover p{
  color: #0070C0;
}

.content-phone{
  background: #0070C0;
  transition: all 0.1s ease-in;
}

.content-phone:hover{
  background: #fff;
  transform: scale(1.5);
  z-index: 2;
}

.content-phone:hover p{
  color: #0070C0;
}

.content-email{
  background: #0070C0;
  transition: all 0.1s ease-in;
}

.content-email:hover{
  background: #fff;
  transform: scale(1.5);
  z-index: 2;
}

.content-email:hover p{
  color: #0070C0;
}

#facebook{
  padding:100px 0px;
  background: #1b2128;
}

#facebook a{
  width: 600px;
  height: 600px;
  background: url(../images/hero-scene/facebook-cta.jpg) center no-repeat;
  background-size: contain;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
}

/* Contact Section End */

/* MEMBERS */

#members h2.title{
  font-size: 56px;
  font-weight: 100;
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#members p.sub-title{
  font-size: 24px;
  font-weight: 100;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.member{
  background: #1E3353;
  min-height: 700px;
  border-radius: 12px;
}

.member h4, .member h5, .member p{
  text-align: center;
  margin-bottom: 16px;
  padding: 0px;
}

.member-logo{
  width:100%;
  display: block;
  border-radius: 90px;
}

.member-logo-holder{
  width:90px;
  height:90px;
  display: block;
  margin: 16px auto;
  border-radius: 90px;
  background: url(../images/branding/fn-logo-icon.png) no-repeat center;
  background-size: contain;
}

.member-company{
  font-size: 28px;
  color: #5F7FAF;
  font-weight: bold;
}

.member-director{
  font-size: 18px;
  color: #5F7FAF;
  font-weight: normal;
  text-transform: uppercase;
}

.member-description{
  font-size: 18px;
  color: #5F7FAF;
  font-weight: normal;
  height: 100px;
}

.member-btn{
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 18px;
}

.member-phone{
  background: #fff;
  color: #5F7FAF;
}

.member-website{
  background: #284167;
  border: solid 1px #fff;
  color: #5F7FAF;

}

.member-email{
  background: #5F7FAF;
  color: #1E3353;
}

.member-btn{
  font-size: 90%;
}

.social-icon{
  margin: 16px 0px;
  padding:16px 0px;
  display: block;
}

.social-icon span{
  width: 25px;
  height: 25px;
  background: #fff;
  margin-right: 7px;
  display: block;
  border-radius: 5px;
  float: left;
}

.social-icon strong{
  color: #5F7FAF;
  font-size: 14px;
  display: block;
  line-height: 25px;
  height: 25px;
  float: left;
}

.member-facebook span{
  background: url(../images/socialmedia/facebook.svg);
  background-size: contain;
}

.member-twitter span{
  background: url(../images/socialmedia/twitter.svg);
  background-size: contain;
}

.member-instagram span{
  background: url(../images/socialmedia/instagram.svg);
  background-size: contain;
}

.member-linkedin span{
  background: url(../images/socialmedia/linked-in.svg);
  background-size: contain;
}

/* END MEMBERS */

/*
** FOOTER
*/



#base{
  background: #060c1d;
  padding:25px 0px;
  margin-top: 0px;
  text-align: center;
}

#base a{
  display: block;
  color: #fff;
  font-size: 18px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}


/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 960px) {

  html, body{
    min-width: 100%;
  }

  #mainHeader{
    position: relative;
  }

  #branding {
    margin: auto;
  }

  #nav #menuList {
    float: none;
    margin: auto;
  }

  .col-1-4 > .col:nth-child(2) {
    width: auto;
  }

  #nav{
    display: none;
  }

  #nav #menuList .list-item a{
  	padding:0 7px;
  	font-size: 0.6em;
  	letter-spacing: 0.08em;
  }


  .col {
    float: none;
    margin: auto;
  }

  .screen, .screen-960, .screen-640{
    width: 90%;
  }

  .col-3 .col,.col-2 .col{
    width: 90%;
    float: none;
    margin: auto;
  }

  #members .col{
    width: 100%;
    float: none;
    margin: auto;
  }

  .hero-text{
    width: 100%;
    margin: auto;
    padding-top: 200px;
    font-size: 28px;

  }

  .button{
    margin: 25px auto;
  }

  #hero{
    height: auto;
    padding-bottom: 100px;
  }

  #benefits{
    padding:100px 0px;
    background: url(../images/hero-scene/benefits-bg.jpg) center top;
    background-size: auto;
  }

  #mission{
    padding: 100px 0px;
  }

  #achievements{
    padding:100px 0px;
  }

  .content-achievements{
    font-size: 28px;
  }


  #facebook a{
    width: 100%;
    height: 600px;
  }

}
