/* Custom CSS */

@media screen and (min-width: 320px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }
  p {
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  p {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 14px;
  }
}

@font-face {
  font-family: Zap;
  src: url(ZapfinoExtraLT-One.otf);
}

@font-face {
	font-family: Lucy;
	src: url(lucida.ttf);
}

body {
  padding-top: 15px;
}

.master-body {
  text-align: center;
  align-content: center;
}

section {
  padding-top: 60px;
}

#references h3, #references p, #publications h3, #publications p, #contact h3, #contact p {
  text-align: left;
}

#contact {
  padding-bottom: 92px;
}

#references .row, #publications .row, #contact .row {
  padding-bottom: 30px;
}

div > h1, h2, h3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

h1 {
  font-family: Lucy;
  font-size: 50px;
}

h2 {
  font-family: Lucy;
  font-size: 30px;
}

h3 {
  font-family: "Andale Mono";
  font-weight: bold;
  font-size: 16px;
  color: black;
}

h4 {
  font-family: Zap;
  font-size: 50px;
  margin-top: -5px;
  margin-bottom: -32px;
  color: black;
}

p {
  font-family: "Andale Mono";
}

/* Navbar style */

.navbar-header p {
  margin-left: 26px;
  margin-top: 8px;
  font-family: "Andale Mono";
  font-size: 12px;
}

.navbar-right {
  padding-top: 12px;
  font-family: Zap;
  font-size: 37px;
}

.globe {
  font-size: 24px;
  margin-top: -8px;
  padding-left: 4px;
}

.dropdown-menu > li > a {
  font-size: 27px;
}

.navbar-header {
  margin-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: #F8F8F8;
}

.img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.img-ref {
  width: 250px;
}

.img-square {
  height: 180px;
}

.img-icon {
  width: 50px;
}

.info {
  padding-top: 25px;
}

/* Footer */

#footer {
  background-color: darkslategrey;
  height: auto;
  padding-top: 20px;
}

#footer h4 {
  color: white;
}

#footer p {
  margin-left: 26px;
  margin-top: 8px;
  font-size: 12px;
  color: white;
}

#footer-web {
  text-align: right;
  color: white;
  margin-top: -8px;
}

#footer .row {
  padding-bottom: 18px;
}

#footer a {
  color: wheat;

}
