@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;

}

html body {
	background-color: #fcfbf4;
	color: #202020;
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #E7E6E3;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 179px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}

.style-nav-here {
	font-weight: 600;
	font-size: 20px;
	padding-top: 0px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.hero {
	background-image: url("images/AbstractTypewriter3.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 23px;
	text-align: center;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
	
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	margin-left: 20px;
	margin-right: 20px;	
}

.company-background {
	margin-left: 20px;
	margin-right: 20px;

}

.company-background p {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}

.author-image {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.author-bio {
	margin-left: 20px;
	margin-right: 20px;
}

.author-bio p {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 375px;
	padding-left: 20px;
	padding-right: 20px;
	color: red;
}

.privacy-policy-link {
	text-decoration: none;
	font-size: 12px;
	color: #2F322A;
	text-align: center;
	display: block;
}

/* Tablet View */
@media (min-width: 768px){
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col-md-one-half {
    	width: 50%;
    }

    .col {
    	float: left;
        padding: 0px 7px 14px;
    }
	
	h1 {
		font-size: 57px;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 60px;
	}


}

/* Desktop View */
@media (min-width: 1024px){
	.style-logo {
		float: left; 
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
    	width: 25%;
    }
	
	h1 {
		font-size: 57px;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 60px;
	}
	.company-background {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	}

}
