/**
* TT CSS
* Please add all additional css (bootstrap overrides, etc) to this document.
* If you undergo some crazy project on the site, feel free to make another file
* Make sure to add any additional css files other than this one to the bottom of
* the head section in header.php
* -648
*/

.bg-charcoal {
  background-color:#1f1f1f !important;
}

html * {
  font-family: 'Arvo' !important;
}

.logo-top {
  font-size: 35px;
  letter-spacing:3px;
  line-height:28px;
  color: #BE0000;
}

@media (min-width: 0px) and (max-width:767px) {
	.logo-top {
		padding-top:10px;
		font-size: 24px;
		line-height: 17px;
	}
}

.logo-bot {
  font-size: 14px;
  font-weight:300;
  letter-spacing:2px;
  text-align:relative;
  color: #eeeeee;
}

@media (min-width: 0px) and (max-width:767px) {
	.logo-bot {
		padding-top:3px;
		font-size: 12px;
		letter-spacing: auto;
	}
}

.nav-item .nav-link:hover {
  color:#BE0000;
}

.filler {
  padding-top: 60px !important;
}

.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  background-image: url('/res/landing.jpg');
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: absolute;
}

.jumbotron .container .tt_title { /* increase font size */
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	padding-top: 1.15em;
	margin-left: -1em;
	padding-bottom: 0.1em;
	font-size: 148px;
	line-height: 130px;
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	position: absolute;
	z-index: 2;
}

.jumbotron .container .tt_info {
	font-size: 24px;
	line-height: 28px;
	margin-top: 8px;
	padding-top: 17.5em;
	margin-left: -6em;
	position: absolute;
	z-index: 2;
}

.jumbotron .overlay {
	background-color: #000000;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	height: 90vh;
	top: 0;
	z-index: 1;	
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px 5px 0 0;
	width: 350px;
	padding-bottom: 8px;
}

.card-title {
	text-align: center;
	padding-left: 8px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 24px;
	color: #BE0000;
}

.card-img-top {
	border-radius: 5px 5px 0 0;
}

#learn-more {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4)), url(/res/rush.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 70vh;
}

@media (max-width: 768px) {
	#learn-more {
		background-position: center;
	}
}

.jumbotron-bottom {
  padding: 0;
  margin: 0;
  color: white;
  background-image: url('/res/rush.jpg');
  /*background-position: center;*/
  background-size: cover;
  width: 100%;
  height: 90vh;
  display: flex;
  /*position: absolute;*/
}

.jumbotron-bottom .container .tt_title { /* increase font size */
	margin-top: 20%;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	padding-top: 1.15em;
	margin-left: -1em;
	padding-bottom: 0.1em;
	font-size: 24px;
	/*line-height: 130px;*/
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	position: absolute;
	z-index: 2;
}

.jumbotron-bottom .container .tt_info {
	font-size: 24px;
	line-height: 28px;
	margin-top: 8px;
	padding-top: 17.5em;
	margin-left: -6em;
	position: absolute;
	z-index: 2;
}

.jumbotron-bottom .overlay {
	background-color: #000000;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;	
}

#rushCard {
	box-shadow: none;
	border: 1px solid black;	
	border-radius: 0px;
	width: 150px;
	height: 150px;
}

@media(min-width: 1200px) {
#rushCard {
	box-shadow: none;
	border: 1px solid black;	
	border-radius: 0px;
	width: 180px;
	height: 180px;
}
}

@media(min-width: 576px) {
#rushCard {
	box-shadow: none;
	border: 1px solid black;	
	border-radius: 0px;
	width: 150px;
	height: 150px;
}
}

@media(min-width: 768px) {
#rushCard {
	box-shadow: none;
	border: 1px solid black;	
	border-radius: 0px;
	width: 150px;
	height: 150px;
}
}

@media(min-width: 992px) {
#rushCard {
	box-shadow: none;
	border: 1px solid black;	
	border-radius: 0px;
	width: 180px;
	height: 180px;
}
}

a {
	color: #BE0000;
}

a:hover {
	color: #810000;
}

.brother-img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#profileTitle {
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

#profileText {
	padding: 0;
	font-size: 16px;
	text-align:left;
}

#headerLogo {
	font-size: ;
}

/*@media(min-width: 576px) {
#topCard {
	padding-top: 150px;
}
}

@media(min-width: 768px) {
#topCard {
	padding-top: 0px;
}

@media(min-width: 992px) {
#topCard {
	padding-top: 0px;
}
}
}

@media(min-width: 1200px) {
#topCard {
	padding-top: 0px;
}
}*/