/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.1.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.header {
  background-color: #f7c101;
}

.logo-font {
	font-family:Arial;
}
.logo-font span.a {
	color:#ffffff;
	background-color:#dd7c28;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
h2.logo-font {
  text-transform: none;
}
h3 {
  font-size: 24px;
}

.dark-bg {
  background-color: #373737;
  color: #cdcdcd;
}

.plan .header h3 {
  font-size: 28px;
}
.plan .header .price {
  font-size: 24px;
}

#paid_banner { width: 100%; margin:auto; }
@media (max-width: 768px) {
  #bannerleft { width:100%; clear:both; }
  #bannerright { width:100%; clear:both;}
  #paid_banner {
    width: 100%;
  }
}

form input:required, form select:required, form textarea:required { background-color:#fff3c8; color:#000000; }
