html {
    margin: 0px;
    height: 100%;
    width: 100%
    overflow-x: hidden; 
    padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #1C1C1C;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  height: 100%;
  width: 100%

}

span {
  display: block;
}


@media (max-width: 600px) {
 .jumpNav {
    display: none;
  }
}

GMTO {
  padding-left: 15%;
}


a {
  font: ;
}
addressBlock{
  padding-left: 15%;
}
buisinessAddress{
  padding-left: 15.75%;
}
streetAddress aline{
  padding-left: 15.75%;
}
#Events{
  position: relative;
  
  bottom: 45%
  margin-bottom: 10%;
}

#scroll {
  display: block;
  width: 2em;
  position: fixed;
  top: 46%;
  left: 0%;
  z-index: 99999;
}


#Info {
  background: #f1f1f1;
  height: 100%;
}
#InfoBlock{
  height: 100%;
  width: 92%;
}

#Officers {
  background-color: #323a45;
  height: 100%;
}
#ClubOfficers {
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
  
}
#OfficersTable{
  height: 95%;
  width: 92%;
}

#About {
  background: #f1f1f1;
  
}
#AboutBlock{
  height: 100%;
  width: 92%;
}



#PublicObsOffs {
  background-color: #323a45;
}
#PublicObsOffsBlock{
  height: 100%;
  width: 92%;
  color: #FFFFFF;
}
#Copy {
  background: #f1f1f1;
}
#CopyBlock {
  
  height: 100%;
  width: 92%;
}


#PO{
  margin-bottom: -5px;
  padding-left: 15%;
}

#Meeting{
  padding-left: 15%;
}
#.container {
  
  color:  #000;
  padding: 3%;
  background-color: #FFF;
}

.material-icons.orange600 { 
  color: #e53935; 
  padding-right: 25px;
  float:left;
  vertical-align:bottom;

}

#ClearSky {
  height: 100%;
  width: 100%;
  background-color: #000000
}
#noCrash{
  padding-bottom: 5%;
}

#col{
  margin-top: 50px;
}

.histContent {
  position: absolute;
  top: 25%;
  left: 25%;
  color: #fff;
  padding-left: 3%
}

h1 {
	margin-top:2.25%;
  margin-bottom: 0.9%;
}

h5{
  margin-top: -5px;
  padding: 15px;
  vertical-align:bottom;

}


canvas {
  background: url("../images/stars.jpg");
	z-index: 0;
  width: 100%;
  height: 100%;
}

.jumpNav{
  margin-top: 32%;

}

#map{
  height: 50%;
  width: 100%;
}

.nav-wrapper{
	padding: 15px,3px,15px,3px;
}

#infoBlockHeader {
  margin-left: 5%;
}

i {

}
.antiCra{
  padding: 3%,3%,3%,3% ;
}
.small {
 
}


#title {
	position: absolute;
	text-align: center;
	width: 50%;
	left: 25%;
	top: 5%;
	margin-top: 2%;
	
	/*color: #7EA7D8;*/
  color: white;
	font: abel;
	font-size: 75px;
}


tbody {
  font-size: 200%;
}

td {
  padding: 3.75%;/*35px*/ 
}

p {
  font-size: 175%;
  padding: 25px;
  margin: 5px;
}

.collection .collection-item.avatar {
    padding-left: 0px;
}

.navlinks
{
  white-space:nowrap;
  overflow:hidden;
  position: absolute;
  top: 50%;

  left:50%;
  outline: 0;

  /*background-image: url('../arrow-down.png');*/
  opacity:1;
  -webkit-transition:opacity .3s;
  -moz-transition:opacity .3s;
  -ms-transition:opacity .3s;
  -o-transition:opacity .3s;
  transition:opacity .3s;
}

.navlinks:hover
{
    opacity:.5;
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
    -ms-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;
}

.footer-copyright{
	text-align: center;
	color: white;
}