/* bootstrap overwrites */

body {
  font-family: Marcellus, Georgia;
}

#title, #enter-buttons {
  display: none;
}

#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height:44px;
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 0.95;
  background-color:  #283E67; 
  color: #DADDE2;
  box-shadow: -3px 3px 7px #777;
  z-index: 100000;
}

#header a {
  color: #DADDE2;
}

#header nav {
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 16px;
}

#header nav ul {
  margin: 0;
}

#header nav ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}

#header nav img {
  margin-top: -22px;
  padding-left: 6px;
}

.carousel {
  margin-top: 0px;
  height: 800px;
  overflow: hidden;
}

.carousel-overlay h1 {
  font-family: Abel, Verdana !important;
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 5px #333;
}

.carousel-overlay h1 small {
  color: white;
  line-height: 64px;
  padding; 0;
}

.carousel-overlay {
  position: absolute;
  top: 133px;
  width: 1000px;
  text-align: center;
  left: 50%;
  margin-left: -500px;
}

.carousel-enter {
  position: absolute;
  bottom: 60px;
  width: 800px;
  text-align: center;
  left: 50%;
  margin-left: -400px;
}

.carousel-caption {
  font-size: 24px;
  top: 600px;
  bottom: auto;
  padding-bottom: 0;
}

.btn {
  background-color: #283E67; 
  color: white;
  font-size:20px;
  margin: 0 20px;
  padding: 7px 30px;
  font-family: Abel, Verdana !important;
  display: inline-block;
}

.btn:hover {
  color: white;
  background-color: maroon;
}

.inner-item1 {
    text-align: center;
}

.carousel img {
  /* margin: 0 auto; */
  min-width: 1500px;
  min-height: 100%;
  width: 100%;
  height: auto;
  max-width: none;
  max-width: none;
  position: relative;

}

.content {
  min-height: 500px;
  padding: 40px 0;
  width: 978px;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.7;  
  position: relative;
}

.content h3 {
  text-align: center;
  font-family: Marcellus, Georgia;
  border-bottom: 1px solid silver;
  padding: 0 30px;
  margin: 0 auto 15px;
}

.parallax {
    height: 500px;;  
    margin: 0 auto; 
    width: 100%; 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  clear:both;
}

@media screen and (min-width: 1500px) { /* Specific to this particular image */
  .parallax {
    background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }
}

.small-pane, #logos a {
  width: 276px;
  float: left;
  margin: 10px 25px;
  font-size: 0.9em;
  line-height: 1.4;
}

#landing h4 {
  text-align: center;
}

#landing h5 {
  text-align: center;
  font-weight: normal;
  color: #999;  
  cursor: pointer;
}

.small-pane img {
  border: 1px solid #444;
  margin-bottom: 10px;
}

.small-pane .animatedImages {
  position: relative;
  height: 172px;
  margin-bottom: 10px;
}

.small-pane .animatedImages img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.small-pane .animatedImages img.active {
  display: inline;
  z-index: 1;
}

h5.instructions {
  line-height: 44px;
  margin: -40px 0 20px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  font-size: 100px;
}

h5.instructions.next {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

cite {
  font-style: italic;
}

.control-rend {
  font-family: Abel, Verdana;
  font-size: 15px;
  color: #444;
  box-shadow: 0 1px 7px rgba(0,0,0,0.65);
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px;
  white-space:nowrap;
}

#tableOfContents {
  column-count:3;
  -moz-column-count:3; /* Firefox */
  -webkit-column-count:3; /* Safari and Chrome */
}

#tableOfContents li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  font-family: Abel, Verdana;
  cursor: pointer;
}

#tableOfContents li a {
  border-bottom: 1px dotted #444;
}

#intro-blurb p {
  width: 600px;
  margin: 20px auto;
}

#intro-blurb #launch-video {
  text-align: center;
}

#intro-video {
  position: absolute;
  top: 0px; 
  height: 455px;
  width: 680px;
  left: 50%;
  margin-left: -340px;
  display: none;
}

#close-video {
  text-align: right;
}

#logos a {
  text-align: center;
}


@media screen and (max-width: 1500px) { /* Specific to this particular image */
  .carousel img {
    left: 50%;
    margin-left: -750px;
  }
}

@media only screen and (max-device-width: 480px), only screen and (max-device-width: 480px) {
  .content{
    width: 100% !important;
    margin: 0 !important;
    min-height: inherit !important; 
    padding: 0 !important; 
    font-size: 1em;
  }
  .content h3 {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto 15px !important;
    font-size: 1em !important;
    line-height: inherit !important;
  }
  .content h4 {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto 15px !important;
    font-size: 1em !important;
  }
  
  #intro-blurb p {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .small-pane, #logos a {
    float: none;
    margin: 10px auto !important;
    font-size: 0.9em;
    line-height: inherit !important;
  }
  #logos a {
    display: block !important;
  }
  #logos img {
    max-width: 90%;
  }

  .parallax {
    height: 100px !important;
    margin: 10px 0 !important;
  }
  #tableOfContents {
    column-count: 1 !important;
    -moz-column-count:1 !important; /* Firefox */
    -webkit-column-count:1 !important; /* Safari and Chrome */
  }

  #intro-video {
    width: 480px !important;
    height: 321px !important;
  }

  #logos img {
    max-width: 250px !important;
  }
  #header, .carousel, .instructions, #intro-video, #intro-blurb h3.intro-blurb, #launch-video {
    display: none !important;
  }
  #tableOfContents li {
    width: 90% !important;
  }
  #title {
    display: block !important;
    color: #283E67;
    font-family: Abel, Verdana !important;
    text-align: center;
    width: 75% !important;
    margin: 0 auto;
  }
  #title h1 {
    font-size: 18px !important;
  }
  #enter-buttons {
    display: block !important;
  }
  .btn {
    background-color: #283E67; 
    color: white;
    font-size:16px;
    margin: 10px auto !important;
    display: block;
  }

  
  /* .content h3, #logos, h4 */
}
