/* ==========================================================================
   Main styles 
   ========================================================================== */
html, body { 
    width:100%;
    height: 100%;
    overflow-x:hidden; 
    margin:0;
    padding:0;
    border:0;
    font-family:'Roboto', sans-serif;
}

h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color:#9DA5B2;
  text-align:center;
}

h4{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

li{
  list-style:none; 
  margin:0;
  text-align: center;
}


/* ==========================================================================
   Nav bar 
   ========================================================================== */
ul.sidenav {
    clear:both;
    list-style-type: none;
    margin:0;
    padding:0;
    background-color: white;
    position: fixed;
    width: 16.2%;
    height: 100%;
    overflow: hidden;
    float:left;
    margin-left:-1em;
    font-size: 17px;
}

ul.sidenav li a {
    display: block;
    color: #9E9E9E;
    padding: 5px 16px;
    text-align:right;
    text-decoration: none;
    font-weight:400;
}

.top-border-nav
{
  border-style: solid;
  border:white;
  border-top: 13px solid #329AFB;
}
 
ul.sidenav li a.active {
    font-weight:100;
}

#link:hover{
    color: #757575;
    font-weight:500;
    /*padding-bottom: 2px;*/
    /*border-bottom: 5px solid #E4E6EA;*/
}

.active{
    font-weight:200;
}

.top-border-main
{
  border-style: solid;
  border:white;
  border-top: 13px solid #8899A3; 
}


.navbar-toggle .icon-bar{
    background-color: black;
}

.navbar-header
{
    display:none;
}

.logo
{
   margin:5%;   
}

#large-logo
{
    width:105%;
    height:105%;
    margin:30px 0 100px 0;
    padding: 0px 5% 0px 0;
}


/* ==========================================================================
   Index page
   ========================================================================== */
 div.main-grid{
    margin-left: 16%;
    height: 100%;
    padding: 0px 0px 0px 5px;
    background-color:#E4E6EA;
    overflow-y:auto;
    overflow-x:hidden; 
    
}
.slide-grid {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    );
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 99%;
  margin: 5px 0 2px 0;
  position: relative;
  float: left;
  text-align:center;
}

.slide-text h2 {
  font-family:'Montserrat', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 55px;
  transform: translate(-50%, -50%);
  /*background:rgba(255,255,255,0.5);*/
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.slide-1{
  background-image: url(../img/full-res/slide-1.jpg);
}


/* ==========================================================================
   Social Media
   ========================================================================== */
#social{
    margin-right:30%;
    margin-top:100%;
}

a.btn-social,
.btn-social
{
    border-radius: 5%;
    color: #ffffff !important;
    display: inline;
    height: 40px;
    line-height: 40px;
    margin: 8px 4px;
    text-decoration: none;
    transition: background-color .3s;
    width: 40px;
    float:right;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.btn-social.btn-sm
{
    font-size: 19px;
    padding:10px 0px 0px 13px;
    height: 37px;
    line-height: 18px;
    margin: 6px 2px;
    width: 37px;
}

.btn-facebook
{
    background-color: #E0E0E0;
}

.btn-facebook:hover
{
    background-color: #4c70ba;
}

.btn-twitter
{
    background-color: #E0E0E0;
}
.btn-twitter:hover
{
    background-color: #55acee;
}


/* ==========================================================================
   About
   ========================================================================== */
.link{
  color:white;
}

.link:hover{
  color:white;
  font-style:underline;
}

div.main-about-grid{
    margin-left: 16%;
    padding:0px 17px 0px 17px;
    background-color:#E4E6EA;
}

.mission-bg{
  background-color:#F5F5F5;
  height: 100%;
}

.mission-text
{
  color:black;
  font-size: 14px;
  padding:15px 20px 15px 20px;
  text-align:left;
  line-height: 1.5;
}

.gwc-about-grid{
  padding:30px 0 20px 0;
  background-color:#686E76;

}

.gcc-about-grid{
  padding:30px 0 20px 0;
  background-color: #686E76;

}

h3{
  text-align: left;
  margin: 0 0 10px 0;
}

.about-subtext{
  font-size:14px;
  line-height: 1.5;
  color:white;
  text-align: left;
}

.about-logo{
  display: block;
  max-width: 90%;
  height: auto;
  margin: auto;
  padding: 10px 0 10px 0;
}

.about-btn-grid
{
  float:left;
}

.btn-border{
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-border.btn-info {
    background: none;
    border: 1px solid white;
    color: white;
}
.btn-border.btn-info:hover,
.btn-border.btn-info:active {
    text-decoration: underline;
}

.mission-img{
  background-size: cover;
  background-position: center;
  width: 98%;
  height: 220px;
  margin: 10px 0 20px 10px;
  position: relative;
  float: left;

  background-image: url(../img/about/mission.png);
}

/* ==========================================================================
   Calendar
   ========================================================================== */
   #calendar-grid{
       padding:10px 25px 25px 20px;
   }
   
   #calendar{
     background-color:white;
     padding:10px;
   }
   
   
/* ==========================================================================
   Contact 
   ========================================================================== */
.contact-img{
  width:110px;
  height:110px;
}

.circle-grid{
  text-align: right;
}

.contact-grid{
  margin-left:auto; 
  margin-right:auto;
  overflow: auto;
  background-color: white;
  padding:10px 0 10px 0;
  margin:10px;
}

.contact-text{
  height: 100px;
  width: auto;
  text-align: left;
}

h1#contact{
    margin-left:9px;
    font-weight:700;
}

#name{
  font-size:20px;
  text-align: left;
  margin: 0;
}

#contact-info{
  text-align: left;
  font-size: 15px;
}
