html, body {
background: url("http://www.breadbakery.co.uk/images/cover-background.jpg") no-repeat fixed center;
background-size: cover;
margin: 0;
padding: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
min-height: 100%;
}


.main {
margin-top: 120px;
}

#logo {
display: block;
margin: 0 auto;
}

p {
text-align: center;
font-style: italic;
color: #fff;
}

h1 {
color: #fff;
text-align: center;
font-size: 68px;
font-weight: bold;
text-transform: uppercase;
line-height: 1.5;
letter-spacing: 3px;
}

.footer {
position: absolute;
text-align: center;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}

#copyright {
font-size: 11px;
color: #fff;
}

a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

/* MEDIA QUIERIES */
@media only screen and (max-width: 460px) {
.main {
margin-top: 120px;
}
}
