@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800';
@font-face {
    font-family: 'Web Serveroff';
    src: url(Web_Serveroff.otf);
}
/* Global Styles
**********************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	color: #000;
	min-height: 100vh;
    display: inline;
    flex-direction: column;
}

body {
	background-image: url(images/background_image_new.png);
	background-repeat: no-repeat;
	background-size: contain;
	/* height: 1468px; */
}

@media (max-width: 1080px) {
	body {
		background-image: url(images/background_image_vert.png);
	}
}

.container {
	position: relative;
	width: 100%;
	max-width: 75vw;
	margin: 0 auto;
	padding: 0 6vw;
	box-sizing: border-box;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.column, .columns {
	margin-left: 4%;
}
.column:first-child, .columns:first-child {
	margin-left: 0;
}
.one.column, .one.columns {
	width: 4.66667%;
}
.two.columns {
	width: 13.33333%;
}
.three.columns {
	width: 22%;
}
.four.columns {
	width: 30.66667%;
}
.five.columns {
	width: 39.33333%;
}
.six.columns {
	width: 48%;
}
.seven.columns {
	width: 56.66667%;
}
.eight.columns {
	width: 65.33333%;
}
.nine.columns {
	width: 74%;
}
.ten.columns {
	width: 82.66667%;
}
.eleven.columns {
	width: 91.33333%;
}
.twelve.columns {
	width: 100%;
	margin-left: 0;
}
.one-third.column {
	width: 30.66667%;
}
.two-thirds.column {
	width: 65.33333%;
}
.one-half.column {
	width: 48%;
}
.offset-by-one.column, .offset-by-one.columns {
	margin-left: 8.66667%;
}
.offset-by-two.column, .offset-by-two.columns {
	margin-left: 17.33333%;
}
.offset-by-three.column, .offset-by-three.columns {
	margin-left: 26%;
}
.offset-by-four.column, .offset-by-four.columns {
	margin-left: 34.66667%;
}
.offset-by-five.column, .offset-by-five.columns {
	margin-left: 43.33333%;
}
.offset-by-six.column, .offset-by-six.columns {
	margin-left: 52%;
}
.offset-by-seven.column, .offset-by-seven.columns {
	margin-left: 60.66667%;
}
.offset-by-eight.column, .offset-by-eight.columns {
	margin-left: 69.33333%;
}
.offset-by-nine.column, .offset-by-nine.columns {
	margin-left: 78%;
}
.offset-by-ten.column, .offset-by-ten.columns {
	margin-left: 86.66667%;
}
.offset-by-eleven.column, .offset-by-eleven.columns {
	margin-left: 95.33333%;
}
.offset-by-one-third.column, .offset-by-one-third.columns {
	margin-left: 34.66667%;
}
.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
	margin-left: 69.33333%;
}
.offset-by-one-half.column, .offset-by-one-half.columns {
	margin-left: 52%;
}
.container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}
@media (max-width: 1080px) {
	.column, .columns {
		margin-left: 0;
	}
	.container {
		width: 80%;
	}
	article {
		padding: 3rem 0;
	}
	.one.column, .one.columns {
		width: 100%;
	}
	.two.columns {
		width: 100%;
	}
	.three.columns {
		width: 100%;
	}
	.four.columns {
		width: 100%;
	}
	.five.columns {
		width: 100%;
	}
	.six.columns {
		width: 100%;
	}
	.seven.columns {
		width: 100%;
	}
	.eight.columns {
		width: 100%;
	}
	.nine.columns {
		width: 100%;
	}
	.ten.columns {
		width: 100%;
	}
	.eleven.columns {
		width: 100%;
	}
	.twelve.columns {
		width: 100%;
		margin-left: 0;
	}
	.one-third.column {
		width: 100%;
	}
	.two-thirds.column {
		width: 100%;
	}
	.one-half.column {
		width: 100%;
	}
	.phoneFeature {
		max-width: 100% !important;
		margin: 0 auto !important;
	}
}
a {
	color: #FFFFFF;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* ie8 */
}
/* Typography
********************************************************************* */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Web Serveroff';
	font-weight: 300;
	margin: 0;
}
h1 {
	font-size: 44px;
}
/* Header Section
********************************************************************* */

header {
	/*background: #354a68;*/
	min-height: 110vh;
	box-sizing: border-box;

	/*background-size: cover;*/
	/*border-bottom: 7px solid #354a68;*/
}
header h1 {
	font-size: 66px;
	color: #000;
	padding-top: 70px;
	padding-bottom: 70px;
	font-weight: 600;
}
header h2 {
	font-family: 'Open Sans';
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	max-width: 44vw;
}
header p {
	color: #000;
}
.hero {
	margin-top: 80px;
}
.paragraph {
	padding-bottom: 20px;
	max-width: 75%;
	font-size: 18px;
}
.appstorebutton {
	display: inline-block;
	max-height: 68px;
	width: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.phone {
	max-width: 220px;
	height: auto;
	float: right;
}
.logo {
	position: relative;
	top: 150px;
	right: 20px;
	max-width: 200px;
	height: auto;
}
.main_nav {
	top: 0px;
	max-height: 50px;
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-bottom: 6px;
}

/* Features Section
********************************************************************* */

#features {
	padding: 20vh 0 15vh 0;
	height: 100%;
}
.phoneFeature {
	max-width: 170%;
	height: auto;
	display: block;
	margin: 0 -8vw;
}
#features h2 {
	padding-top: 10px;
	padding-left: 10px;
}

#features p {
	max-width: 75%;
	padding-left: 10px;
}

@media only screen and (max-height: 800px) {
	#features {
		padding-top: 40vh;
	}
}

/* About Section
********************************************************************* */

#description {
	padding: 0 0 80px 0;
	min-height: 20vw;
}

/*Contact */

#contact .form-group label {
	font-family: 'Web Serveroff';
	font-size: x-large;
}

.card-title {
	font-family: 'Web Serveroff';
	font-size: x-large;
	padding-top: 20px;
	color: red;
}

#contact .form-group input, #contact .form-group textarea {
	border: 1px solid #000;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
}
#contact .form-group input:hover, #contact .form-group textarea:hover {
	border-color: #354a68;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
#contact .form-control .radio{
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
}
#contact .form-control:focus {
	border-color: #354a68;
	box-shadow: 0 0 0 0.2rem rgba(37, 244, 238, 0.25);
}
#contact .contact-buttons button, #contact .contact-buttons button:focus {
	color: #fff;
	background-color: #182c39;
	margin: 20px auto 20px auto;
	border-radius: 0;
	font-weight: 500;
	padding: 10px;
	border: 1px solid #182c39;
	cursor: pointer;
	font-family: 'Web Serveroff', sans-serif;
}
#contact .contact-buttons button:hover {
	color: #182c39;
	background-color: #fff;
}
@media only screen and (max-width: 766px) {
	.main_nav {
		padding-top: 10px;
	}
}
.open-nav {
	max-height: 300px !important;
}
nav {
	width: 100%;
	margin-top: 5px;
}
@media only screen and (max-width: 766px) {
	nav {
		width: 100%;
	}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	padding: 0;
}
@media only screen and (max-width: 766px) {
	nav ul {
		padding-top: 0px;
		margin-bottom: 22px;
		text-align: right;
		width: 100%;
	}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
	letter-spacing: 1px;
}
@media only screen and (max-width: 766px) {
	nav ul li {
		width: 100%;
		padding: 7px 0;
		margin: 0;
	}
	nav ul li:first-child {
		margin-top: 70px;
	}
}
nav ul a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
nav ul a:hover {
	color: #CFCFCF;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
}
@media only screen and (max-width: 766px) {
	.mobile-toggle {
		display: block;
	}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	background: #ffffff;
	display: block;
}
/* Footer Section
********************************************************************* */

footer {
	background-color: #354a68;
	padding: 2vh 0 2vh 0;
	margin-top: auto;
	bottom: 0;
}
footer p {
	color: #FFFFFF;
	text-align: right;
}
.follow {
	text-align: left;
	color: #FFFFFF;
	padding-left: 1vw;
	padding-bottom: 2vh;
}
.icon {
	color: #838383;
	font-size: 42px;
}

.socialIcons {
	color: #FFFFFF;
	padding: 0.5em;
}
.policies {
	color: #FFFFFF;
	font-size: 12px;
}
.attribution {
	color: #838383;
	font-size: 9px;
	bottom: 0;
	padding-right: 20px;
	float: right;
}
.attribution a {
	color: #838383;
}

/* Media Queries
********************************************************************* */

@media only screen and (max-width: 766px) {
	header h1 {
		font-size: 46px;
		padding-top: 10px;
	}
	.hero {
		margin-top: 40px;
	}
	.appstorebutton {
		padding-top: 0px;
	}
	.logo {
		top: 50px;
		max-width: 100px;
	}
	.phoneFeature {
		max-width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 680px) {
	.mobile-toggle {
		right: 0px;
		top: 20px;
	}
	.phone {
		display: none;
	}
	.phoneFeature {
		max-width: 100%;
		margin: 0 auto;
	}
}
