@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

body {
	margin: 0;
}
.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("img/background.jpg");
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1, p, b {
	margin: 0;
	font-family: 'Lato', 'Open Sans', sans-serif;
	font-weight: 200;
	color: white;
}
h1 {
	font-size: 48px;
}
p, b {
	font-size: 24px;
}
b {
	color: #DDD;
}
a {
	text-decoration: none;
}
.top_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 74px;
	z-index: 1;
	background-color: rgba(107, 39, 104, 0.6);
}
.logo {
	position: relative;
	top: 10px;
	left: 10px;
	height: 54px;
}
.product {
	position: relative;
	width: calc(100% - 64px);
	padding: 32px;
	padding-top: 106px;
}
.preview-right-image {
	position: absolute;
	top: 106px;
	right: 32px;
	max-width: 70%;
	max-height: calc(100vh - 138px);
}
.preview-left-image {
	position: absolute;
	top: 106px;
	left: 32px;
	max-width: 70%;
	max-height: calc(100vh - 138px);
}
.preview-right-info {
	position: absolute;
	top: 106px;
	right: 32px;
	width: 30%;
}
.button {
	position: relative;
	width: 448px;
	height: 64px;
	margin-top: 32px;
	background-color: rgba(255, 255, 255, 0.25);
}
.button:hover {
	background-color: rgba(225, 225, 225, 0.25);
}
.button p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
}
.product-logos {
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translate(-50%, 0px);
	height: 32px;
}
.product-logos img {
	margin: 0px 32px;
	cursor: pointer;
}
.product-logos img:hover {
	filter: brightness(85%);
}
.indicator {
	position: absolute;
	top: 36px;
	left: 28;
	width: 40px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
}