html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}

blockquote, q{
    quotes: none;
}
blockquote::before, q::before,
blockquote::after, q::after{
    content: none;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

input, select{
    vertical-align: middle;
}


body{
	font-family: 'Cairo', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	background-color: #0c2633;
	background-image: url('../img/pexels-photo-301664.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.container{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

h1{
	font-size: 62px;
	line-height: 1.2em;
}

.button{
	font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    background: #39c;
    border-radius: 3px;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
}

.page-header{
}

.page-header img{
	width: 100px;
}

.page-content{
	z-index: 1;
	padding: 5em 0 5em 0;
}

.page-content p{
	font-size: 22px;
}

.page-content p,
.page-content h1{
}

.page-content a{
	color: #ffffff;
}

.page-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0c2633;
	color: #fff;
	padding: 2em 0;
	font-size: 14px;
}

.page-footer a{
	color: #39c;
	float: right;
}