body{
  background-color: #232323;
    
}

#wrapper {
width: 960px;
margin: 0px auto;
color:white;
    background-color: #232323;    
}

#banner {
    width: 960px;
    height: 291px;
    margin: 0 auto;
    padding: 0;
    background-color: black;
    
}

#contact{
        text-align: center;
        margin: 0;
    padding-left: 0;
        border-top: white 4px solid;
        background-color: black;

}

#contact li{
    list-style-type: none;
    display: inline-block;
    padding: 20px 30px;
        text-decoration: none;
        color: white;
        font-family: 'Helvetica','Arial', sans-serif;
        font-size: 20px;
        font-variant: normal;
        font-weight: 300;
        line-height:1;
}

#contact a{
    color: white; 
}

#contact a:hover{
    color: gray;
}


.img1 {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(../images/img1.jpg);
  background-size: cover;
  width: 480px;
  height: 250px;
  margin: 0;
  position: relative;
    float: left;

}

.img1 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}


.img2 {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../images/img2.jpg);
  background-size: cover;
  width: 480px;
  height: 250px;
  position: relative;
    float: left;
}

.img2 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

#menu{
    margin-top: 20px;
}

#menu h2{
    margin: 0;
    padding: 0;

}
    #menu a{
        text-decoration: none;
        color: white;
        font-family: 'Arial','Avenir', sans-serif;
        font-size: 30px;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        padding: 105px 163px;
        
    }
    #menu a:hover{
        font-size: 35px;

    }
    #menu a:active{
        color: white;
        font-size: 35px;
    }
    
    #menu .current a{
        color:black;

    }
    
#menu ul{
    width: 440px;
    height: 250px;
    text-align: center;
  text-decoration: none;
  list-style-type: none;
  font-family: 'arial', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
}

#menu ul a{
    padding: 0px 0px;
    line-height: 0;
    font-size: 16px;
    font-weight: 400;
}

#menu ul a:hover{
    font-size: 16px;
    font-weight: bold;
    
}

main {
    padding-left: 40px;
    padding-right: 40px;
    background-color: black;
    border-top: #232323 solid 20px;
    font-family: 'Arial','Avenir', sans-serif;
}

main td {text-align: center; }

main th {font-size: 20px;
            text-transform: uppercase;
color: white}

#trevor {float: left;
            margin-bottom: 40px}
#kevin {float: right;
            margin-bottom: 40px;}

main h2{
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 4px  solid #006838;

}

main h3{
    font-weight: 400;
    font-size: 18px;
}

#center {text-align: center;}

main h4{
    font-weight: 400;
    font-size: 16px;
}



main ul{
    display: block;
    padding-left: 100px;
}

footer{background-color: black;
        display: block;
        padding: 20px;
    text-align: center;
    font-family: 'Arial','Avenir', sans-serif;
    font-size: 12px;
    
}

.clearfix{
    clear: both;
}

