@import url('https://fonts.googleapis.com/css?family=Pacifico|Yanone+Kaffeesatz');

html, body {
    margin: 0;
    height: 100%;
}

body {
    background: url("/img/code.jpg");
    background-size: cover;
    background-position: center center;
}
/* Cyan tint on the entire page */
body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.85;
}

#top {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: black;
}

#top h1 {
    font-size: 3.2rem;
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-family: 'Pacifico', helvetica, sans-serif;
}
#top h1 span{
	text-transform: uppercase;
    font-size: 2rem; 
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-family: 'Yanone+Kaffeesatz', helvetica, sans-serif;
}

#top h2 {
    font-size: 1.4rem; 
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-family: 'Yanone+Kaffeesatz', helvetica, sans-serif;
    text-decoration: none;
}
#top h3 {
	font-size: 1.3rem; 
    margin: 0;
    padding: 0;
    font-weight: 3500;
    font-family: 'Yanone+Kaffeesatz', helvetica, sans-serif;
    text-decoration: none;
}