@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
* { margin: 0px; padding: 0px; }

/*SCROLL BAR */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #000;
}

::-webkit-scrollbar-thumb {
	background: #791515;
}

::-webkit-scrollbar-thumb:hover {
	background: #601111;
}

html { height: 100%; box-sizing: border-box; }
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}
/* HEADINGS DEFAULT */
h1, h2, h3, h4, h5, h6 { color: #444; font-family: 'Antonio', sans-serif; }
a { text-decoration: none; }
ul, ol { margin-left: 40px; }
hr { margin: 10px 0px; opacity: .25; }

/* FORM DEFAULTS */
form h2 {
	margin: 25px auto;
	text-align: center;
	font-family: 'Antonio', sans-serif;
}

form input {
	width: 100%;
	display: block;
	padding: 13px 13px;
	font-size: 1em;
	margin: 5px auto 10px;
	border-radius: 3px;
	box-sizing : border-box;
	background: transparent;
	border: 1px solid #3E606F;
}
form input:focus {
	outline: none;
}
/* BUTTON DEFAULT */
.btn {
	color: white;
	background: #fff;
	text-align: center;
	border: none;
	border-radius: 5px;
	display: block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 13px 20px;
	text-decoration: none;
	cursor: pointer;
	
}
.container {
	width: 80%;
	margin: 0px auto;
}
/* NAVBAR */
.navbar {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
	background-color: #F2F3F5;
    
}
.navbar ul {
    list-style-type: none;
    float: right;
}
.navbar ul li {
    float: left;
    font-family: 'Antonio', sans-serif;
}
.navbar ul li a {
    display: block;
    color: #791515;
    text-align: center;
    padding:  28px;
    text-decoration: none;
}
.navbar ul li a:hover {
	color: #c89615;
    /*background-color: #424242;*/
}


/*hr.separator{
	border-top: 3px solid #424242;
	width: 80%;
	background-color: #424242;
	display: flex;
	justify-content: center;
}*/

/* SECONDARY NAVBAR */

.second-navbar {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
	background: #F2F3F5;
	border-top-width: 1px;
	border-top-style: solid;
}

.second-navbar ul {
    list-style-type: none;
    float: right;
}

.second-navbar ul li {
    float: left;
    font-family: 'Antonio', sans-serif;
	padding: 0px 5px;
}

.second-navbar ul li a {
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
	padding: 0px 10px;
}

/* SIGN UP */

.signup{
	width: 40%; 
	margin: 20px auto;
	padding: 10px;
}

.btn-signup{
	color: #eeeeee;
	background: #791515;
	text-align: center;
	border: none;
	border-radius: 5px;
	display: block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 13px 20px;
	text-decoration: none;
	cursor: pointer;
	font-family: "Antonio", Serif;
}

.switch-between{
	font-family: "Roboto Slab", Sans-Serif;
}

/* LOGO */
.navbar .logo_div {
	float: left; 
	padding-top: 5px;
	padding-left: 40px;
}
.navbar .logo_div h1 {
	color: #791515;
	font-size: 40px;
	letter-spacing: 0;
	font-weight: 300;
	font-family: 'Antonio', sans-serif;
}

/* FOOTER */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #424242;
  background-color: #eee;
  text-align: center;
  width: 100%;
  margin: 20px auto 0px;
  padding: 20px 0px;
}

/* BANNER: Welcome message; */
.banner {
	margin: 5px auto;
	min-height: 300px;
	color: #c89615;
	border-radius: 5px;
	background-color: #eeeeee;
	background-size: 100% 100%;
}
.banner .welcome_msg {
	display: flex;
	justify-content: center;
}

.banner .welcome_msg h1 {
	color: #791515;
	margin: 25px 0px;
	font-size: 2.4em;
	font-family: 'Antonio';
}
.banner .welcome_msg p {
	color: white;
	font-size: 1.5em;
	line-height: 1.8em;
    font-family: 'Antonio', serif;
}
.banner .welcome_msg p span {
	font-size: .81em; 
	color: #3E606F;
}
.banner .welcome_msg a {
	width: 30%;
	margin: 20px 0px;
	padding: 12px 15px;
	font-size: 1.2em;
	text-decoration: none;
}
.banner .welcome_msg a:hover {
	background: #374447;
}

/* BANNER: Login Form; */
.banner .login_div {
	width: 45%;
	float: left;
}
.banner .login_div form {
	margin-top: 40px;
}
.banner .login_div form h2 {
	color: white;
	margin-bottom: 20px;
    font-family: 'Antonio', serif;
}
.banner .login_div form input {
	width: 60%;
	color: white;
	border: 1px solid white;
	margin: 10px auto;
	letter-spacing: 1.3px;
    font-family: 'Antonio', serif;
}
.banner .login_div form button {
	display: block;
	background: #FFC93C;
	margin-left: 20%;
}

.banner .login_div p {
	font-family: 'Roboto Slab', Sans-Serif;
	font-weight: 300;
	text-decoration: none;
	float: right;
	padding-right: 100px;
}

.banner .login_div a {
	text-decoration: none;
	color: #ffc93c;
}

.login-page p{
	font-family: 'Roboto Slab', Sans-Serif;
}

/* CONTENT CARDS */

.content {
	margin: 5px auto;
	border-radius: 5px;
	min-height: 300px;
	display: flex;
	flex-direction: column-reverse;
}
.content:after {
	content: "";
	clear: both;
}
.content .content-title {
	
	color: #374447;
	font-family: 'Antonio';
}
.content .post {
	width: 100%;
	margin: 9px;
	height: 200px;
	border-radius: 2px;
	border: 1px solid #b3b3b3;
	position: relative;
	justify-content: center;
}
.content .post .category {
	margin-top: 0px;
	padding: 3px 8px;
	font-family: 'Antonio';
	color: #374447;
	background: white;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #374447;
	/*box-shadow: 3px 2px 2px;*/
	position: absolute;
	left: 5px; top: 5px;
	z-index: 3;
}
.content .post .category:hover {
	/*box-shadow: 3px 2px 2px;*/
	color: white;
	background: #374447;
	transition: .4s;
	opacity: 1;
}
.content .post .post_image {
	height: 100%;
	width: 30%;
}

.content .post .post_info {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	height: 100%;
	padding: 0px 5px;
	font-weight: 200;
    font-family: 'Antonio', serif;
}
.content .post .post_info {
	color: #222;
}
.content .post .post_info span {
	color: #A6A6A6;
	font-style: italic;
}
.content .post .post_info span.read_more {
	position: absolute;
	right: 5px; 
	bottom: 5px;
}

.content .post-wrapper {
	width: 70%;
	float: left;
	min-height: 250px;
}
.full-post-div {
	min-height: 300px;
	padding: 20px;
	border: 1px solid #e4e1e1;
	border-radius: 2px;
}
.full-post-div h2.post-title {
	margin: 10px auto 20px;
	text-align: center;
}
.post-body-div {
	font-family: 'Poppins', serif;
	font-size: 1.2em;
}
.post-body-div p {
	margin:20px 0px;
}
.post-sidebar {
	display: none;
	width: 24%;
	float: right;
	margin-left: 5px;
	min-height: 400px;
}

.content .post-comments {
	margin-top: 25px;
	border-radius: 2px;
	border-top: 1px solid #e4e1e1;
	padding: 10px;
}
.post-sidebar .card {
	width: 95%;
	margin: 10px auto;
	border: 1px solid #e4e1e1;
	border-radius: 10px 10px 0px 0px;
}
.post-sidebar .card .card-header {
	padding: 10px;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
	background: #0c2f39;
}
.post-sidebar .card .card-header h2 {
	color: white;
}
.post-sidebar .card .card-content a {
	display: block;
	box-sizing: border-box;
	padding: 8px 10px;
	border-bottom: 1px solid #e4e1e1;
	color: #444;
}
.post-sidebar .card .card-content a:hover {
	padding-left: 20px;
	background: #F9F9F9;
	transition: 0.1s;
}

.message {
	width: 100%; 
	margin: 0px auto; 
	padding: 10px 0px; 
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	border-radius: 5px; 
	text-align: center;
}
.error {
	color: #a94442; 
	background: #f2dede; 
	border: 1px solid #a94442; 
	margin-bottom: 20px;
}
.validation_errors p {
	text-align: left;
	margin-left: 10px;
}
.logged_in_info {
	font-family: 'Roboto Slab', Serif;
	text-align: right; 
	padding: 10px;
}

.logged_in_info span a:visited {
	color: #000;
}

.second-login{
	font-family: 'Roboto Slab', Serif;
	text-align: right; 
	padding: 10px;
	justify-content: right;
}



/* BETTING PAGE */

.carousel {
  position: relative;
  padding: 0 5px;
  margin: 10px 0;
}

.carousel-title{
    font-family: 'Antonio', Serif;
    color: #FFF;

}

.carousel__item {
  height: 250px;
  background: #0c2f39;
  padding: 1em;
  font-weight: bold;
  font-size: 2em;
  color: #ffffff;
  display: none;
}

.carousel__item--selected {
  display: block;
}

.carousel__nav {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel__button--selected {
  background: rgba(255, 255, 255, 0.5);
}

/* Next & previous buttons */
#prev, #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

#next {
  right: 5px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#prev:hover, #next:hover {
  background-color: rgba(0,0,0,0.8);
}

.carousel-content{
	justify-content: space-evenly;
    display: grid;
    grid-template-columns: auto auto;
    font-family: 'Antonio', Sans-Serif;
    font-size: 30px;
    padding: 20px 5px;
}

.carousel-legs{
    font-weight: 200;
    letter-spacing: 1.2px;
}

/* STRAIGHT BETS */

.sport-title{
  font-family: "Roboto Slab", Sans-Serif;
}

.hr{
	display: block;
	border-width: 2px;
	border-style: ridge;
}

.straight-bets{
    width: 100%;
	  justify-content: space-evenly;
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-family: "Roboto Slab", Sans-Serif;
}

.bets-frontpage{
	font-weight: 300;
	letter-spacing: 1.1px;
	padding: 5px 0;
}

.sport a{
	float: right;
	font-family: "Roboto Slab", Sans-Serif;
	color: #000;
}

/* FANTASY SPORTS PAGE */
.player-stock{
	position: relative;
}

.gainers{
	float: left;
	width: 45%;
	background-color:#0c2f39;
	/* SHELBY: specify 'none' for the specific div class */
	list-style-type: none;
	color: #FFF;
}

.gainers li{
	font-family: "Roboto Slab", Sans-Serif;
	list-style-type: none;
	color: #FFF;
}

.losers{
	float: right;
	width: 45%;
	background-color:#0c2f39;
	/* SHELBY: specify 'none' for the specific div class */
	list-style-type: none;
	color: #FFF;
}

.losers li{
	font-family: "Roboto Slab", Sans-Serif;
	list-style-type: none;
	color: #FFF;
}
