#logo {
    margin: auto auto;
    display: block;
	padding-top: 15%;
	width: 70%;
	max-width: 600px
}

html {
	margin-right: 0!important;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #ffffff;
	background: #8ce9fa;
	letter-spacing: 0;
	font-weight: 400;
}

body.loaded header,
body.loaded footer,
body.loaded .section {
	opacity: 1;
	visibility: visible;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clear {
	clear: both;
}

.container {
	position: relative;
	margin: 30px;
	overflow: hidden;
	background: #8ce9fa;
}

@media (max-width: 840px) {
	.container {
		margin: 15px;
	}

}

.container .line {
	content: '';
	position: fixed;
	background: #FD8D43;
	z-index: 105;
}

.container .line.top {
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
}

@media (max-width: 840px) {
	.container .line.top {
		height: 15px;
	}

}

.container .line.bottom {
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 30px;
}

@media (max-width: 840px) {
	.container .line.bottom {
		height: 15px;
	}

}

.container .line.left {
	left: 0;
	top: 0;
	width: 30px;
	height: 200%;
}

@media (max-width: 840px) {
	.container .line.left {
		width: 15px;
	}

}

.container .line.right {
	left: auto;
	right: 0;
	top: 0;
	width: 30px;
	height: 200%;
}

@media (max-width: 840px) {
	.container .line.right {
		width: 15px;
	}

}
