/*
Theme Name: EQUINOX
Theme URI: http://fabianpothe.com
Author: Fabian Pothe
Author URI: http://fabianpothe.com/
Description: Framework for custom theme development
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: equinox

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.btn {
	border-radius: 0;
}

a {
    color: #008eaa;
    text-decoration: none;
}

a:hover {
	color: #008eaa;
}
.navbar-brand {
	padding: 15px 20px;
}
.navbar-toggle {
	color: #008eaa;
}
h1 {
	font-size: 80px;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	color: #000;
}
li {
	list-style-type: square;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;

}


ul {
	padding-left: 21px;
}
small,
small h2 {
	color: #666;
}
small {
	font-size: 0.7em;
}

.btn-primary:hover {
	background-color: #05aed0;	
	border-color: #05aed0;		
}

#header {
	background-color: #333;
}
#header .navbar {
	background-color: #333; 
	border-color: transparent;
}

#header .navbar-nav {
	padding-bottom: 10px;
}
#navbar {
	text-align: center;
	text-transform: uppercase;
}
.navbar {
	text-transform: uppercase;
	padding: 0;
}
.navbar li {
	list-style: none;
}
#navbar a{
	color: #9d9d9d;
	padding: 7px;
}
#navbar .active a {
	background-color: transparent;
}
.navbar-toggler {
	border: 0;
	margin-right: 15px;
    padding: 9px 10px;
	color: #fff!important;
}
#content {

	background-color: #fff;
}

#banner {
    position: relative;
    height: 440px;
    display: block;
    background-position: top center!important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
	background-size: cover !important;

}
#banner h1 {
	color:#fff;
	font-size: 4em;
	margin-left: 25px;
}

@media (max-width: 768px) {
	#banner h1 {
		font-size: 2em;
	}
}
#banner .pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(media/pattern.png);
}
#banner .caption h1 {
	position: absolute;
	bottom: 5px;
	z-index: 1001;
}
@media (max-width: 1000px) {
    #banner {
        height: 200px;
    }
}
article {
	position: relative;
}
article header {
	position: relative;
	margin: 50px 0 50px 0;
}
article:first-child header {
	margin: 0 0 50px 0;
}

footer {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666;
}

footer a {
	color: #666;

}

footer li {
	list-style: none;
}

footer .copyright p {
	margin: 10px 0 0 0;
}

footer .nav-pills .active a{
	color: #666;
	background-color: transparent!important;
}

footer .nav-pills a:hover{
	color: #008eaa!important;
	background-color: transparent!important;
}

@media (max-width: 768px) {
	.copyright {
		text-align: center;
	}
	.nav-pills > li {
		float: none;
		background-color: #eee;
		margin: 0 0 5px 0;
	}
	.nav-pills {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}

	footer li {
		margin-left: 0!important;
	}
	
}

form small {
	font-size: 0.7em;
}
.wpcf7-validation-errors {
	display: none!important;
}


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.page-id-32 h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.page-id-32 h4 {
	margin-top: 25px;
	margin-bottom: 15px;
}		

.page-id-32 h3,
.page-id-32 h4,
.page-id-32 h5,
.page-id-32 h6 {
	color: #333;

}