/* Navbar Styles */
.navbar {
  font-family: 'Muli', 'Helvetica Neue', sans-serif;
  color: #333333;
}
#navbar > ul > li > a {
  color: #333333;
  line-height: 25px;
}
#navbar > ul > li > a:hover {
  color: #1E824C;
}
.navbar {
  background: white;
  border-width: 0;
}
#navbar {
  border: none;
}
.tester {
  min-height: 100%;
}

/* Body Padding */
body { padding-top: 50px; }
@media screen and (max-width: 768px) {
    body { padding-top: 52px; }
}

/* Text Styles */
.container .row .col-md-12 h1 {
  font-family: 'Libre Baskerville', 'Times', serif;
  font-size: 2em;
  color: #333333;
}
.container .row .col-md-12 p {
  font-family: 'Libre Baskerville', 'Times', serif;
  font-size: 1em;
}
.highlight {
  background-color: white;
}
.name {
  font-family: 'Libre Baskerville', 'Times', serif;
  font-size: 2em;
  color: #333333;
}
p {
  font-family: 'Libre Baskerville', 'Times', serif;
  color: #333333;
}
p.fine-print {
  color: #ECECEC;
  padding: 0;
  margin: 0;
}

/* Positioning Styles */
.panel-custom {
  padding-top: 8px;
  padding-bottom: 14px;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 90px;
}
.panel-short {
  padding-top: 15px;
  height: 50px;
  background-color: inherit;
}
img.overlay {
  position: relative;
  width: 100%; /* for IE 6 */
}
h1.overlay-text {
   font-family: 'Libre Baskerville', 'Times', serif;
   font-size: 2.25em;
   position: absolute;
   top: 75px;
   left: 50px;
   width: 100%;
}
.center-sensitive-square {
  width: 75%;
  margin: 0 auto;
  max-width: 320px;
  max-height: 320px;
}
.extra-margin {
  margin: 20px;
}
.section {
  margin-top: 20px;
  margin-bottom: 30px;
}
.header {
  margin-bottom: 20px;
}

/* Text Styles */
.date {
  background-color: #1E824C;
  color: white;
}
.title {
  font-family: 'Libre Baskerville', 'Times', serif;
  font-size: 2.5em;
  color: white;
}

/* Button Styles */
.btn .btn-primary .btn-lg {
  background: transparent;
}

#freshbtn {
  color: #333333;
  border-radius: 0;
  border: solid;
  border-width: 2px;
  border-color: #333333;
  background: transparent;
}

#freshbtn:hover {
  color: white;
  border-color: #1E824C;
  background: #1E824C;
}

/* Custom Selection */
::selection {
  color: white;
    background: #1E824C; /* WebKit/Blink Browsers */
}

/* Marketing Content */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
