.navbar-default {
	border: none;
	background-color: white;
	z-index: 1;
}

.navbar-toggle {
	border: none;
}

.topnav {
	background-position: center center;
	background-size: cover;
	height: 80px;
}

h1 {
	text-align: right;
	line-height: 1.6em;
	font-size: 4em;
}

.bottomsection {
	background-position: center center;
	background-size: cover;
	height: 100px;
}

@media (max-width: 767px) {
	.img-responsive {
		max-width: 50%;
		min-width: 300px;
	}
}

/*.img-responsive {
	max-width: 310px;
}*/

@media (min-width: 770px) {
	.home_right {
		width: 45%;
	}

	.home_left {
		width: 45%;
		font-size: 9px;
	}
}

@media (min-width: 640px) {
	.home_right {
		width: 45%;
		padding-top: 220px;
	}
}

@media (max-width: 639px) {
	.home_right {
		padding-top: 220px;
	}
}

@media (max-width: 608px) {
	.home_right {
		padding-top: 0px;
	}
}

.col-xs-12 {
	margin-top: 15px;
  margin-bottom: 15px
}

.home_left {
	float: left;
	text-align: right;
	margin-top: 50px;
	font-size: 11px;

}

.home_right {
	float: right;
	margin-top: 70px;
	margin-bottom: 25px;
}

.homepage_container {
	padding: 0px 25px;
}