/* ============== */
/* COMMON CLASSES */
/* ============== */

body {
  font-family: din-condensed,sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4em;
  color: #65504b;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: 400;
  font-size: 1.8em;
}

h2 {
  font-weight: 400;
  font-size: 1.6em;
}

h3 {
  font-weight: 400;
  font-size: 1.4em;
}

h4 {
  font-weight: 400;
  font-size: 1.3em;
}

h5 {
  font-weight: 400;
  font-size: 1.2em;
}

h6 {
  font-weight: 400;
  font-size: 1.1em;
}

p {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

a {
  color: #0075e9;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa { /* Font Awesome Icons */
  color: #c6bcb9;
  padding-bottom: .3em;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tagline {
  font-weight: 300;
  margin-bottom: 10px;
}

.leading {
  line-height: 1.7em;
}

.nav-link {
  font-weight: 400;
}

/* ========== */
/* NAVIGATION */
/* ========== */

.navbar {
  margin-bottom: 0;
  background-color: #f5f4f0;
}

.donlan-logo {
  margin-top: -10px;
  font-family: "museo-sans",sans-serif;
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 40px;
  background: url(/images/donlan-logo-2.png);
}

.break-area {
  padding-bottom: 50px;
  padding-top: 50px;
}

.affiliations {
padding-top: 50px;
padding-bottom: 50px;
}


/* ========= */
/* JUMBOTRON */
/* ========= */

.jumbotron-fluid {
  background-image: url(/images/photo.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode:overlay;
  background-position: center bottom;
}

.break-area {
  background-color: #65504b;
  color: #ffffff;
}

.break-area {
  background-color: #65504b;
  color: #ffffff;
}

.right-side {
  margin-top: 10px;
}

.photo {
  width: 100%;
  padding: 13px 0 13px 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.line-break {
   display: block;
}

.tagline {
   font-size: 1em;
}

.logo-padding-small {
  margin-left: 60px;
  margin-right: 60px;
}


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

.line-break {
  display: block;
}

.tagline {
   font-size: 1.4em;
}

.logo-padding-small {
  padding-left: 0;
  padding-right: 0;
}

.logo-border {
  border: 1px solid white;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.line-break {
  display: block;
}

.tagline {
   font-size: 1.5em;
}

.logo-padding-small {
  padding-left: 0;
  padding-right: 0;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.line-break {
  display: block;
}

.tagline {
   font-size: 1.5em;
}

.logo-padding-small {
  padding-left: 0;
  padding-right: 0;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.line-break {
}

.tagline {
   font-size: 1.5em;
}

.logo-padding-small {
  padding-left: 0;
  padding-right: 0;
}

}
