* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #a22022;
}

.content-container {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.fb-pos {
    position: relative;
    padding: 10px;
}

.header {
    background-image: url("../img/banner_2.jpg");
    background-position: top center;
    height: 440px;
    margin: 0px;
    padding: 0px;
    padding-top: 300px;
    position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #000;
}

.title-bar {
    min-height: 40px;
    background-color:rgba(255,255,255,0.75);
    margin: 0px;
    padding: 0px;
	margin-top: 90px;
}

.navbar, navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}

@media (min-width: 768px) {

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
}

.navbar .navbar-nav li {
    margin: 0px;
    padding: 0px;
}

.navbar ul {
    margin: 0px;
    padding: 0px;
}

.navbar .navbar-nav li a {
    height: 40px;
    color: #436a3b;
    text-shadow: none;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    font-size: 16px;
}

.navbar .navbar-nav li a:hover {
    color: #fff;
    background-color: #436a3b;
}

.navbar .navbar-nav li a.active {
    color: #fff;
    background-color: #436a3b;
}

.navbar-header {
    margin: 0px;
    padding: 0px;
}

.navbar-header .btn {
    margin: 0px;
}

.header h1 {
    position: absolute;
    display: inline-block;
    background-color:rgba(0,0,0,0.75);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px;
    font-weight: 700;	
}

.header h1.one {
    top: 0px;
    left: 0px;
    bottom: auto;
    right: 0px;
}

.header .title1 h1 {
    top: 70px;
    right: 0px;
}

.header .title1 h2 {	
    top: 130px;
    right: 0px;
}

.header .title2 h1 {
    top: 190px;
    right: 0px;
}

.header .title2 h2 {	
    top: 250px;
    right: 0px;
}

.header h2 {
    position: absolute;
    display: inline-block;
    background-color:rgba(0,0,0,0.75);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px;
    font-weight: 700;
}

.header h1 i {
    font-size: 24px;
    text-decoration: none;
}

.header h2.one {
    top: 90px;
    left: 0px;
    bottom: auto;
    right: auto;
}

.content {
    padding: 25px;
    /*background-image: url("../img/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;*/
}

.content h1 {
    word-wrap: break-word;
    background-color: #436b39;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px;
    font-weight: 700;
}

.content p {
    margin-top: 25px;
    line-height: 25px;
}

.content img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content .row {
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 400px) {

    .content {
        padding: 5px;
    }
	
	.header h1.one {
		font-size: 12px;
	}
	
	.header h1.one i {
		font-size: 8px;
	}
	
	.header h1 {
		font-size: 18px;
	}
	
	.header h2 {
		font-size: 12px;
	}

    .content h1 {
        margin: 5px;
        padding: 5px;
        font-size: 24px;
    }

    .sponsors img {
        max-width: 220px;
    }
}

.content h2 {
    font-size: 24px;
}

.website {
    font-size: 11px;
    color: #000;
    text-align: center;
    margin: 20px;
}

.website a {
    color: #aaa;
}

.sponsors .col-lg-4, .sponsors .col-sm-6 {
    text-align: center;
    vertical-align: middle;
}