html {
	width: 100%;
	height: 100%;
	background: url(../img/bg_home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body { background: none; font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; }

/* Bootstrap resets and general overrides */
label { color: #ffffff; text-transform: uppercase; }
a:link, a:visited { color: #cf1a2f; }
a:hover, a:active { color: #ea6c7b; }
a.btn-info, a.btn-success, a.btn-primary, a.btn-danger, a.btn-warning  { color: #ffffff; }
body { font-size: 16px; }

/* Header */
nav.navbar, .gradient {
	height: 145px;
	padding: 0;
	background: #4c4b4c;
	background: -moz-linear-gradient(top, #4c4b4c 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #4c4b4c 0%,#000000 100%);
	background: linear-gradient(to bottom, #4c4b4c 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4b4c', endColorstr='#000000',GradientType=0 );
}
nav h1 { font-family: 'Fjalla One'; color: #fff; text-transform: uppercase; font-size: 65px; font-weight: 800; white-space: nowrap; }
.logo_img { max-width: 250px; }

#navbar { margin-top: 15px; }
.navbar-brand { height: 75px; }
.navbar-brand img { width: 275px; }
.navbar-toggle { margin-top: 20px; }
.navbar { margin-bottom: 0; }
.navbar-nav { margin: 0px 0 0 40px; }
.navbar-nav .row { margin-left: 0; margin-right: 0; }

ul.nav { font-size: 25px; font-weight: 400; }

header div.logo { padding-top: 25px; }
header div.nav-links { padding-top: 75px; text-align: right; }
header div.nav-links a { color: #fff; text-decoration: underline; font-size: 25px; text-transform: uppercase; white-space: nowrap; }
.nav li a { padding: 10px; }

/* Admin Navbar */
.admin-nav nav h1 { text-align: right; font-size: 50px; }
.admin-nav ul.nav { font-size: 16px; }
.photo-profile { width: auto; max-height: 140px; }
.photo-profile-sm { width: auto; max-height: 100px; }
.photo-profile-container { margin: 5px; }

/* Home */
.quote_container { background-color: #016201; position: relative; min-height:305px; overflow: hidden; }
.quote_image { position: relative; left: 50%; transform: translate(-50%, 0); }
/*.quote_image { position: absolute; right: 0; }*/  /*(Right-Aligned quote image)*/
.quote_text { position: absolute; top: 25px; padding-left: 50px; width: 800px; font-weight: bold; font-style: italic; font-size: 25px; color: #ffffff; }
.quote_author { position: absolute; top: 240px; padding-left: 120px; width: 800px; font-weight: 300; font-size: 25px; color: #ffffff; }

.tagline { color: #ffffff; font-weight: 800; font-size: 55px; text-transform: uppercase; margin: 50px auto 50px auto; text-shadow: 3px 3px 3px #000000; }
.tagline_em { font-weight: 400; font-style: italic; padding-right: 12px; }
.tagline_effect { color: #ffffff; font-weight: 800; text-transform: uppercase; text-shadow: 2px 2px 2px #000000; }

.btn-volunteer { border: 3px solid #ffffff; border-radius: 0; color: #ffffff; text-transform: uppercase; font-size: 16px; }
.btn-volunteer:hover { color: #ffffff; text-decoration: underline; }
.btn-volunteer-home { width: 220px; margin: 0 80px; font-weight: bold; font-size: 18px; }
.btn-volunteer:focus, .btn-volunteer:hover { color: #ffffff; }
a.btn-volunteer { color: #ffffff; }
.btn-badgebox { background: rgba(0,0,0, .5); }
.recruiter_template { font-family: monospace; font-size: 11px; color: #222222; min-height: 300px; }

.spacer { height: 25px; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }

.star-admin, .star-recruiter { font-size: 20px; }
.star-admin { color: #fff10b; }
.star-recruiter { color: #3de26c; }

/* Volunteer */

.green { color: #5cb85c; }
.red { color: #d9534f; }

.bg-green { background: rgba(0, 25, 5, 0.7); padding-bottom: 10px; margin: 0; color: #ffffff; }
.post { background: rgba(0, 25, 5, 0.8); padding: 10px; margin: 10px 0; min-height: 450px; color: #ffffff; }
.position-entry  { box-shadow: 8px 8px 8px #000000; }
.position-title { font-family: 'Fjalla One'; background: #ffffff; padding: 16px 8px; color: #121212; display: flex; justify-content: center; flex-direction: column; height: 85px; }
.position-archived { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; padding: 10px; border-radius: 5px; }
.post hr { border: solid 3px #ffffff; }
.post .summary { height: 115px; overflow: hidden; }
.box-light { background: rgba(161, 247, 183, 0.2); }
.box-dark { background: rgba(33, 49, 37, 0.8); }
.box-rounded { margin: 8px; padding: 5px; border-radius: 3px; }
.box-interest { margin: 10px 0; padding: 10px; text-transform: uppercase; font-size: 18px; cursor: move; }
.glyphicon-heart { color: #e84343; }
.big-icon { font-size: 30px; }
.parsedown img { max-height: 600px; height: auto; }
.sad-face { font-size: 160px; font-weight: 800; }
.clipboard-copy-button { cursor: pointer; }

.modal-window { position: relative; background: #ffffff; padding: 40px 20px 20px 20px; width: 90%; margin: 20px auto; min-height: 250px; }

/* Recruiter and Admin */
.table-volunteer tr th { background: #ffffff; color: #121212; }
.table-volunteer a:active, .table-volunteer a:visited, .table-volunteer a:link, .table-volunteer a:hover { color: #ffffff; }
.table-admin { background: rgba(0, 0, 0, 0.5); color: #fff; }
.table-admin span { padding: 8px; }
.btn-position-table { width: 70px; }
.btn-admin { width: 80px; }
.recruiter-tutorial { margin: 0 20px; }

/* Forms */
.form-group label { margin-top: 7px; }
.form-group.photo-input { margin-left: 0; margin-right: 0; }
.btn-photo-upload { color: #ffffff; background-color: #243727; border-color: #243727; }
.btn-photo-upload:focus, .btn-photo-upload:hover { color: #ffffff; }
.form-group.btn-register-container { margin-left: 0; margin-right: 0; }
.btn-register { background: #252525;  border: 3px solid #ffffff; border-radius: 0; }
.btn-register:focus, .btn-register:hover { color: #ffffff; }
.help-block { color: #ffffff; }
.countdown { color: #ffffff; }
.error_container { width: 100%; background: #fff8ca; padding: 50px; }
.login_spacer { height: 120px; }

/* The below lines ensure placeholder text is white */
.form-control::-webkit-input-placeholder { color: #ffffff; } /* Chrome/Opera/Safari */
.form-control::-moz-placeholder { color: #ffffff; } /* Firefox 19+ */
.form-control:-ms-input-placeholder { color: #ffffff; } /* IE 10+ */
.form-control:-moz-placeholder { color: #ffffff; } /* Firefox 18- */

.zip-input { font-weight: bold; padding: 0 10px; }
.form-control.zip-input::-webkit-input-placeholder { color: #243727; } /* Chrome/Opera/Safari */
.form-control.zip-input::-moz-placeholder { color: #243727; } /* Firefox 19+ */
.form-control.zip-input:-ms-input-placeholder { color: #243727; } /* IE 10+ */
.form-control.zip-input:-moz-placeholder { color: #243727; } /* Firefox 18- */

.badgebox { opacity: 0; }
.badgebox + .badge { text-indent: -999999px; width: 30px; }
.badgebox:focus + .badge { box-shadow: inset 0px 0px 5px; }
.badgebox:checked + .badge { text-indent: 0; }

/* General Classes and One-Offs */
.uppercase { text-transform: uppercase; }
.white { color: #ffffff; }
.row.no-gutters { margin-right:0; margin-left:0; }
.row.no-gutters > [class*='col-'] { padding-right:0; padding-left:0; }
.table-nonfluid { width: auto !important; }
.small-fonts { font-size: 12px; }

/* Simple MDE Editor (ensures the toolback has an opaque background) */
.editor-toolbar { background: #ffffff; }

/* Widget */
.widget_code { font-family: monospace; }

/* Footer */
footer { color: #ffffff; }
footer a:active, footer a:visited, footer a:link, footer a:hover { color: #ffffff; text-decoration: underline; }
footer a.btn { color: #505050; text-decoration: none; }
.footer-block { background: rgba(0, 0, 0, 0.5); padding: 10px; margin: 10px 0; }


/*==================================================
=    Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.toggle { padding-top: 10px; border-bottom: 2px solid #eaeaea; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	nav h1 { font-size: 46px; }
	.logo_img { max-width: 180px; }
	ul.nav li { font-size: 15px; }
	.admin-nav nav h1 { font-size: 32px; }
	.quote_text { width: 450px; padding-left: 40px; font-size: 20px; }
	.quote_author { padding-left: 60px; width: 450px; font-size: 20px; }
	.tagline { font-size: 35px; margin: 30px auto 30px auto; }
	.btn-volunteer-home { width: 220px; margin: 0 30px; }
	.login_spacer { height: 120px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.logo_img { max-width: 120px; }
	nav.navbar, .gradient { height: auto; }
	ul.nav { background: #000000; color: #ffffff; text-align: right; padding: 10px; }
	.btn-volunteer-home { width: 220px; margin: 20px 0; }
	.login_spacer { height: 80px; }
	.modal-window { width: 90%; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.quote_text { width: 90%; top: 50px; padding-left: 0; text-align: center; font-size: 16px; }
	.quote_author { padding-left: auto; width: 90%; text-align: center; font-size: 16px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
