@font-face {
    font-family:'Cuprum';
    src:url('Cuprum_Regular.ttf');
    font-weight:normal;
    font-style:normal;
}

body {
	font-family: "Cuprum",sans-serif;
    font-weight: 400;
    color: #777;
    font-size: 18px;
}

header {
	text-align: center;
    padding: 20px 0;

	background-color: #0074C2;
    background-image: linear-gradient(to bottom, #0071BC, #0074C2);
    background: -moz-linear-gradient(top, #0071BC 0%, #0074C2 100%);
    background: -webkit-linear-gradient(top, #0071BC 0%,#0074C2 100%);
}

h1 {
	color: white;
	font-size: 36px;
	text-transform: uppercase;
}

h2 {

}

ul li {
	margin-left: 20px;
}

p {

}

a {
	font-size: 20px;
	text-decoration: underline;
}

.blue-link {
	color: #0074C2;
}

.red-link {
	color: #FF2132;
}

.social-link {
	
}

.logo-item {
	max-width: 255px;
    height: auto;
    margin: 20px 0;
}



