html, body{background:#fafbfc; width:100%; height:100%; margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:14px; text-align:center}
body{border-top:10px solid #87C9BC}
h2{margin:10px; font-size:2.2rem; font-weight:300; text-transform:uppercase}
p{width:80%; margin:10px auto; color:#222; font-size:1.2rem; font-weight:300; line-height:1.8em}

#main-image{width:100%}

header, main, footer{padding:20px 40px}
header img{width:100px}
header h1{margin:10px 0; font-size:2.2rem; font-weight:400; text-transform:uppercase}

main{background:#e6f2f0}
main a{background: url('../images/pdf.png') no-repeat 50% 0; display:inline-block; margin:10px; padding:74px 0 0 0; color:#333; font-size:1.1rem; font-weight:600; text-transform:uppercase; text-decoration:none}
main a:hover{text-decoration:underline}

@media screen and (max-width: 1024px){
#main-image{display:none}
}