html, body {
    background-color: #fafafa;
    color: #404040;
    font-family: 'Nunito', sans-serif;
}

body {
    position: relative;
}

a {
    color: #DA0732;
    text-decoration: underline;
}

iframe {
    max-width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
}

p {
    font-size: 1.3em;
    margin: 0 0 0.8em;
}

#globalheader {
    background-color: rgba(30, 30, 30, 0.96);
}

#cover {
    background-image: url('../images/cover.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30em;
    width: 100%;
}

#cover img {
	position: relative;
	right: 140px;
}

#cover p {
    font-size: 2em;
}

#cover span {
    display: table-cell;
    vertical-align: middle;
}

.embed-responsive {
    margin-bottom: 1em;
}

.indicates-required {
	float: right;
}

#mc_embed_signup form {
	padding: 0;
}

#mc_embed_signup .button {
	background-color: #DA0732 !important;
}

@media handheld, only screen and (max-width: 600px) {
	#cover img {
		position: relative;
		top: 40px;
		left: 30px;
	}
}

.navbar-default .navbar-nav>li>a, a.navbar-brand {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 2px solid #DA0732;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #DA0732;
    color: white;
}

#content {
    margin-top: 6em;
}
