*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    background: #000;
    font-family: arial, helvetica, sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

.wrapper{
    width: 1000px;
    margin: 0 auto;
}

header{
    margin-top: 20px;
}

.logo{
    float: left;
    margin-bottom: 20px;
}

.contact{
    float: right;
    text-align: right;
    color: #9d9f9e;
    font-size: 36px;
    font-weight: bold;
    padding: 30px 0;
}

    .email{
        font-size: 18px;
    }


.banner{
    position: relative;
}

    .overlay{
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        padding: 20px;
        left: 30px;
    }



.bullets{
    color: #9d9f9e;
    font-size: 24px;
    margin-left: 20px;
}

footer{
    color: #9d9f9e;
    border-top: 1px solid #9d9f9e;
    margin-top:20px;
    padding-top: 20px;
    font-size: 18px;
}


