/*
Theme Name:     Flat To Form
Description:    
Author:         admin
Template:       Parallax-One

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* ===================
        PRELOADER
======================*/

.preloader {
	overflow: hidden !important;
	color: #7E0000 !important;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fefefe;
}

/* ===================
        HEADER
======================*/

header .navbar-brand {
	height: 100px;
	margin: 0px !important;
}

.navbar-brand > img {
	max-height: 80px;
}


.navbar-inverse  {
	background-color: #888 !important; 
}

.main-navigation li:hover {
	background-color: #7E0000;
	height: 100px;
	
}

.sticky-navigation .main-navigation li a {
	line-height: 40px;
}

.sticky-navigation .main-navigation li a:hover {
	color: #fff;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #fff;
}
.navbar-toggle {
padding: 25px 5px;
}

/* ===================
        BUTTONS
======================*/

.btn-primary {
	background-color: #7E0000;
	border-color: grey; 
}

.btn-primary:hover {
	background-color: #888;
	border-color: #222; 
}

.btn {
	padding: 20px;
}

.standard-button:active {
	background: #7E0000 !important;
}

/* ===================
        HOME
======================*/

h2.intro {
	font-family: 'Coda', cursive !important;
	text-shadow: 2px 2px 4px #000000; 
}

.intro-section h5 {
	font-family: 'Coda', cursive !important;
	text-shadow: 2px 2px 4px #000000; 
	letter-spacing: 1px;
}

.section-header h2 {
	color: #000 !important;
	font-family: 'Coda', cursive !important;
}

.services {
	background-color: #0000001a; 
}

.services .sub-heading {
	font-weight: 500;
	font-size: 18px; 
}

.call-to-action h2 {
	font-family: 'Coda', cursive !important;
	color: #fff;
	text-shadow: 2px 2px 4px #000000; 
}

.call-to-action h1 {
	font-family: 'Coda', cursive !important;
	color: #fff;
	text-shadow: 2px 2px 4px #000000; 
}

.call-to-action .section-overlay-layer {
	background: rgba(0, 5, 8, 0.60);
}

#latestnews {
	display: none;
}

.colored-line {
	background: #7E0000;
}

.colored-text {
	color: #7E0000;
}

.testimonials-box .feedback:hover {
	border-bottom-color: #7E0000;
}

.border-bottom-hover:hover {
	border-bottom-color: #7E0000;
}

.pic-container-inner { 
	box-shadow: 0 0 0 1px #7E0000 !important; 
}

.col-sm-4  a {
	color: #7E0000;
}

/* ===================
      INSIDE PAGES
======================*/

.colored-line-left {
	background: #7E0000;
}

.entry-header h1 {
	font-family: 'Coda', cursive !important;
	color: #555 !important;
	text-align: left;
}

p h4 {

    font-family: 'Open Sans', sans-serif;
    color: #555;

}

.textwidget { 
	font-family: 'Open Sans', sans-serif;
    color: #555;
 }

 #body .entry-content p  {
 	font-family: 'Open Sans', sans-serif;
    color: #555;
 }

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5 {
	color: #555;
}



/* ===================
        FOOTER
======================*/
.footer-bottom-wrap {
	display: none; 
}

#footer .container {
	text-align: center !important;
}

.footer {
	background: #222;
}

.footer h4{
	font-family: 'Coda', cursive;
}


#footer .btn-primary {
	display: block;
	margin-top: 20px;
	margin-left: 15%;
}

.footer a {
	color: #7E0000;
}

.footer a:hover {
	color: #888;
}

/* ===================
        MEDIA
======================*/

@media (max-width: 767px) {
.menu-align-center .navbar-header > a {
    float: none;

	}
}

@media (max-width: 580px) {
div #parallax_header.container.overlay-layer[style] {
		padding-top: 25px !important;
	}
}
