@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Source+Sans+Pro:200,300,400,600,700,900|Open+Sans:300,400,600,700,800");
h1 { font-size: 3.25rem; letter-spacing: 0rem; color: rgb(33, 33, 33); font-family: "Roboto Condensed"; font-weight: 700; }
h2, h3, h4, h5, h6 { letter-spacing: 0.01rem; font-family: "Source Sans Pro"; font-weight: 600; color: rgb(33, 33, 33); }
header { background-color: rgb(255, 255, 255); }
footer { background-color: rgb(44, 118, 118); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
body { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; background-color: rgb(255, 255, 255); font-size: 1rem; line-height: 1.5; font-family: "Roboto Condensed"; }
.container { max-width: 800px; }
p { color: rgb(0, 0, 0); }
.button { background-color: rgb(44, 118, 118); }
.button:hover { background-color: rgb(64, 172, 172); }
