/* cmsms stylesheet: ve2016 modified: 08/31/16 22:23:02 */
html, body {
	min-height: 100%;
	background: #2b3917;
	color: #fff;
}

body {
	font-family: 'News Cycle', sans-serif;
}

a { color: #b6dc1e; }
a:hover { color: #b6dc1e; }

@media (min-width:768px) {
  .ve-homepage .container {
	background-image:url(/uploads/ve2016/images/logo.png);
  }

  header {
	height:	400px;
  }

}

.ve-homepage .container {
	background-size: 50%;
	background-repeat: no-repeat;
}

header .header-slogan {
  font-family: Helvetica;

  font-size:120%;
  margin-top: 200px;
}

.header-slogan span {
  font-weight: 600;
  color: #b6dc1e;
}

#menu {
	background: #2b3917;
	font-size: 115%;
	padding: 8px;
}

#menu ul, .contacts {
	list-style-type: none;
	margin: 12px;
}

#menu ul li { 
	display: inline-block;
	padding: 4px 8px;
	border-right: solid 1px #fff;
}

.contacts li {
border-left: solid 1px #7cb01e; 
padding: 4px 8px;
display: inline-block;
}

.contacts li  span { font-size: 150%; font-weight: bold; }

#menu ul li.pull-right {
	border-right: none;
	border-left: solid 1px #fff;
}

#banner {
	
}

#banner .img-container {
	padding: 0;
}

#content {
	padding: 20px 0;
	background:#7cb01e;
	color: #fff;
	font-size: 105%;

	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50% auto;
}

@media (min-width:768px) {
#content {
	background-image:url(/uploads/ve2016/images/contentright.png);
  }
}
	.content-right h2 { margin:0; }

	@media (min-width: 768px) { .content-right h2  { font-size: 100%;  margin-top: 10px; } }
	@media (min-width: 992px) { .content-right h2  { font-size: 150%;  margin-top: 14px; } }
	@media (min-width: 1200px) { .content-right h2  { font-size: 200%; margin-top: 20px; } }
	
footer {
	padding: 20px;
	font-size:95%;
}

.contactform td {
padding: 6px;
}

.contactform input,  .contactform textarea {
color: #2b3917;
}
