@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-SemiBold') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/Gotham Book.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Gotham Black", sans-serif;
}

header {
	width: calc(100vw - 10%);
	min-height: 80vh;
	background: url("../images/decafbg.jpg") no-repeat;
	background-size: cover;
	padding: 20px 5%;
}

header h1 {
	font-family: "Open Sans", sans-serif;
	width: 45vw;
	min-width: 550px;
	max-width: 670px;
	color: #fff;
	text-transform: uppercase;
	font-size: 4.5em;
	line-height: .9em;
	font-weight: normal;
	margin: 40px 0 0 0;
	text-shadow: 0 0 5px #000;

}



#logo {
	width: 10vw;
	position: absolute;
	top: 40px;
	right: 3vw;
}


/* Drop down */
#brand_selector {
	width: 60vw;
	margin: 0 auto 0 auto;
	text-align: center;
}

#transluscent {
	width: calc(60vw + 40px);
	margin: 60px auto 40px auto;
	background: rgba(255, 255, 255, 0.80);
	padding: 20px;
	border: solid 1px #fff;
	border-radius: 5px;
}

#desc {
	width: calc(60vw - 40px);
	margin: 60px auto 0 auto;
	padding: 20px;
	font-family: "Gotham Book", sans-serif;
	font-size: 1em;
}

#brand_dd {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 60vw;
	margin: 5% auto;
	height: 60px;
	font-size: 24px;
	padding: 0 20px;
	color: #00b5cb;
	text-transform: uppercase;
	background: #fff;
}

.select-container {
	position: relative;
	display: inline;
}

.select-container:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
}

.select-container:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: .3em;
	right: .75em;
	border-top: 8px solid black;
	opacity: 0.5;
}

select::-ms-expand {
	display: none;
}

#moreinfo {
	display: block;
	padding: 10px 0;
	width: 200px;
	height: 25px;
	text-align: center;
	background: #1db5c9;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3em;
	border: solid 1px #fff;
	border-radius: 5px;
}

#moreinfo:hover {
	background: #000;
	border-color: #000;
}


/* Data Div */
.dataDiv {
	display: none;
	background: rgba(255, 255, 255, 0.99);
	border: solid 1px #000;
	border-radius: 5px;
	width: calc(80vw - 40px);
	height: 50vh;
	overflow: scroll;
	padding: 20px;
	margin: 0 auto;
	position: absolute;
	top: 15%;
	z-index: 999;
}

#closebox {
	display: block;
	float: right;
	color: red;
	text-decoration: none;
}

.close {
	display: inline-block;
	background: red;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.brandtitle {
	text-transform: uppercase;
}

.column {
	float: left;
}

footer {
	font-family: "Gotham Book", sans-serif;
	font-size: .8em;
	border-top: solid 1px #ccc
}

footer .column {
	width: calc(50% - 80px);
	padding: 20px 40px;
}

footer .right {
	text-align: right;
}

footer a {
	font-family: "Gotham Bold", sans-serif;
	margin-left: 40px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

footer a:hover {
	text-decoration: underline;
}

.img {
	width: calc(20% - 20px);
	padding: 10px;
	text-align: center;
}

.info {
	width: calc(70% - 20px);
	padding: 10px;
}

.logoimg {
	width: 100%;
	display: block;
}

.clear {
	clear: both;
}

/* Data table */

.info table {
	color: #444;
	border-collapse: collapse;
	width: 100%;

}

.info table td {
	font-family: "Gotham Book", sans-serif;

}

.info table th {
	font-family: "Gotham Bold", sans-serif;
	text-align: left;
	padding: 5px;
	font-size: 18px;
}

.info table td {
	border-bottom: solid 1px #000;
	padding: 5px;
	font-size: 14px;

}

.info table td.green {
	color: green;
}

.info table td.orange {
	color: orange;
}

.info table td.red {
	color: red;
}

.detected {
	font-family: "Gotham Book", sans-serif;
	color: red;
	font-weight: normal;
	line-height: 1em;
}

.bigx {
	font-size: 4em;
	vertical-align: top;
}

/* Main */
main {
	padding: 20px;
	z-index: 999;
}

main h2 {
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
}

/* Form */

#form1 ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 70vw;
	margin: 0 auto;
}

.wufoo li {
	width: calc(50% - 30px);
	padding: 15px 30px 0 0;
}

.wufoo li#foli17 {
	width: 100%;
}

input.medium {
	width: 100%;

}

input.medium,
textarea.medium {
	background: #a5e1e9;
	padding: 10px 5px;
	border: none;
	color: #000;
}

form li.buttons {
	padding-left: 0;
}

#saveForm {
	background: #1db5c9;
	color: #000;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
}
