/*
==============================
==============================
==============================
DARK SPACE GREY #1C1C1C
SPACE GREY #2E2E2E
MAPLE RED #BC1800
FLAG WHITE #FBFBFB
==============================
==============================
==============================
*/
body {
	background-color: #fbfbfb;
	font-family: arial;
	color: #6A6A6A;	
}
a {
	text-decoration: none;
	color: #AAAAAA;
	transition: .3s color;
}
a:hover {
	text-decoration: none;
	color: #6A6A6A;
}
a:visited {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.red {
	color: #BC1900;
}
/*
==============================
==============================
splash-block
==============================
==============================
*/
.splash-block {
	/*background-color: pink;*/
	display: block;
	width: 100%;
}
.logo {
	/*background-color: orange;*/
	display: block;
	width: 175px;
	-webkit-width: 125px;
	margin: 150px auto 0px auto; 
	font-size: 25px;
	font-weight: 600;
	font-family: arial;
}
@media (max-width: 767px) {
	.logo {
		margin-top: 75px;
	}
}
.coming-soon {
	display: block;
	width: 250px;
	margin: 5px auto 0px auto; 
	font-size: 12px;
	font-weight: 600;	
}
.social-nav {
	/*background-color: pink;*/
	display: block;
	width: 250px;
	margin: 75px auto 0px auto; 
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.social-nav {
		font-size: 16px;
	}
}
.social-icon {
	display: inline-block;
	width: 18px;
	padding-bottom: 3px; 
	margin-right: 10px;
}
@media (max-width: 767px) {
	.social-icon {
		width: 18px;
	}
}

/*
==============================
==============================
newsletter
==============================
==============================
*/
.newsletter-form {
	width: 250px;
	text-align: center;
	font-size: 12px;
}
.newsletter-header {
	display: inline-block;
}
/*
==============================
forms
==============================
*/
.form-label {
	display: inline-block;
	margin-top: 10px;
	font-weight: normal;
}
.form-field {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	padding: 5px;
	/*border-radius: 2px;*/
	border: 0;
	border-bottom: 1px solid #AAAAAA;
	font-weight: 100;
	text-align: center;
	transition: .3s background-color;
	/*-webkit-autofill */
}
.form-field:focus {
	display: inline-block;
	width: 100%;
	outline: none;
	/*background-color: #ebebeb;*/
}
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #dedede inset;
}*/
textarea {
	resize: none;
	width: 100%;
}
.submit-button {
	display: block;
	width: 100%;
	text-align: center;
	color: #AAAAAA;
	background-color: transparent;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	font-weight: 100;
	padding: 5px;
	margin: 5px 0;
	outline: 0;
	transition: .3s border, .3s color;
}
.submit-button:hover {
	border: 1px solid  #6A6A6A;
	color: #6A6A6A;
}
.form-thanks-block {
	font-size: 24px;
}
@media (max-width: 767px) {
	.form-thanks-block  {
		margin: 50px 0 200px 0;
	}
}





