@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Spectral+SC');


h1 {
  font-family: 'Spectral SC', serif;
}
p {
  font-family: 'Spectral SC', serif;
}
h2 {
  font-family: 'Spectral SC', serif;
}


.topnav {
  overflow: hidden;
  background-color: white;
}

.topnav a {
  float: right;
  display: block;
  color: #949494;
  text-align: center;
  padding: 14px 47px;
  text-decoration: none;
  font-size: 18px;
}
 .menu {
   text-align: center;
 }


.active {

  color: #6598b8;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 667px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 667px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

.t {
    transform: rotate(3deg);
}

.men-bod {
  height: 800px;
}

.active1 {
  background-color: #6598b8;
}


.btn-group-justified {
    display: table;
    width: 89%;
    table-layout: fixed;
    border-collapse: separate;
}
