@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900,100,700);

body {
  padding-top: 50px;
  font-family: 'Lato', sans-serif;
  background-color: #d5d5d5;
}

.navbar-brand {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
}

.navbar-inverse {
	background-color: #232323;
	border: 0px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.mt-main {
	margin-top: 120px;
}

.mt-row {
	margin-top: 60px;
}

#headerwrap {
	background-color: #232323;
	width: 100%;
	min-height: 700px;
	color: white;
	text-align: center;
	padding-top: 120px;
}

#headerwrap h1 {
	font-weight: 100;
	font-size: 70px;
}

#headerwrap h2 {
	color: #777777;
	font-size: 28px;
	font-weight: 300;
}

#headerwrap .gobottom {
	bottom: 0 !important;
	margin-bottom: 0px;
}

#secondwrap {
	width: 100%;
	color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	text-align: center;
}

#secondwrap h2 {
	font-weight: 300;
	font-size: 34px;
}

#secondwrap h5 {
	font-weight: 900;
}

#secondwrap p {
	font-weight: 300;
	font-size: 16px;
}

.linewrap {
	border-left: 2px #ddd solid;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.linewrap:hover {
	border-left: 2px #222222 solid;
	cursor: pointer;
}

.mtop {
	margin-top: 50px;
}
.goleft {
	text-align: left;
}

#spacerwrap {
	width: 100%;
	min-height: 400px;
	padding-top: 100px;
	color: white;
	background-image: url(../img/spacer.jpg);
	text-align: center;
}

#spacerwrap h2 {
	color: white;
	font-weight: 100;
	font-size: 40px;
}
#spacerwrap h4 {
	color: #777777;
	font-weight: 400;
	font-size: 18px;
}

#finalwrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f4f4f4;
	color: #2f2f2f;
}

#finalwrap h1 {
	font-weight: 300;
	font-size: 48px;
}

#finalwrap h3 {
	font-weight: 300;
	font-size: 24px;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 25px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}


/*Buttons Configuration */

.btn-conf-2 {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-yellow {
	background: #F7CA18;
	color: white
}
