body {
  background-color: #ecf1fa;
  font-family: 'Hind';
  max-width: 1280px;
  margin: auto; }

p.title {
  font-weight: 100 !important;
  color: #afbcc3 !important;
  letter-spacing: 4px !important;
  text-align: center !important; }

#nav {
  height: 120px; }
  #nav nav {
    height: 120px;
    background-color: white; }
    #nav nav img {
      width: auto;
      max-height: 70px;
      margin: 25px 0 0 25px; }
    #nav nav ul {
      height: 100%;
      margin: 0 auto; }
      #nav nav ul li {
        height: 120px;
        line-height: 120px; }
        #nav nav ul li a {
          color: black; }

nav a.sidenav-trigger, nav a.sidenav-trigger i {
  height: 120px !important;
  line-height: 120px !important;
  font-size: 50px; }

ul#slide-out img.sidelogo {
  width: 100%;
  height: auto; }

.sidenav li > a {
  height: auto; }

#cover {
  margin-top: -120px;
  padding-top: 150px; }
  #cover h4 {
    color: white;
    margin-bottom: 0; }
  #cover img {
    width: 100%; }
  #cover .site-title {
    padding-top: 20vh;
    padding-left: 50px; }

footer#footer.page-footer {
  background-color: #0a0e33;
  padding: 10vh 5%; }
  footer#footer.page-footer p.title {
    text-align: left !important;
    letter-spacing: 0px !important; }
