/*

==============================================================

CUSTOM  . OVERWRITE TLC 3.0

==============================================================

*/
@media (min-width: 1200px) /* navbar-expand-xl */ {}
@media (max-width: 1200px) /* navbar-expand-lg */ {}
@media (min-width: 992px) /* navbar-expand-lg */ {}
@media (max-width: 992px) /* navbar-expand-md */ {}
@media (min-width: 768px) /* navbar-expand-md */ {}
@media (max-width: 768px) /* navbar-expand-sm */ {}
@media (min-width: 576px) /* navbar-expand-sm */ {}
@media (max-width: 576px) /* navbar-expand-xs */ {}
/*

==============================================================

SETTINGS css overwrite

==============================================================



Fonts, Colors, h1-h6, Media Queries */
/* HEADERS

h1, .h1, h1 a:link, .h1 a:link, h1 a:visited, .h1 a:visited, h1 a:active, .h1 a:active, .head1 {
   margin-top: 0px;
   margin-bottom: 1rem;
   font-style: normal;
   font-weight: 800;
   text-transform: none;
   line-height: 95%;
   letter-spacing: -2px !important;
}

h2, .h2, h2 a:link, .h2 a:link, h2 a:visited, .h2 a:visited, h2 a:active, .h2 a:active, .head2 {
  text-transform: none;
}

h3, .h3, h3 a:link, .h3 a:link, h3 a:visited, .h3 a:visited, h3 a:active, .h3 a:active, .head3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: -0.25px;
  padding-left: 5px;
  margin-left: -5px;
}

h4, .h4, h4 a:link, .h4 a:link, h4 a:visited, .h4 a:visited, h4 a:active, .h4 a:active, .head4 {
  margin-bottom: 10px;
   font-style: normal;
  line-height: 120%;
  text-transform: none;
}

h5, .h5, h5 a:link, .h5 a:link, h5 a:visited, .h5 a:visited, h5 a:active, .h5 a:active, .head5 {

  margin-bottom: 5px;

   font-style: oblique;

  line-height: 100%;

  text-transform: none;

  letter-spacing: -0.5px;

}





h1 {letter-spacing: -0.5px;}

h3 {letter-spacing: -0.4px;}

h5 {letter-spacing: -0.2px;}

 */
/* ================== DECORATION Font =================== 

h6, .h6, h6 a:link, .h6 a:link, h6 a:visited, .h6 a:visited, h6 a:active, .h6 a:active, .head6 {

  margin-bottom: 5px;

  line-height: 100%;

}

*/
/*

==============================================================

STANDARDS css overwrite

==============================================================



Quick CSS, Structure */
/*

==============================================================

H-F-NAV css overwrite

==============================================================



Header, Footer, Navigation */
.footerbottom {
	margin-bottom: 0px;
}
@media (max-width: 768px) /* navbar-expand-sm */ {
	/* Main Nav, Mobile Nav */
	ul#minorMenuID.minor.navbar-nav > li.nav-item > a.nav-link {
		/*text-transform: lowercase;*/
	}
}
@media (min-width: 768px) /* navbar-expand-sm */ {
	.bg-Minor .social ul.list-inline.social-icons {
		margin-top: -3px;
		/* background-color: red !important; */
	}
}
/*

==============================================================

LINKS css overwrite

==============================================================



Links, List-Hit, Buttons */
/*

.btn {

   line-height: 140%;

}

.btn.btn-md, .btn-md, .btn-md-2x {

   margin: .15rem;

}



*/
/*

==============================================================

STYLES css overwrite

==============================================================



Body, Bg, Structure, On Light/Dark, Layout, Features */
/* JUMBOTRON */
.jumbotron .card-title {
	color: white !important;
}
/* ROSTER */
.uni-number {
	font-family: var(--font4, sans-serif);
	font-size: 800%;
	font-color: var(--color1, #424242);
	margin: 0px;
	line-height: 100%;
}
.position {
	font-family: var(--font2, sans-serif);
	font-size: 60%;
	margin: 0px;
	line-height: 100%;
	color: #fed51d !important;
}











/*

==============================================================

FLASH OF UNSTYLED CONTENT (FOUC) . MUST be incuded for site to show up

didnt work 2021
==============================================================
{% comment -%}<!-- FOUC -->{% endcomment -%}    
<style>html{visibility: hidden;opacity:0;}</style>



html {
    visibility: visible;
    opacity: 1;
}

*/
