body {
	background-color: rgb(246, 246, 246) !important;
}

/*.navbar-brand {
	color: white !important;
	font-size: 33px; 
	font-family: Bradley Hand ITC; 
	font-weight: bold;
}

.navbar-header {
	background-color: red;
	border: 5px black solid;
	padding: 7px;
	opacity: 0.9;
}*/

.nav .li a {
	padding:13px;
}

.navbar {
	padding: 20px 20px 0px 20px;
}

#navbar-logo {
	height: 30px;
	width: auto;
}

.navbar-nav {
	float: right;
	margin-top: 20px;
	font-size: 28px;
}

.navbar a {
	color: white;
}

.navbar a:hover {
	color: black;
}

/*@font-face {
	font-family: 'BradleyHandITCBold';
	src: url("css/BradleyHandITCBold.ttf") format('truetype');
	src: url("css/BradleyHandITCBold.woff") format('woff');
}
.newfont{ 
	font-family: 'BradleyHandITCBold' !important;
	font-size : 31px;
}*/

#backgroundDiv {
	background-image: url("/img/home_1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}

#separator {
	background-image: url("/img/3.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 30px;
	opacity: 0.9;
}

.dropdown-menu {
	//opacity: 0.8;
	font-size: 20px;
}

#welcomeMsg {
	text-align: center;
	margin-top: 180px;
	color: white;
}

h2 {
  font: 400 55px/1.3 'Arizonia', Helvetica, sans-serif;
  color: white;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}

#call-to-action {
	border: 2px white solid;
	font-size: 25px;
	display: inline-block;
	padding: 5px;
}

#call-to-action a {
	color: white !important;
}

#call-to-action a:hover {
	text-decoration: none;
	color: white;
}

#call-to-action:hover {
	background-color: black;
}

#logo {
	width: 350px;
}

#statusMsg {
	text-align: center;	
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {
	#logo {
		width: 150px;
	}
	
	#welcomeMsg {
		text-align: center;
		margin-top: 80px !important;
		color: white;
	}
	
	h2 {
	  font: 400 45px/1.3 'Arizonia', Helvetica, sans-serif;
	  color: white;
	  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
	}
}
