@charset "UTF-8";
/* CSS Document */

a {
	font-size: 12px;
	color:#7B7B7B;
	text-decoration: none;
	text-transform: uppercase;	
}

a:hover {
	color: #000000;
}

body {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #E3E3E3;
}

button {
	background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #7B7B7B;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	text-transform: uppercase;
	position: fixed;
	bottom: 10px;
	right: 15px;	
}

button:hover {
	color: #000000;
}

p {
	line-height: 24px;
	font-size: 16px;
}

blockquote {
	color: #7B7B7B;
	margin-left: 30px;
	margin-right: 30px;
}

li {
	color: #7B7B7B;
	margin-left: -5px;
}

a {
	line-height: 24px;
	font-size: 16px;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	margin-top: 60px;
	font-size: 28px;
	text-transform: uppercase;
}

h3 {
	margin-top: 40px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

img {
	width: 100%;	
}