html {
  background: #ffffff no-repeat center center fixed;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
body {
  background: transparent;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  line-height: 1.5em;
  font-size: 14px;
  font-family: 'Special Elite', cursive;
  color: #767272;
  font-weight: normal;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/********************************************************/
/*                    Navigation bar                    */
/********************************************************/
.navbar {
  font-family: 'Special Elite', cursive;
  font-size: large;
}
.footer {
  position: absolute;
  bottom: 0;
  /*width: 100%;*/
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}
/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section {
  z-index: 1;
  min-height: 420px;
  width: 100%;
  /*overflow:auto;*/
  height: 100%;
  /*padding-top:100px;*/
  padding-bottom: 50px;
  display: none;
  top: 0;
}
@media (min-width: 768px) {
  /*.section { padding-top:160px;}*/
}
/* Show one of sections */
#science {
  display: block;
}
/********************************************************/
/*                        Title                         */
/********************************************************/
.titlebox {
  border: solid;
  border-width: thin;
  margin-bottom: 40px;
  max-width: 400px;
}
/********************************************************/
/*                     image                            */
/********************************************************/
section img {
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 50px;
}
.startimg {
  max-width: 500px;
  max-height: 500px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .startimg {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.smallside {
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.smallside-pears {
  max-width: 400px;
  max-height: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
}
/********************************************************/
/*                      Typography                      */
/********************************************************/
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #917b7b;
  text-decoration: underline;
}
p {
  color: #837979;
  font-size: 16px;
}
.title,
.subtitle {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  font-size: 4em;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1em;
}
.subtitle {
  line-height: .9em;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}
.sectiontitle {
  font-size: 2.5em;
  margin-bottom: 50px;
}
.blurb {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.3em;
  }
}
/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn {
  color: #333;
  text-shadow: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0 none;
}
.btn:hover {
  color: #000;
}
.btn-lg {
  padding: 16px 30px;
  font-size: inherit;
}
.btn-link {
  color: rgba(255, 255, 255, 0.8);
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ffffff;
}
.btn-default {
  background: rgba(255, 255, 255, 0.5);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: rgba(255, 255, 255, 0.8);
}
.btn-primary {
  background: rgba(255, 255, 255, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active {
  background: rgba(255, 255, 255, 0.5);
}
/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0 none;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.thumbnail .caption {
  color: inherit;
}
/********************************************************/
/*                 Everything else                      */
/********************************************************/
.list-social .btn {
  font-size: 1.3em;
}
.list-social .btn:hover,
.list-social .btn:active,
.list-social .btn:focus {
  text-decoration: none;
}
/* Social buttons in the footer */
#social {
  margin-top: 50px;
  margin-bottom: 50px;
}
#social .wrapper {
  width: 340px;
  margin: 0 auto;
}
/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.text-shadows .mainmenu .dropdown-menu a {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover {
  text-shadow: none;
}
.thumbnail .caption {
  color: inherit;
}
