/*****************************

HEADER OF HOME PAGE

*******************************/

#header {
	height: 100%;
	max-height: 750px;
	background-image: url(images/home/homepage_bg_auto3.png);
	background-size: cover;
}


#header .container {
	padding-top: 2px;
	height: inherit;
}

#header .col-md-7, #header .row {
	height: inherit;
	vertical-align: middle;
}

#img-index {
	height: inherit;
	width: auto;
}

#form {
	vertical-align: middle;
	text-align: center;
}

#form img{
	padding-bottom: 20px;
}

#tagline {
	font-family: 'Nunito', serif;
	font-size: 1.70em;
	color: white;
}
/*****************************

END HEADER STYLING

******************************/

.content .col-centered {
	vertical-align: middle;
}

.content .col-md-5 {
	line-height: 2.0em;
	font-size: 1.3em;
}

.content img {
	width: 100%;
	height: auto;
}

section {
	padding-top: 60px;
	padding-bottom: 60px;
}


#b img, #c img, #d img {
	height: auto;
	width: 40%;
	
	margin-left: 4%;
	margin-right: 4%;
}

#b p, #c p, #d p {
	display: inline-block;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 4%;
	font-size: 20px;
	width: 40%;
	vertical-align: middle;
}

#b span, #c span, #d span {
	display: block;
	font-weight: bolder;
	font-size:30px;
	font-family: 'Nunito', serif;
}

#a p {
	font-size: 25px;
	display: inline-block;
	margin-left: 12%;
	padding-top: 1%;
}


.beta #betainvite {
	display: inline;
}