/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:600,700,800|Barlow:200,300,400,500,600,700,800,900|Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow|Bebas+Neue&display=swap');

/* FONTS & WEIGHTS
--------------------------------------------------
font-family: 'Barlow', sans-serif;
font-weight: 200,300,400,500,600,700


font-family: 'Barlow Condensed', sans-serif;
font-weight: 600,700,800

-------------------------------------------------- */



/* GLOBAL STYLES
-------------------------------------------------- */
body, html {
padding:0;
scroll-behavior: smooth;
}
a, button, btn {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
	border-radius: 0 !important;
    }
section .container {

	
}
.container .full {
	max-width: 100% ;
}
section .row {
margin-left:auto !important;
margin-right: auto !important;
}




/* FORM STYLES
-------------------------------------------------- */
.form-control, input.form-control, select.form-control {
    border-color: #aaa !important;
    outline: 0;
    line-height: 150%!important;
    font-weight: 400 !important;
    box-shadow: none !important;
    height: fit-content !important;
   padding: .75rem 1rem !important;
    font-weight: 300 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: inherit !important;
    color: #495057 !important;
    font-size: 15px !important;

}

 textarea.form-control:focus, input.form-control:focus, select.form-control.custom-select:focus {

 color: #000 !important;

} select.form-control.custom-select {
		color: #495057 !important;


}

 textarea.form-control {
    border-radius: 0 !important;
    -webkit-appearance: inherit !important;
outline:0 !important;
height: auto !important;
   padding: .75rem 1.125rem !important;
    max-height: 200px;
    overflow-y: scroll;
}
textarea.form-control:focus, .form-control:focus {
    background-color: #fff;
			border-color:rgba(0,0,0,.9) !important;
    outline: 0 !important;
	color:#000 !important;
    -webkit-appearance: inherit !important;

opacity:1 !important;
	box-shadow: none !important;
    border-radius: 0 !important;
		}
		.md-form label {
			margin:0 !important;
			visibility: hidden;
			display: none;
		

		}
/* NAVBAR
-------------------------------------------------- */
nav#mainNav {
padding-top:10px !important;
padding-bottom:10px !important;

}
.navbar-fixed-top.scrolled {
  background-color: #000 !important;
  transition: background-color 700ms linear;
}

@media (max-width: 991.98px){
.navbar>.container {
    max-width: 100%;
}
}

@media (max-width: 420px) {
div#navbarHeader.collapse.show {
height:100vh !important;
background-color: rgb(0,0,0);
  position:absolute;top:0;left:0;transition: 0.15s;
}

	.display-1 {
		font-size: 4.25rem !important;
	}
	.display-2 {
		font-size: 3.75rem !important;
}

}

/* NAV OVERLAY */
.nav-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
z-index:1050;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, .95);
  overflow-x: hidden;
  transition: 0.25s;
}

.nav-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.nav-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.nav-overlay a:hover, .nav-overlay a:focus {
  color: #f1f1f1;
}

.nav-overlay .closebtn {
  font-size:5rem;
position:absolute;
width:100%;
left:0;
top:0;
height:50px;
line-height:.5;
text-align:right;
}

@media screen and (max-height: 450px) {
  .nav-overlay a {font-size: 20px}
  .nav-overlay .closebtn {
  font-size: 40px;
  top:0;
  right:0;
  }
}

/* CUSTOM SCROLL
-------------------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 5px;
display:none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



/* MODALS
-------------------------------------------------- */

.modal-open .modal {
    background: rgba(0,0,0,.8);
}
.modal-content {
	border:none !important;
	border-radius: 0 !important;
}
.modal-header {
padding:	.75rem 1rem !important;
	border-radius:0 !important;
	border:none !important;
}
.modal-dialog {
	max-width: 800px;
}



/* IMAGE OVERLAY
-------------------------------------------------- */

.overlay-image-container {
  position: relative;
  width: 100%;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.75);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.overlay-image-container:hover .image-overlay {
  height: 100%;

}

.image-overlay-text {
  color: white;
	font-weight:700;
  font-size: 1.25rem;
	line-height:1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
h1, h2, h3, h4 {
	font-family: 'Bebas Neue', 'Roboto', -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial, sans-serif !important;
	line-height: 1;

	letter-spacing: 0 !important;
}
h5,h6, h7 {
	font-family: -apple-system,BlinkMacSystemFont, 'Roboto', "Helvetica Neue",Arial, sans-serif !important;
	line-height: 1;
	letter-spacing: 0 !important;
}
.fw-300 {
	font-weight:300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
.btn-dark {
}
.btn-dark:hover {
	background:#000 !important;
}
p {
	font-family: -apple-system,BlinkMacSystemFont, 'Roboto', "Helvetica Neue",Arial, sans-serif !important;
}
sup {
	line-height:0;
	font-size:65%;
}

.list-group-item.active:first-child {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #ddd;
}
.coaches-nav.active {
	display: none !important;
	opacity:.25 !important
}
a svg:hover {
	opacity: 1 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background:#000 !important;
	color:#fff !important
}
.dropdown-toggle::after {
    margin-left: .325em;
    vertical-align: .175em;
	border-top: 0.35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent;
}
a.text-white:hover {
	color: #999 !important
}
.card-img, .card-img-top {
	border-radius: 0;
}

/* TEXT COLORS
-------------------------------------------------- */

.gray0 {
	color:#f8f9fa !important;
}
.gray1 {
	color:#f1f3f5 !important;
} 
.gray2 { 
	color:#e9ecef !important;
}
.gray3 {	
	color:#dee2e6 !important; 
}
.gray4 {
	color:#ced4da !important;
} 
.gray5 {
	color:#adb5bd !important;
} 
.gray6 {
	color:#868e96 !important;
} 
.gray7 {
	color:#495057 !important;
} 
.gray8 {
	color:#343a40 !important;
} 
.gray9 {
	color:#212529 !important;
}
.gray9:hover, .gray8:hover, .gray7:hover, .gray6:hover, .gray5:hover, .gray4:hover, .gray3:hover, .gray2:hover,.gray1:hover {
	color:#000 !important;
}
.text-black {
	color:#000 !important;
}
a.text-black:hover {
	color:#666 !important;
}