﻿html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
	word-wrap: break-word;
}
	body {
	background: url(/images/bg.jpg) 100% 100% no-repeat;
	background-size: cover;
}
.wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.logo {
	font-family: Montserrat-Bold;
	font-size: 3vh;
	color: #fff;
	border: 0px solid #ff6a00;
	margin: 20px 0;

}
