/* Main elements */

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 70px;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url('../img/website-bg.webp') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cardo","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  font-size: 1.3em;
  padding-top: 15px;
  line-height: 1.6;
  margin: auto;
  width: 80%;
  text-align: justify;
  color: #333;
}

hr {
  max-width: 90%;
  border-color: #999999;
}

hr.pub-hr {
  max-width: 60%;
}

hr.hr-tiny {
  max-width: 15%;
}

a:hover {
  text-decoration: none;
}

.row {
    margin: auto;
    width: 90%;
}

.box {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.8);
    align-content: center;
    border-radius: 9px;
}
p.center {
	text-align: center;
}
/* Navbar */

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

a.dis {
  color: #9d9d9d !important;
}

a.dis:hover {
  color: #fff;
}

/* Carousel */

.carousel-img {
  max-height: 300px;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

.thumbnail {
  background-color: transparent;
  border: none;
}

.img-responsive {
    margin: 0 auto;
    height: 300px !important;
    max-height: 300px !important;
}

/* Page Headers */

.intro-text {
    text-shadow: 2px 1px 2px rgba(0,0,0,0.1);
    font-size: 2.1em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #222;
}

/* Shared Text */

.bio {
  font-weight: 200;
  padding-bottom: 10px;
  text-align: center;
}

.contact {
  font-size: 1.2em;
  font-weight: 400;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* About */

.olivia-photo {
  max-height: 55%;
  max-width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 15px;
}

.roger {
  font-size: .8em;
  text-align: center;
  align-content: center;
  padding-bottom: 15px;
}

/* Testimonials */

.testimonial {
  font-style: italic;
  font-size: 1.3em;
  font-weight: 200;
}

.test-link {
  font-size: 1em;
  font-weight: 200;
  font-style: italic;
}

.test-link-no-it {
  font-size: 1em;
  font-weight: 200;
}

.client {
  text-align: right;
  font-size: 1.2em;
  font-weight: 200;
}

/* Publications */

.pub {
  font-size: 1.5em;
  font-weight: 200;
  padding: 10px;
  text-align: center;
}

.pub-author {
  font-size: .7em;
  text-align: center;
}

/* Footer */

footer {
    background: #ccc;
    text-align: center !important;
}

footer p {
    text-align: center;
    font-size: .8em;
    padding: 20px 0;
}

footer a {
    text-decoration: none;
}
	.mobileOnly {
		display: none;
	}

/* Mobile */

@media (max-width: 50em) {
body:after {
  background: url('../img/website-bg.webp') top left;
}
  p {
    padding-top: 5px;
  }

  hr {
    margin-top: 15px;
    margin-bottom: 13px;
  }

  hr.pub-hr {
    max-width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .box {
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 10px 5px;
      background: rgba(255,255,255,0.8);
      align-content: center;
      border-radius: 9px;
  }
	.mobileOnly {
		display: block;
	}
  .box p {
    width: 100%;
  }

  .box-top {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  footer p {
    text-align: center;
    font-size: .7em;
    padding: 10px 0;
  }
  
  .navbar-mobile {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    color: rgba(190,190,190,0.9);
    float: left;
    transform: translateY(41%);
    padding-left: 13px;
  }
  
  .navbar-header button {
    float: right;
  }

  .branding {
    display: none;
  }

  .carousel {
    display: none;
  }

  .no-carousel-imgs {
    padding: inherit;
	 
  }

  .img-no-carousel {
    max-height: 100px !important;
    margin: 10px auto 0 auto;
  }

  .img-true {
    padding: 1px;
  }

  .img-vows {
    max-height: 100px !important;
  }

  .brand {
    font-size: 2.6em;
    font-weight: 100;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
    font-family: "Allura","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
  }

  .address-bar {
    font-size: 1.5em;
    font-family: "Cardo","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.1);
  }

  .intro-text {
      text-shadow: 2px 1px 2px rgba(0,0,0,0.1);
      font-size: 1.5em;
      font-weight: 800;
      letter-spacing: 1px;
      color: #222;
  }

  .bio {
    font-size: 1.2em;
    text-align: center;
  }

  .olivia-photo {
    max-height: 75%;
    max-width: 75%;
    margin-top: 35px;
  }

  .roger {
    font-size: .6em;
    text-align: center;
    align-content: center;
    padding-bottom: 17px;
  }

  .testimonial {
    font-size: 1em;
    padding: 3px;
  }

  .client {
    font-size: 1em;
  }

  .pub {
    font-size: 1.2em;
  }
}

/* Larger screens */

@media screen and (min-width:51em) {
  .container.branding {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brand-box {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 10px;
    background: rgba(255,255,255,0.8);
    align-content: center;
    border-radius: 9px;
  }

  .brand {
      display: inherit;
      margin: 0;
      text-align: center;
      text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
      font-family: "Allura","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 7em;
      font-weight: 800;
      line-height: normal;
      color: #222;
  }

  .address-bar {
      display: inherit;
      margin: 0;
      padding: 0 0 10px;
      font-family: "Cardo","Helvetica Neue",Helvetica,Arial,sans-serif;
      text-align: center;
      text-shadow: 2px 1px 2px rgba(0,0,0,0.1);
      font-size: 2.2em;
      font-weight: 800;
      letter-spacing: 1px;
      color: #222;
  }

  .navbar-header {
      display: none;
  }

  .navbar {
      min-height: 0;
  }

  .navbar-default {
      border: none;
      background: #fff;
      background: rgba(255,255,255,0.8);
  }

  .nav>li>a {
      padding: 23px;
  }

  .navbar-nav>li>a {
      line-height: normal;
  }

  .navbar-nav {
      display: table;
      float: none;
      margin: 0 auto;
      table-layout: fixed;
      font-size: 1.25em;
  }

  .no-carousel-imgs {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .box:after {
      content: '';
      display: table;
      clear: both;
  }
}

/*!
 * Box Styling: Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 