
@import url("fonts.css");

/* GENERAL */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-image: url(images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	color: #a22;
	font-family: "opensans-light",sans-serif;
	font-size: 16px;
    font-weight: normal;
	height: 100%;
	line-height: 1.5em;
	margin: 0;
    padding: 0;
	text-align: left;
	width: 100%;
}

a {
	color: #fff;
    display: block;
	font-family: "opensans-regular",sans-serif;
	font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

a:focus, a:hover {
	color: #a22;
	text-decoration: none;
}
	
p {
	margin: 0;   
}

.cover {
    margin: 100px auto;
    max-width: 737px;
    padding: 0 15px;
    width: 100%;
}
