/* Main CSS Stylesheet */

@import "misc.css";

#navbar nav.on-cover {
	background-color: rgba(255, 255, 255, .85);
	border: none;
}

#navbar nav.navbar-transparent {
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

#cover-page .jumbotron {
	height: 100vh;
	text-align: center;
	background: url(../img/homepage/cover.jpg) fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

#cover-page .jumbotron h1 {
	font-size: 75px;
	font-weight: 12;
	padding-bottom: 10px;
	text-shadow: 1px 1px #000000
}

#cover-page .jumbotron .cover-page-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#cover-page .jumbotron .cover-page-see-more {
	font-size: 30px;
}

#cover-page .jumbotron h4 {
	font-size: 25px;
	text-shadow: 1px 1px #000000
}

#cover-page.no-bottom-margin .jumbotron,
.content-full-height.no-bottom-margin .jumbotron {
	margin-bottom: 0;
}

#content-main {
	padding-bottom: 15px;
}

.content-media {
	margin-top: 15px;
}

.content-media .row {
	margin-bottom: 15px;
}

.content-full-height {
	min-height: 100vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.coach-portrait {
	display: block;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-brand img {
	display: block;
	height: 200%;
	margin-top: -10px;
}

#footer {
	background-color: rgb(244, 244, 244);
	text-align: center;
	padding-bottom: 10px;
}

#footer,
#footer a {
	color: rgb(154, 154, 154);
}

#footer span {
	font-size: 10px;
	display: block;
}

#footer span a {
	color: rgb(133, 133, 133);
	text-decoration: none;
}

#footer span a:hover {
	text-decoration: underline;
}

.content-full-height h1 {
	font-size: 45px;
}

.content-full-height h2 {
	font-size: 25px;
}

.content-full-height p,
.content-full-height span,
.content-full-height li {
	font-size: 19px !important;
}

.form-message {
	margin-left: 10px;
}

input[type="text"].error,
input[type="url"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
textarea.error {
	border-color: #ff0000 !important;
}

.toggled-section {
	display: none;
}

blockquote {
	border-left: 3px solid rgb(0, 126, 20);
	margin-top: 1em;
	margin-bottom: 2em;
}

blockquote p:before {
	content: "\"";
}

blockquote p:after {
	content: "\"";
}

.blockquote-footer {
	padding-left: 1em;
	color: rgb(2, 70, 13);
	text-transform: uppercase;
	font-weight: bold;
}

tr,
th {
	padding: 0.5em;
}

tr {
	border-bottom: 1px solid rgb(154, 154, 154);
	width: 100%
}

.card {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

