@charset "UTF-8";
/* CSS Document */

body {
	background-color: #222222 !important;
	color: #ffffff !important;
	font-family: 'ubuntu' !important; 
	background-image: url('../images/left-top-texture 1.png');
    height: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3, h4 {
	font-family: 'league gothic';
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
p {
	font-size: 24px;
}
.pb-24px {
	padding-bottom: 24px;
}
.pb-40px {
	padding-bottom: 40px;
}
.pb-80px {
	padding-bottom: 80px;
}
.pb-120px {
	padding-bottom: 80px;
}
.am-16px {
	margin: 16px;
}
.ap-16px {
	padding: 16px;
}
.subsection {
	padding: 80px 0px !important;
}
.ubuntu-light {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  font-style: italic;
}

.league-gothic {
  font-family: "League Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/***** END FONTS *****/

.nav-bg {
    z-index: 1040;
    position: fixed;
    width: 100%;
    display: block;
    margin-top: -2px;
    background-color: #1C1C1C;
    border-bottom: 4px solid #000000;
	padding-top: 4px;
}
.active {
  color: #85bae4 !important;
}
a:hover {
	color: #85bae4 !important;
}
.nav-link {
	color: #ffffff !important;
	font-family: 'league gothic';
	font-size: 24px;
}
.mr-auto {
    margin-left: auto !important;
	margin-right: 0px !important;
}

/*** HEADER VIDEO ***/
header {
  position: relative;
  background-color: white;
	height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
	color: #ffffff;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
background: rgb(0,0,0, 0.7);


  z-index: 1;
}
.header-content {
	padding: 0 0%;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("../img/msb-video-web.mp4") black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.bottom-right-img {
	margin-top: -222px;
	height: 222px;
	background: url("../img/header-right-triangle.png")  no-repeat right;
	position: absolute;

}
.bottom-left-img {
	margin-top: -124px;
	height: 124px;
	background: url("../img/header-left-triangle.png") no-repeat;

}

.review-box {
	background-color: #1f1f1f;
	padding: 16px;
	border-radius: 12px;
	margin: 16px;
	border-bottom: solid 2px #000000;
}


/*** CAROUSEL ***/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 120px !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: center;
	margin-top: 80px;
}
.carousel-indicators [data-bs-target] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
    background-color: #8EB9E3 !important;
	border-radius: 100% !important;
}

.drinks {
	background: url("../images/drinks-bg.png") no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
		padding-top: 120px !important;
	padding-bottom: 120px !important;
	margin-bottom: 80px !important;
}
.small-text {
	font-size: 16px;
	color: #ffffff;
}
hr {
	color: #777777;
}

/********** MEDIA QUERIES **********/

@media (max-width: 575.98px) {
	

	.msb-logo {
		width: 160px;
		height: auto;
	}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
p {
	font-size: 16px;
}
	 .sports-logos img {
		width: 95%;
		height: auto;
	}	
}