/* Enter Your Custom CSS Here */

.site-header {
  background-color: #000;
}

.main-title a, 
.main-title a:hover, 
.main-title a:visited {
    color: #FFFFFF;
}

#footer-widgets {
  background-color: rgba(0, 0, 0, 0.53);
  color: #FFF;
}

#footer-widgets .widget-title {
  color: #FFF;
}

.header-image {
  display: block;
  position: absolute;
  top: 25px;
}

.main-title {
 margin-left: 100px; 
}

.site-description {
 margin-left: 100px; 
}

#site-navigation {
  position: absolute;
  top: 60%;
  right: 12%;
  /*width:56%;*/
  background-color:black;
}

.aboutus .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 100%;
  padding: 5px;
}

.members .su-button-style-flat {
  margin: 0 0 0 0; 
  width: 100%;
  padding: 100px 0px 100px 0px;
}

.entry-header {
  margin: auto;
  text-align: center;
}

.robots .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 50%;
  padding: 50px 0px 50px 0px;
}

.subteams .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 100%;
  padding: 5px;
}

.sponsors .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 24%;
  padding: 5px;
}

.website .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 20%;
  padding: 5px;
}

.frc .su-button-style-flat {
  margin: 0 0 10px 0; 
  width: 20%;
  padding: 5px;
}


hr {
height: 1px;
background-color: lightgrey;
border: none;
}

.box {
   background-color: #404040;
    border: none;
    padding: 15px 32px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
  	margin-bottom: 0em;
}

.sfsiplus_norm_row .sfsi_plus_wDiv {
  position:absolute;
  top:20px;
  right:167px;

}

@media screen and (max-width: 767px) {   
  
  .site-logo a img {
  display: block;
  position: relative;
  top: -70px;
  left: -100px;
  }
  
  #site-navigation {
    width: 100%;
    left: 0;
    right: auto;
    top: 100px;
  }
  
}
