body{
  margin:0px;
  padding:0px;
}
h2{
  
} 
.container {
  max-width: 960px;
  margin: 0 auto;
}
ol{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  
}
li{
  margin-left:30px;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  color:white;
  line-height:1.2em;
  font-weight:bolder;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  padding-top:20px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  font-style:italic;
}
section.module.parallax-1 {
  background-image: url("/-/uonyc2017/UONYC_WebsiteCover%20A-03.jpg");
}
section.module.parallax-2 {
  background-image: url("/-/uonyc2017/UONYC_WebsiteCover%20B-03.jpg");
}
section.module.parallax-3 {
  background-image: url("/-/uonyc2017/DumboGray_o1.jpg");
}

@media all and (max-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 960px) {
  .navbar {display:inline;}
  section.module.parallax h1 {
    font-size: 120px;
  }
}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; 
    top: 0; 
    width: 100%; 
    font-family: 'Roboto Condensed', sans-serif;
    line-height:10px;
    font-size:20px;
    padding:10px;
    font-weight:300;
    border:none;
    z-index:1;
  }


.navbar a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    border:none;
}
.imageBox p{
    font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  color:white;
  text-decoration:none;
  font-style:normal;
}

.main {
    margin-top: 0px; 
}
p{
  color:white;
}
.imageBox {
            position: relative;
            float: left;
        }
.imageBox .hoverImg {
            position: absolute;
            left: 0;
            top: 0;display: none;
        }
        .imageBox:hover .hoverImg {
            display: block;
        }

figcaption{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:rgb(168, 208, 85);
    font-style:italic;
}
#mission{
  opacity:.7;
}
#o{
  opacity:.7;
}