/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto',"Lato",Helvetica,Arial,sans-serif;
}
/* clear fix */
.grid:after, .container:after, .grid-item:after {
  content: '';
  display: block;
  clear: both;
}


.grid {padding: 0;}
.grid-sizer,
.grid-item { width: 100%; }

.btn {
  border-radius: 0;
  color: black;
  background-color: white;
  transition: all .3s ease-in-out;

}
.btn:hover {
  color: white;
  background-color: black;
}

.navbar-brand { padding: 5px;}
.logo {width:60px;}

.topnav {
    font-size: 20px; 
    font-family: 'Roboto', sans-serif;
    font-weight:300;
        background-color: #fff;
}

.navbar-fixed-top {
    border-width: 0;
}
.navbar-nav {
    float: right!important;
    margin: 7.5px 0px;
}
.navbar-header {
  width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #999;
}


.intro-header {padding-top: 10rem; padding-left: 0; padding-right: 0;}
.container {
  max-width: 1440px;
  width: 100%;
}

.contact {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.contact:hover {
  text-decoration: underline;
  color: black;
  font-weight: normal;
}
.contact__info {
  padding-left: 3%;
}
.about--active {
  font-weight: bold;
}
.grid-item {
  float: left;
  height: auto;
  background: transparent;
  border: none;
  color: #999;
}

.grid-item:hover {
    color:#000;
    text-decoration: none;

}
.grid--type {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    text-align: center;
    font-size: 15px;
}

h3.grid--type {text-transform: uppercase; margin-top:5px;}
h4.grid--type {margin-bottom: 15px;}


.row--content {
  padding: 30px;
}

.content--logo {
  max-width: 235px;
}
.center-block {
  padding: 15px;
}

.body--copy {
  font-family: 'Roboto', "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
}
.intro {
  max-width: 900px;
}

.img--contained {
  max-width: 1170px;
  width: 100%;

}

.videothumbnail{
  width: 90%;
  height: 90%;
  margin-bottom: 6%
}


}

footer {
    padding: 50px 0;
    background-color: #fff;
}

p.copyright {
    margin: 15px 0 0;
}


@media(min-width:768px) {
    .grid-sizer,
    .grid-item { width: 33%; }
    /* 2 columns */
    .grid-item--width2 { width: 63%; }
    .logo {width:75px;}



}

@media(min-width:1199px) {


}

@media(min-width:1600px) {

}
