body {
    color: #fff;
    background: #323232;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight:300;
    line-height: 1.1;
    padding-top: 50px;
}
h1{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    padding-bottom:20px;

}
p.headline{
    color: #8b9090;
    font-size: 28px;
    font-weight: 700;
    padding-bottom:20px;
}
a.copy:link{
    color: #8b9090;

}
a.copy:hover{
    color: #8b9090;
    text-decoration: none;
}
a.copy:active{
    color: #8b9090;
    font-size:20px;
    text-decoration: none;
}
a.copy:visited{
    color: #8b9090;
    font-size:20px;
    text-decoration: none;
}
a.footer-link{
    color: #ffffff;
}
a.footer-link:hover{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}
h2{
    font-size: 20px;
    font-weight: 700;
    padding-bottom:20px;
    text-decoration: none;
}
p.copy{
    color: #8b9090;
    font-size:20px;
    font-weight: 400;
}
.logo{
    max-width:250px;
    margin:auto;
    padding-bottom: 50px;
}
.footer{
    margin-top:50px;
}
