body, button, fieldset, form, h1, h2, h3, html, iframe, input, label, legend,
li, ol, p, select, table, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0
}

article, aside, footer, header, nav, section {
    display: block
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #ef4b24;
    color: #fff;
    font-family: 'open sans', arial, sans-serif
}

a {
    outline: 0;
    background-color: transparent;
    color: #f26122;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

img {
    border: none;
    vertical-align: middle
}

ol, ul {
    list-style-type: none
}

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

fieldset {
    min-width: 0;
    border: none
}

label {
    cursor: pointer
}

button, input, select, textarea {
    outline: 0;
    border-radius: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button, input[type=button], input[type=reset], input[type=submit] {
    overflow: visible;
    border: none;
    cursor: pointer;
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.bold, b, strong {
    font-weight: 600
}

.no-js .only-js {
    display: none
}

.js .only-no-js {
    display: none
}

::-webkit-input-placeholder {
    opacity: .5
}

:-moz-placeholder {
    opacity: .5
}

::-moz-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    opacity: .5
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.logo {
	position: absolute;
	right: 40px; 
	bottom: 40px;
}

.footer {
	position: absolute;
	left: 80px; 
	bottom: 40px;
}

.content {
	font-size: 16px;
	padding: 80px;
	max-width: 600px;
	font-weight: 300;
}

.content h1 {
	font-size: 32px;
	font-weight: 700;
}

.content a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

@media only screen and (max-width:767px) { 

	.logo {
		position: relative;	
		bottom: auto;
		right: auto;
		margin-left: 60px;
		margin-top: 40px;
	}

	.content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer {
		bottom: auto;
		right: auto;
		left: auto;
		margin-left: 80px;
	}	
}
