/**
* 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_new.jpeg');
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 100%;*/
  height: 90vh;
  position: relative;
  object-fit: scale-down;
  display: flex;
	justify-content: center;
}

@media(min-width: 0px) and (max-width: 768px) {
	.jumbotron {
		height: 90vh;
		background-image: url('/res/landing_new-cropped.jpeg');
		background-position: center;
		display: flex;
		justify-content: center;
	}
}

/*@media(min-width: 0px) and (max-width: 576px) {
	.jumbotron {
		background-image: url('/res/landing-576.jpg');
	}
}

@media(min-width: 768px) {
	.jumbotron {
		background-image: url('/res/landing-768.jpg');
	}
}

@media(min-width: 992px) and (max-width: 1200px) {
	.jumbotron {
		background-image: url('/res/landing-992.jpg');
	}
}*/

.jumbotron .tt_title { /* increase font size */
	font-family: 'Verdana' !important;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding-top: 0.8em;
	padding-bottom: 0.1em;
	font-size: 25em;
	line-height: 130px;
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	position: absolute;
	z-index: 2;
	text-decoration:  none;
	color: rgba(255,255,255,0.4);
}

@media(min-width: 0px) and (max-width:772px) {
	.jumbotron .tt_title {
		padding-top: 1.4em;
		font-size: 15em;
		line-height: 52px;
	}
}

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


@media(min-width: 0px) and (max-width: 772px) {
	.jumbotron .tt_info {
		font-size: 12px;
		line-height: 14px;
		padding-top: 13.5em;
	}
}

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

@media(min-width: 0px) and (max-width: 768px) {
	.jumbotron .overlay {
		height: 90vh;
	}
}

.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;
}

@media only screen and (max-width: 600px) {
	.card-title {
		text-align: center;
		padding-left: 8px;
		padding-top: 4px;
		font-weight: bold;
		font-size: 16px;
		color: #BE0000;
	}

	.card-text {
		font-size: 10px;
	}
}

@media only screen and (min-width: 600px) {
	.card-title {
		text-align: center;
		padding-left: 8px;
		padding-top: 4px;
		font-weight: bold;
		font-size: 16px;
		color: #BE0000;
	}

	.card-text {
		font-size: 10px;
	}
}

@media only screen and (min-width: 768px) {
	.card-title {
		text-align: center;
		padding-left: 8px;
		padding-top: 4px;
		font-weight: bold;
		font-size: 24px;
		color: #BE0000;
	}

	.card-text {
		font-size: inherit;
	}
}

.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: ;
}

/*.chair-card {
	width: 25%;
	border: 4px solid #BE0000;
	box-shadow: inset 0 0 0 0 #BE0000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.chair-card:hover {
	color: white;
	box-shadow: inset 0 0 0 #BE0000;
}

.chair-card-title {
	padding: 2px 2px 2px 2px;
	font-size: 24px;
	font-weight: bold;
	color: #BE0000;
}

.card-hover {
	animation-name: hover;
	animation-duration: 1;
	background-color: #BE0000;
}*/

.card-container {
	flex: 100px;
	margin: 30px;
	width: 300px;
	height: 300px;
}

.card-container .card2 {
	font-weight:bold;
	position:relative;
	/*width:100%;*/
}

.card-container .card2 #chairs {
	padding: 30px;
	width: 100%;
	height: 300px;
	border: 2px solid black;
	background: white;
	text-decoration: none;
	color: black;
	display: block;
	transition: 0.25s ease;
}

.card-container .card2 #chairs:hover {
	transform: translate(-15px, -15px);
	border-color: #be0000;
}

.card-container .card2 #chairs:hover .card--display {
	display: none;
}

.card-container .card2 #chairs:hover .card--hover {
	display: block;
}

.card-container .card2 #chairs .card--display h2 {
	color:#be0000;
}

.card-container .card2 #chairs .card--display p {
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	text-align:center;
}

.card-container .card2 #chairs .card--hover {
	display: none;
}

.card-container .card2 #chairs .card--hover h2 {
	color:#be0000;
}

.card-container .card2 #chairs .card--hover p {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5;
}

.card-container .card2 #chairs .card--hover p.link {
	font-weight: bold;
	color: #be0000;
}

/*.card-container .card2 .card--border {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px dashed black;
	z-index: -1;
}*/

/*@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;
}
}*/