body,
html {
	margin-left: auto;
	margin-right: auto;
	width: 900;
}


/** {
	outline: 3px solid black;
}*/

h1{
	letter-spacing: 3;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 3px 3px 4px #676768;
}

h2{
	text-align: center;
    text-transform: capitalize;
    color: #676768;
    border-bottom: 2px solid whitesmoke;
    margin: 0 0 10px 0;
    padding-bottom: 9px;
}

h3{
	margin-bottom: 5px;
	text-shadow: 2px 2px 0px #676767;
}

h4{
	letter-spacing: 5px;
	text-decoration: underline;
}

body {
	color: #f7fcff;
	font-family: 'Lato', sans-serif;
	background: #1EA2AF;
	padding: 0 50px;
	-webkit-font-smoothing: antialiased;
}

section{
	border-bottom: 1px solid #676767;
	padding-bottom: 20px;
}

strong{
	font-style: italic;
	text-shadow: 2px 2px 0px #676767;
}

a{
	text-decoration: none;
	color: #f7fcff;
	font-family: 'Lato', sans-serif;
}


p{
	font-size: 30px;
	line-height: 26px;
	margin-top: 0px;
}

img {
    display: block;
    margin: 0 auto;
    width: auto;
    border-radius: 250px;
    border: 2px solid whitesmoke;
}

.btn{
	font-size: 16px;
	padding: 6px 12px;
	background: #ccc;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
    vertical-align: middle;

}

.btn-download{
	font-weight: 100;
	color: f7fcff;
	border-color: f7fcff;
	background: none;
	border: 2px solid #f7fcff;
	border-radius: 3px;
	padding: 15px 25px 15px 25px;
	box-sizing: border-box;
	letter-spacing: 3px;
	text-decoration: none;

	margin: 5 5 5 5;
}

.btn-download:hover{
	border-radius: 3px;
    border: 2px solid #676767;
    background-color: #2F3238;
}

/*.two-columns{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}*/


footer{
	margin: 50 0 40 0;
}