@charset "utf-8";

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 19px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ff6200;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body{
	font-family: sans-serif,ariel;
	z-index: 100;
	background-color: black;
	overflow-x: hidden;
}

.body_container{
	width: 100%;
	margin: 0 auto;
	align-content: center;
}

header{
	margin: 0 auto;
	z-index: 600;
	width: 80%;
	z-index: 600;
}

.header_container{
	top: 0em;
}

.logo1 img{
	Left: 10%;
	top:-10px;
	padding: 5px 0px 0px 0px;
	width:100%;
}

.logo2 img{
	width:100%;
	padding: 5px 0px 5px 0px;
}

.menu-bar{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
}

.navigation{
	position: relative;
	margin: 0 auto;
	font-weight: normal;
	text-align:center;
	align-content: center;
	display: none;
	height: auto;
	width: 94%;
	left: 0%;
	border-radius: 5px;
	padding: 0px 0px 10px 0px;
	z-index: 620;
}

.navigation ul li{
	position: relative;
	list-style: none;
	line-height: 27px;
	background: linear-gradient(orange 6%, brown 94%);		
	box-shadow: 0em 0.125em 0.3125em 0em gold;
	width: 100%;
	float: none;
}

ul li ul{
	position: absolute;
	z-index: 10000;
}

ul li a{
	color: #ffffff;
	height: 25px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

ul li a:hover{
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

ul li ul{
	display: none;
	position: static;
}

ul li:hover ul{
	display: block;
}

ul li ul li a{
	background: #222;
}

.fa{
	margin-right: 5px;
}

.fa-list.modify{
	font-size: 32px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	float: right;
	right: -10px;
	top:  7%;
	cursor: pointer;
	color: rgb(255, 172, 6);
	display: block;
}

.Schedules{
    margin: 0 auto;
    text-shadow: 0.25em 0.25em 0.3125em #000000;
    width:80%;
    height: auto;
    background: none;
}

.holder4{
    text-align: center;
    height: 40px;
    text-shadow: -1px 1px 2px #000,
                  1px 1px 2px #000,
                  1px -1px 0 #000,
                 -1px -1px 0 #000;
}

.holder5{
    background: none;
}

.holder3{
    background: none;
    height: auto;
    text-shadow: -1px 1px 2px #000,
              1px 1px 2px #000,
              1px -1px 0 #000,
              -1px -1px 0 #000;
}

.grid-container1 {
    display: grid;
    grid-template-columns: 17% 17% 66%;
    grid-gap: 2px;
    grid-template-rows: 22px 22px 22px 22px 22px 22px 22px 22px 22px 22px 22px 22px 22px 22px 40px;
}

.grid-container1 > div {
    background-color: none;
    text-align: left;
    padding: 2px 0;
    font-size: 9px;
    text-shadow: -1px 1px 2px #000,
                  1px 1px 2px #000,
                  1px -1px 0px #000,
                 -1px -1px 0px #000;
}

.grid-container2 {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2px;
    grid-template-rows: 22px 22px 22px 22px 22px 22px 22px;
}

.grid-container2 > div {
    background-color: none;
    text-align: center;
    padding: 2px 0;
    font-size: 9px;
    text-shadow: -1px 1px 2px #000,
                  1px 1px 2px #000,
                  1px -1px 0px #000,
                 -1px -1px 0px #000;
}

.grid_container{
    position: absolute;
}

.gif_container {
	position: relative;
	margin: 0 auto;
	top:27px;
   	align-items: center;
    width:200px;
}

.logo3 img{
	width:200px;
	height: 50px;
}

.footer-container{
    position:relative;
	margin: 0 auto;
	width:98%;
	left:0%;
	height:auto;
	color: #ffffff;
	font-size: 10.5px;
	text-align: center;
	text-shadow:   -1px 1px 2px #000,
					1px 1px 2px #000,
					1px -1px 0 #000,
		   		    -1px -1px 0 #000;
	font-weight: bold;
	background: linear-gradient(orange 16%, brown 84%);
	border-style: inset;
	border-width: 3px;
	border-color: orange;
	border-radius: 15px;
	margin-bottom: 10px;
}

@media screen and (min-width: 320px){

.fa-list.modify{
	font-size: 30px;
	top:  3px;
	right: 0px;
}

.grid-container1 > div {
    font-size: 12px;
}    

.grid-container2 > div {
   font-size: 12px;
} 
}

@media screen and (min-width: 360px){

.grid-container1 > div {
     font-size: 13px;
}    

.grid-container2 > div {
    font-size: 13px;
}    
}

@media screen and (min-width: 375px){

.grid-container1 > div {
     font-size: 14px;
}    

    
.grid-container2 > div {
    font-size: 14px;
}    
}

@media screen and (min-width: 414px){

.fa-list.modify{
        right: 20px;
}

.grid-container1 > div {
    font-size: 15px;
}    

   
.grid-container2 > div {
   font-size: 14px;
}   

.gif_container {
        top: 22px;
}

.logo3 img{
        height: 40px;
}

.footer-container{
        padding-top: 0%;
        height:auto;
}
}

@media screen and (min-width: 500px){

.fa-list.modify{
    font-size: 36px;
}

.grid-container1 > div {
    font-size: 18px;
}    
  
.grid-container2 > div {
   font-size: 18px;
}

.gif_container {
    width:300px;
 }
.logo3 img{
    width:300px;
}
}

@media screen and (min-width: 600px){

}

@media screen and (min-width: 768px){

h1{
    font-size: 20.5px;
}
    
.body_container{
    height:800px;
}
    
header{
	position: fixed;
	Left: 2%;
	top: 0;
	width:96%;
}
    
.logos-wrapper{
    display: flex;
    margin: 0 auto;
    left: 0%;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
    
.logo1 img{
    width:100%;
    padding: 0px 0px 3px 0px;
}

.logo2 img{
    float: right;
    width:86%;
    padding: 0px 0px 0px 0px;
}
    
.navigation{
    width: 100%;
    height: 30px;
    display: block;
}
    
.navigation ul li{
    width: 12.5%;
    line-height: 30px;
    float: left;
    left: 0%;  
}
    
.navigation > ul > li:nth-of-type(1){
    border-radius: 5px 0px 0px 5px;
}
    
.navigation > ul > li:nth-of-type(8){
    border-radius: 0em 5px 5px 0px;
}
    
.navigation ul li a{
    height: 28px;
    font-size: 13px;
}
    
.navigation ul li ul{
    display: none;
}
    
.navigation ul li:hover ul{
    display: block;
}
    
.navigation ul li ul li{
    list-style: none;
    line-height: 28px;		
    width: 100%;
    float: none;
    z-index: 620;
}
    
.navigation li ul li a{
    background: #222;
}
    
.fa-list.modify{
    display: none;
}
 
.Schedules{
    position: relative;
    top:-36em;
    width:74%;
    height: 202px;
}

.grid-container1 {
    grid-template-columns: 25% 25% 50%;
}

.grid-container1 > div {
    font-size: 20px;
}    
  
.grid-container2 > div {
   font-size: 20px;
}

.gif_container {
    position:relative;
    top:-130px;
    width:440px;
}
    
.logo3 img{
    width:440px;
    height: 50px;
}
    
.footer-container{
    position:absolute;
    top: 895px;
    left:1%;
    width:97%;
    height:26px;
    font-size: 16px;
    align-content: center;
    margin-bottom: 0px;
}
}

@media screen and (min-width: 896px){

}


@media screen and (min-width: 1024px){

.Schedules{
    width:70%;
}
}


@media screen and (min-width: 1080px){

}


@media screen and (min-width: 1136px){

}


@media screen and (min-width: 1152px){

}


@media screen and (min-width: 1200px){

header{
	Left: 10%;
	Width: 80%;
}

.footer-container{
	width: 80%;
	left:10%;
}	
}


@media screen and (min-width: 1280px){

}


@media screen and (min-width: 1366px){

}


@media screen and (min-width: 1600px){

    .Schedules{
        width:36%;
}
}

@media screen and (min-width: 1920px){

    .Schedules{
        width:30%;
}
}

