@font-face {
	font-family: Raleway-Light;
	src: url(fonts/Raleway-Light.ttf);
}
html {
	height: 100%;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-family: Raleway-Light;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
 @media (max-width:768px) {
body {
	background-image: url(images/background-dark.jpg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
}
a {
	color: white;
	text-decoration: none;
}
a:link {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
}
video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	opacity: 0.5;
}
 @media (max-width:768px) {
video#bgvid {
	display: none;
}
}
.site-wrapper {
	z-index: 10;
	width: 100%;
	height: 100%;
}
.middle-wrapper {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.middle-wrapper-cnf {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.middle-wrapper-valign {
	position: absolute;
	top: 20%;
	padding-left: 20px;
	padding-right: 20px;
}
 @media (max-width: 768px) {
.middle-wrapper-valign {
	top: 30px;
}
}
.info-button-wrapper {
	width: 100%;
}
.rounded-btn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid white;
	background: none;
	border-radius: 20px;
	margin: 20px;
}
.rounded-btn:hover {
	background: #ffffff47;
}
.rounded-btn-deactivated {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid white;
	background: rgba(255,255,255,0.65);
	border-radius: 20px;
	margin: 20px;
	color: black;
	max-width: 210.45px;
	margin-left: auto;
	margin-right: auto
}