/* Prevent extra width from showing on mobiles */
html, body {
	width: 100%;
	overflow-x: hidden;
}

footer p {
    margin-top: 10px;
}

header h1 {
    font-family: 'Permanent Marker', cursive;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.section-1 {
    background: #424242;
    color: white;
}

.section-3 {
    background: white;
    color: black;
}

.section-4 {
	background: #EF355A;
	color: black;	
}

.row-buffer {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-default {
    margin-bottom: -1px;
    border-radius: 0px;
}

.jumbotron {
    margin-bottom: 0px;
}

li.active a {
    cursor: default;
    font-weight: bold;
}

.jumbotron-billboard .img {
    margin-bottom: 0px;
    opacity: 0.5;
    color: #000;
    background: #000 url("../images/header.jpeg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.jumbotron-billboard h2 {
    margin-top: 0;
}

.jumbotron-billboard {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    color: white;
}

.jumbotron-billboard .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* hide the header on phones and replace it with a "brand" */
@media screen and (max-width: 480px) {
	header {
		display: none;
	}
	
	a.navbar-brand {
		display: inline;
		font-family: 'Permanent Marker', cursive;
		font-size: 1em;
	}
}

/* hide the brand on non-phones */
@media screen and (min-width: 481px) {
	a.navbar-brand {
		display: none;
	}
}

/* Bootstrap overrides */
.navbar-default {
    background-color: #ED002F;
    border-color: #B70024;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ED002F;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #90001C;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #90001C;
}

footer {
    background-color: #ED002F;
    border-color: #B70024;
    color: white;
    text-align: center;
    /*margin-top: 10px;*/
}

.btn-primary {
    color: #ffffff;
    background-color: #ED002F;
    border-color: #B70024;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #90001C;
    border-color: #B70024;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #90001C;
    border-color: #B70024;
}

a {
    color: #ED002F;
    text-decoration: none;
}

a:hover, a:focus {
    color: #B70024;
    text-decoration: underline;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #B70024;
}

.navbar-default .navbar-toggle {
	border-color: #B70024;
}

.panel-primary {
    border-color: #B70024;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #ED002F;
    border-color: #B70024;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ED002F;
    border-color: #B70024;
}

/* Flipclock overrides */
.flip-clock-divider .flip-clock-label {
	display: none;
}

/* Hide the progress bar div on non-phones */
@media screen and (min-width: 481px) {
	div.progress {
		display: none;
	}
}