a{
  text-shadow: 0px 0px 0px;
}

#about{
  padding: 10% 10px 10px 10px;
  margin: 10px 0px 5px 0px;
  text-align: center;
}

#bottom{
  margin-bottom: 10%
}

#calendarBlock{
  padding: 10px 10px 10px 10px;
  /*margin: 10px 0px 0px 0px;*/
  font-size: 1.25em;
}

#content{
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 35%;
  padding-bottom: 10px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1),
               0px 18px 23px rgba(0, 0, 0, 0.1);
}

#footerStyle{
    vertical-align: text-bottom; 
}

h1{
  font-weight: 700;
  font-size: 5em;
}

h2{
  font-weight: 700;
  /*font-size: 3em;*/
}

h3{
  font-weight: 700;
  /*font-size: 3em;*/
}

h4{
  font-weight: 700;
}

hr{
  width: 50%;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2)
}

#hrInfo{
  width: 75%;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2)
}

html{
  height: 100%;
}

#img{
  max-height: 100%;
  max-width: 100%;
}

#index{
    background: url("../images/grit.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: lato;
    color: white;
}

#info{
    /*background-color: #f9f9f9;*/
    /* background-color: #ececec; */
    background-size: cover;
    background-position: center;
    font-family: lato;
    color: black;
}

#infoContent{
  margin-top: 7.5%;

}

#infoblock{
  padding: 10px 10px 10px 10px;
  /*margin: 10px 0px 0px 0px;*/
  text-align: center;
  font-size: 1.25em;
}

#larger{
  font-size: 1.25em;
}

#marginLeft{
  margin-left: 5px;
}

.navbar-inverse{
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-brand{
  color: white;
  font-size: 1.5em;
}

#pageTite{
  font-weight: 700;
  font-family: black ops one;
  font-size: 2.5em;
  /*text-decoration: underline;*/
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1),
               0px 18px 23px rgba(0, 0, 0, 0.1);
}

#smaller{
  font-size: .75em;
}

#stencil{
  font-family: black ops one;
}

#sub{
  font-size: 1.15em;
  color: grey;
}
