/*
Brand:  #19222F
Accent: #BA8B44
*/

html { box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

body { margin: 0px; }

img { 
	
	border: none;
	max-width: 100%;

}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section { display: block; }


table {

    border-collapse: collapse;
    border-spacing: 0;
    
}

body,
form { margin: 0; }

button,
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
textarea  { 

    -webkit-appearance: none;
    border-radius: 0px;
    
}

button,
input[type="submit"],
label { cursor: pointer; }

button,
input[type="submit"],
input[type="image"] { border: none; }

sup {

    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
        
}

a { cursor: pointer; }

* {
	
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	text-align: center;
	
}

a { 
	
	color: #BA8B44;
	transition: color 0.25s ease;
	text-decoration: none;

}

a:hover { color: #FFFFFF; }

div,
p { font-size: 16px; }

h1,
h2,
h3,
strong { font-weight: 700; }

html,
body { height: 100%; }

body {
	
	background-color: #19222F;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

main {
	
	max-width: 750px;
	padding: 50px;
	margin: auto;
	position: relative;
	z-index: 50;
	width: 100%;
	
}

div.logo { text-align: center; }

div.logo img { 
	
	max-width: 400px;
	width: 100%;

}

div.email { padding-top: 20px; }

div.social a {
	
	font-size: 24px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	
}

span.asterisk { color: #e85c4e; }

div.legal { padding-top: 20px; }

div.legal p { 
	
	font-size: 12px;
	padding-top: 0;

}

div.hr {
	
	max-width: 200px;
	margin: 0 auto 0 auto;
	height: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #BA8B44; 
	
}

form { 
	
	display: flex;
	flex-wrap: wrap;
	
}

form div.input { 
	
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;

}

div.gdpr,
div.submit { width: 100%; }

div.gdpr { 
	
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;

}

::-webkit-input-placeholder {

	color: #FFFFFF;
	font-style: italic;
	opacity: 1;
	
}

::-moz-placeholder {

	color: #FFFFFF;
	font-style: italic;
	opacity: 1;

}

:-ms-input-placeholder {

	color: #FFFFFF;
	font-style: italic;
	opacity: 1;
	
}

:-moz-placeholder {
	
	color: #FFFFFF;
	font-style: italic;
	opacity: 1;
  
}

p { padding-top: 25px; }

h2 {
	
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
}

a[href^="mailto:"] { white-space: nowrap; }

input[type="text"],
input[type="email"],
input[type="submit"] {
	
	padding: 10px;
	display: block;
	width: 100%;
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #BA8B44;
	font-size: 16px;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
	
}

input[type="text"]:focus,
input[type="email"]:focus { 
	
	border-color: #FFFFFF;
	outline: none;

}

input[type="submit"] {
	
	background-color: #BA8B44;
	color: #19222F;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	
}

input[type="submit"]:hover { 
	
	background-color: transparent;
	color: #FFFFFF;

}

span.fa,
div.social,
h2 { color: #BA8B44; }

@media only screen and (max-width: 750px) {
	
	main { padding: 25px; }
	
	form { display: block; }
	
	form div.input { 
		
		width: 100%;
		padding: 0 0 10px 0;
	
	}
	
}
