@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #6D6E70;
}

.logo {
  margin-top: 2rem;
  width: 10rem;
}

.logo-small {
  width: 5rem;
  margin-right: 3rem;
}

nav {
  background-color: #E7EEF4;
}

.active {
  background-color: #FFFFFF;
}


.img-thumbnail {
  margin-top: 2rem;
  width: 500px;
  height: 300px;
}

.img-small {
  width: 312.5px;
  height: 187.5px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

a {
  color: #6D6E70;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

button .icon-bar {
  background-color: #6D6E70;
}

.jumbotron h1 {
  font-size: 4.8rem;
}

.navbar-nav>li.active>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
  border: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 500px) {
  .jumbotron h1 {
    font-size: 2.2em;
    }
  .jumbotron h3 {
    font-size: 1.6rem;
  }
}


