html, body {
  background: #fafafa;
  margin: 0;
  padding: 0;

  
  font-family: 'Fira Sans', sans-serif;


  
  font-size: 21px;
  line-height: 1.8;
  color: #222;
  
  color: rgb(15, 26, 69);
}



.sitemap_choose_type {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitemap_choose_type li {
  cursor: pointer;
  border-radius: 15px;
  display: inline-block;
  background: #eee;
  padding: 8px 40px;
  margin: 0 20px 0 0;
  font-size: 20px;
}

.sitemap_choose_type li.active, .sitemap_choose_type li:hover {
  background: rgb(25, 54, 114);
  background: rgb(0, 154, 221);
  color: #fff;
}

.sitemap_2 {
 	display: none; 
}


@media only screen and (max-width: 590px) {
  
.sitemap_choose_type li {
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  font-size: 18px;
}  

}



#nagroda {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background-image: url('../images/nagroda.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  z-index: 100;
}

@media only screen and (max-width: 590px) {
  #nagroda {
    width: 100px;
    height: 100px;
  }
}

.set_contrast {
  float:right !important;
}
.set_contrast a {
  background-image: url('../images/contrast.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  width: 32px;
  height: 65px;
  cursor: pointer;
  display: inline-block;
}

.set_contrast a span {
  display: none;
}
.set_big_text {
  float:right !important;
}
.set_big_text >a {
  background-image: url('../images/font-size.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  width: 32px;
  height: 65px;
  cursor: pointer;
  display: inline-block;  
}

.set_big_text >a >span {
  display: none;
}


*::selection {
	background:rgba(0,154,221,0.6);
	color:#fff
}
*::-moz-selection {
	background:rgba(0,154,221,0.6);
	color:#fff
}


span.green {
  color: rgb(56, 145, 96);
}

span.red {
  color: rgb(156,44,51);
}

a {
  text-decoration: none;
  color: rgb(0,154,221);
}

a:hover {
  text-decoration: none;
  color: rgba(0,154,221,0.7);
}

header {
  width: 100%;
  height: 100%;
  display: block; 
  position: relative;   
  min-height: 50px;
}


header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 50;
}

header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url('../images/header.bottom.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  z-index: 75;
}

header.index {
  max-height: 1300px;
}

header .slider {
  height: 100%;
  width: 100%;
  background-image: url('../images/szkola.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#navbar  {
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    
      z-index: 1000;
}

nav {
  width: 100%;
  height: 65px;

  border-bottom: 1px solid rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.2);
  
transition: background 0.3s;
overflow: hidden;
}

nav.black {
  background: rgba(25,54,114,0.95);
}






#show_menu {
  display: none;
}

#show_menu {
  padding: 0 25px 0 50px;
  display: none;
  background: rgb(0,154,221) url('../images/show.menu.png') no-repeat 20px center;
  background-size: 16px ;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  margin: 15px 15px ;  
  line-height: 65px;
  border-radius: 5px;
}

#show_menu:hover {
  background-color: rgba(0,154,221,0.7);
  color: #fff;
  cursor: pointer;
}

#show_menu .cancel {
  background-image: url('../images/hide.menu.png') !important;
}

#main_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}


  #main_menu > li {
  float: left;
  position: relative;
}
  
  
  #main_menu > li a {
  font-weight: bold;
  padding: 0 10px;
  line-height: 65px; 
  display: block; 
  
  font-size: 14px;
  
}

#main_menu > li:hover a, .open {
  background-color: rgb(25,54,114);
}

#main_menu a, #main_menu a:hover {
  color: #fff;
}



#main_menu > li > ul {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  list-style: none;
  background-color: rgb(25,54,114);
  padding: 0;
  overflow: hidden;
  
  z-index: 200000;
  
  
  
}

#main_menu > li > ul li {
  float: left;
  margin: 0;
  padding: 0;

}

#main_menu > li > ul li a {
  width: 250px;
  padding: 10px 20px;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  font-size: 14px;
}

#main_menu > li > ul li a:hover {
  background-color: rgb(0, 154, 221);
}


.content_nav {
  margin: 0;
  padding: 20px 0.5;
  overflow: hidden;
  text-align: center;
}

.content_nav li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  list-style: none;
  padding: 0;
  float: left;
  
   display: table;
 overflow: hidden;
  
}

.content_nav a {

  display: block;

  display: table-cell;
  vertical-align: middle;

  background: rgb(25,54,114);

  text-align: center;
  border-radius: 30px;
  color: #fff;
  
  padding: 19px 20px 21px 20px;
  
  line-height: 1.2;
  height: 52px;
  overflow: hidden;
}


.content_nav a:hover {

  background: rgb(0, 154, 221);
  
}
  
.button {
  display: block;
  text-align: center;
  margin: 20px auto;

  background: rgb(25,54,114);

  border-radius: 30px;
  color: #fff;
  
  padding: 20px;
  
  line-height: 1.2;
  max-width: 350px;
}

.button:hover {

  background: rgb(0, 154, 221);
  color: #fff;
  
}

hr {
  border: 0;
  background: #ddd;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}


.school_name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  height: 100%;
  text-align: center;


  display: flex;
  flex-direction: column;
  justify-content: center;
 

  overflow: auto; 
  

}

.no_index .school_name  {
  height: 110%;
}

.school_name a {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;  
  font-size: 40px;
  padding: 0;
    z-index: 100;
    display: inline-block;
    margin: 0 auto;
     transition: padding 0.5s;
  
}

.school_name a:hover {
  padding-top: 20px;
}














#banner-fade {
  padding: 0;
  margin: 0;
  
}



#banner-fade img {
  margin: 0;
  width: 100%;
}    
    
ul.bjqs{position:relative;list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
  
li.bjqs-slide{position:absolute; display:none;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ul.bjqs-controls.v-centered li.bjqs-next a{right:0;border-radius: 50px 0 0 50px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;border-radius: 0 50px 50px 0;}

ul.bjqs-controls.v-centered li a{
position:absolute;
	display:block;
	padding:10px;
	background: transparent;
	color:#FFF;
	text-decoration: none;
	z-index: 500;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#FFF;
	color:#222;
}

article {
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
}

#aside_container {

}


.main_content
{
  padding: 80px 20px 50px 20px;

  display: grid; 
  grid-template-columns: 1fr 320px;
  gap: 20px; 
}

@media (max-width: 1000px)
{
    
    
    
.main_content
{
  padding: 30px 10px 50px 10px;

  display: block;

  padding: 0;   
}

aside {
  padding: 20px;
}

}







#banners {
  margin: 30px auto 0 auto;
  max-width: 400px;
}

#banners li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  display: block;
  width: 100%;
}

#banners li.frame a, #banners li.frame div.no_a {
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(240,240,240);
  background: #fff;
  padding: 13px 25px;
  display: block;
  color: #444;
}

#banners li.no_frame {
  line-height: 1;
  text-align: center;
  display: block;
}

#banners img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#banners li.no_frame img {
  border-radius: 5px;
}

#banners li.frame img {
  margin: 10px auto;
}

#banners li.frame a:hover {
  color: #fff;
  border-color: rgb(0,154,221);
  background: rgb(0,154,221);
}



















h1 {
  font-size: 50px;
  text-align: center;
  padding-bottom: 50px;
  background-image: url('../images/header.border.svg');
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1.3;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}

h3 {
  font-size: 25px;
  line-height: 1.3;
}

article img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

article img.medium {
  max-width: 600px;
}
article img.small {
  max-width: 300px;
}

/*
article strong, article b {
  color: rgb(46,105,73);
 color: rgb(56, 145, 96);
}*/

.move {
  overflow-x:auto;
}

table {
  border-collapse: collapse;
  font-size: 21px;
  max-width: 100%;
  width: 100%;
  margin: 20px 0;
  overflow: auto;
}

td, th {
  padding: 18px 25px;
  text-align: left;
  border-width: 2px;
  border-color: rgb(25,54,114); /*rgb(0, 154, 221);*/
  border-style: solid;
}

.center td, .center th {
  text-align: center;
}

tr:hover td {
  background: rgba(0, 154, 221,0.05);
}


.gallery_news {
  overflow: hidden;
  text-align: center;
}

.gallery_news a {
  display: inline-block;
  width: 20%;
  padding: 0;
  margin: 0 10px;
  line-height: 1;
}

.gallery_news img {
  display: block;
  border-radius: 7px;
}


.list_gallery {
  overflow: hidden;
  
}

.list_gallery div {
  width: 31.3%;
  margin: 1%;
  float: left;
  overflow: hidden;
}

.list_gallery div a {
  width: 100%;
  padding-top: 75%;
  display: block;
  background-size:cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.list_gallery div a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  min-height: 40px;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  background: rgba(0,0,0,0.5);
}

.list_gallery div a:hover span {
  background: rgb(0, 154, 221);;
}





.gallery {
  overflow: hidden;
  
}

.gallery > div {
  overflow: hidden;
}

.gallery > div > div {
  width: 49%;
  margin: 0.5%;
  float: left;
  overflow: hidden;
}

.gallery > div > div a {
  width: 100%;
  padding-top: 75%;
  display: block;
  background-size:cover;
  background-position: center 25%;
  position: relative;
  overflow: hidden;
  position: relative;
}


.gallery a img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  object-fit: cover;
  display: block;
}


.gallery > div > div a:hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  content:"";
  display: block;
  position: absolute;
}

.gallery > .g1 > div {
  width: 99%;
}

.gallery > .g3 > div {
  width: 32.333%;
}

.gallery > .g3 > div:first-child {
  width: 65.668%;
}

.gallery > .g3 > div:first-child a {
  padding-top: 75.33%;
}


.gallery > .g3:nth-child(3n) > div {
  float: right;
}

.gallery > .g3:nth-child(3n+2) > div {
  width: 32.333%;
}

.gallery > .g3:nth-child(3n+2) > div:first-child a {
  padding-top: 75%;
}





.calendar {
  margin: 0 0 50px 0;
}


.calendar p {
  margin: 20px 0;
}

.calendar h2 {
  margin: 75px 0 20px 0;
}

.calendar a, .calendar p > span {
  display: block;
  border: 3px solid rgb(236, 236, 236);
  border-radius: 7px;
  padding: 13px 70px 13px 25px;
  color: rgb(15, 26, 69);;
  /*
  font-size: 13px;
  */
  transition: padding 0.5s;
}

.calendar span.link {
  color: rgb(0,154,221);
}

.calendar p > a > span.date, .calendar p > span > span.date {
  background: url('../images/calendar.black.png') no-repeat left 2px center;
  padding-left: 28px;/*
  font-size: 10px;*/
}

.calendar p > a:hover > span {
  background-image: url('../images/calendar.white.png')
}

.calendar p > a:hover span.link {
  background-image: none !important;
}

.calendar a {
  background: url('../images/arrow-point-to-right.svg') no-repeat right 10px center;
  background-size: 32px 32px;
}

.calendar p > span:hover {
  padding: 13px 60px 13px 35px;
}

.calendar a:hover {
  padding: 13px 60px 13px 35px;
  background-color: rgb(0,154,221);
  background-image: url('../images/right.white.png');
  border-color: rgb(0,154,221);
  text-decoration: none;
  color: #fff;
}


.calendar a:hover span.link {
  color: #fff;
}













.iframe_container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	z-index:10;
	}
.iframe_container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0;
	}
	
.iframe {
	margin: 0 auto;
	padding: 15px 10px;
	max-width: 1200px;
}	





.partners {
  text-align: center;
  padding: 40px 0;
}

.partners a {
  padding: 15px;
  margin: 15px;
  border: 1px solid #eee;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  background-color: #fff;

}

.partners p {
  font-size: 25px;
  font-weight: bold;
}

.partners a:hover {
  box-shadow: rgba(65, 65, 65, 0.5) 0px 15px 30px 0px;
}





.banners {
  text-align: center;
  padding: 40px 0;
}

.banners a {
  padding: 15px;
  margin: 15px;
  border: 1px solid #eee;
  display: inline-block;
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  background-color: #fff;

}

.banners p {
  font-size: 25px;
  font-weight: bold;
}

.banners a:hover {
  box-shadow: rgba(65, 65, 65, 0.5) 0px 15px 30px 0px;
}








footer {
  padding: 80px 30px 50px 30px;
  min-height: 150px;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  background-image: url('../images/footer.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- GÓRNA CZĘŚĆ --- */
.footer-top {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto 30px auto;
  gap: 30px;
}

.footer-left,
.footer-right {
  flex: 1;
}

.footer-left p,
.footer-right p {
  margin: 0;
  padding: 15px;
}

/* --- LINIA ODDZIELAJĄCA --- */
.footer-bottom {
  border-top: 2px solid rgb(0, 154, 221);
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  padding: 15px;
  text-align: center;
}

/* --- LINKI --- */
footer a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
footer a:hover {
  color: rgba(255,255,255,0.6);
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }
}

























#gotop {
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: 32px;
  height: 32px;
  background-color: rgb(230,230,230);
  background-color: rgba(200,200,200,0.5);
  background-image: url('../images/gotop.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
  border-radius: 2px;
}

#gotop:hover {
  background-color: rgb(0,154,221);
}

.cookies {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 40px;
  min-width: 150px;
  max-width: 400px;
  font-size: 12px;
  padding: 15px 50px 15px 55px;
  background-color: #000;
  background-color: rgba(30,30,30,0.9);
  background-image: url('../images/cookie.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  color: #fff;
  min-height: 20px;
  z-index: 100;
  cursor: pointer;
}
.cookies:after {
  display: block;
  content:"";
  width: 40px;
  height: 100%;
  background: orange url('../images/close_cookies.png') no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}

.cookies:hover:after {
  background-color: rgb(255,140,0);
}



@media only screen and (max-width: 1300px) {
.no_index .school_name a {
  font-size: 30px;
}



.content_nav {
  margin: 0;
  padding: 20px 0.5;
  overflow: hidden;
  text-align: center;
}

}


@media only screen and (max-width: 1100px) {

.content_nav {
  padding: 20px 0;
}

.content_nav li {
  width: 48%;
  margin: 1%;
}



}





@media only screen and (min-width: 1001px) {  
  #main_menu {
    display: block !important;
  }

}


@media only screen and (max-width: 1000px) {


h1 {
  font-size: 40px;
}

article {
  padding: 40px 20px 50px 20px;

}


#navbar  {
    position: static;
}

nav {
  height: auto;

  border-bottom: none;
  background: none;
overflow: visible;
}

nav.black {
  background: none;
}

.school_name {
  position: static;
}

.school_name a {
  color: rgb(15, 26, 69);
  display: block;
  padding: 20px;
  font-size: 30px;
}



  #show_menu {
    display: block;
  }

  header {
    max-height: none !important;
  }
 
  header:before {
    display: none;
  }
  
  header:after {
    display: none;
  }


#main_menu {
  
  position: static;
  
  width: auto;
  
  z-index: 300;
  list-style: none;
  padding: 0;
  font-size: 18px;
  
  margin: 0 15px 20px 15px;
  
display: none;
  
  
}




#main_menu > li {
  float: none;
  position: static;
  padding: 2px 0;
}




#main_menu > li > a {
  font-weight: bold;
  padding: 0 20px;
  line-height: 65px; 
  display: block; 
  


  background-color: rgb(240,240,240);
  color: #222;
  font-size: 21px;
  font-weight: normal;  
  
}


#main_menu > li > ul > li > a {
  font-weight: bold;
  padding: 0 15px;
  line-height: 40px; 
  display: block; 
  color: #222;
  font-size: 21px;
  font-weight: normal;  
  
}

.active_in_submenu:before {
  content: '» ';
}  



#main_menu > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
#main_menu > li:last-child > a {
  border-radius: 0 0 5px 5px;
}

#main_menu > li.active > a {
  background-color: rgb(0,154,221);
  
  
  text-decoration: none;
  color: #fff;
}

#main_menu > li:hover > a {

  
  background-color: rgb(0,154,221);
  background-color: rgba(0,154,221,0.8);  
  
  text-decoration: none;
  color: #fff;
}

#main_menu > li > a.expand {
  background-image: url('../images/expand.menu.grey.png');
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 44px;
}

#main_menu > li.active > a.expand, #main_menu > li:hover > a.expand {
  background-image: url('../images/expand.menu.white.png');
}

#main_menu > li > ul {
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: rgb(240,240,240);
  padding: 10px 20px;
  list-style: none;
  display: none;
  position: static;
  background-color: rgb(250,250,250);
}

#main_menu > li:hover > ul {
  border-color: rgb(0,154,221);
  position: static;
}

#main_menu > li.active > ul {
  border-color: rgb(0,154,221);
  border-color: rgba(0,154,221,0.8);
  display: block;
  position: static;
}

#main_menu:hover > li.active > ul {
  border-color: rgb(0,154,221);
  border-color: rgba(0,154,221,0.8);
  
}

#main_menu > li > ul > li {
  padding: 5px 0;
  width: 100%;
}

#main_menu > li > ul > li:last-child {
  border: 0;
}

#main_menu > li > ul > li > a {
  color: #222;
  background-color: rgb(250,250,250) !important; 
  width: auto; 
}

#main_menu > li > ul > li > a:hover {
  text-decoration: underline;
  color: #222;
  background-color: none;
}
  
#main_menu > li.set_contrast a {
  border-radius: 5px;
  margin-left:5px;
  height: 55px;
  background-image: url('../images/contrast-grey.svg');
}


#main_menu > li.set_big_text a {   
  border-radius: 5px;
  margin-left:5px;
  height: 55px;
  background-image: url('../images/font-size-grey.svg');
}  

body.contrast #main_menu > li.set_contrast a {
  background-image: url('../images/contrast-black.svg');
}

body.contrast #main_menu > li.set_big_text a {   
  background-image: url('../images/font-size-black.svg');
}  

#main_menu > li.set_contrast a:hover {
  background-color: rgb(0,154,221);
  background-image: url('../images/contrast.svg');
}
#main_menu > li.set_big_text a:hover { 
  background-color: rgb(0,154,221);
  background-image: url('../images/font-size.svg');
}  
  

  
  
body.contrast #main_menu > li.set_contrast a:hover {
  background-color: #fff !important;
}

body.contrast #main_menu > li.set_big_text a:hover {   
  background-color: #fff !important;
}  
  
  
  #banner-fade {
    border-width: 5px 0;
    border-style: solid;
    border-color: rgb(0, 154, 221);
  }
  
  
  
  
  
  
  .visible {
    display: block !important;
  }
  
  
  
  #progress_bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgb(240,240,240);
    display: none;
    border-bottom: 3px solid #fff;
    z-index: 150;
  }

  #progress_bar div {
    height: 100%;
    width: 100px;  
    background: rgb(0, 154, 221);
  }
}






@media only screen and (max-width: 900px) {
.gallery_news a {
  display: inline-block;
  width: 30%;
  padding: 0;
  margin: 0 1%;

}


#main_menu a, #main_menu li, #show_menu {
  font-size: 18px !important;
  line-height: 55px !important;
}
}

.content_nav a {
  padding: 10px;
}


@media only screen and (max-width: 590px) {
.content_nav li {
  width: 100%;
  margin: 1% 0;
}

.button {
  font-size: 16px;
}


.school_name a {
  font-size: 24px !important;
}


h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

body {
  font-size: 18px;
}

}


.AlignLeft {
  text-align: left;
}

.AlignCenter {
  text-align: center;
}

.AlignRight {
  text-align: right;
}

.AlignJustify {
  text-align: justify;
}




body.big_text, body.big_text footer {
  font-size: 27px;
}

body.big_text #main_menu{
 font-size: 21px;
}

body.contrast {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  body.contrast .school_name a {
    color: rgb(255, 255, 0);
  }
}
 
body.contrast #banner-fade {
  border-color: rgb(255, 255, 0);
}

body.contrast header:after {
  display: none;
}

body.contrast #navbar nav  {
  background-color: rgb(255, 255, 0); !important;
}

body.contrast #navbar a {
  color: #000; !important;
  background-color: rgb(255, 255, 0); !important;
}

body.contrast #main_menu > li:hover > a {  
  background-color: #000 !important;  
  color: #fff;
  text-decoration: none;
}


body.contrast #main_menu > li ul {
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: red;
}

body.contrast .set_contrast:hover a {
  background-image: url('../images/contrast.svg');
}
body.contrast .set_big_text:hover a {
  background-image: url('../images/font-size.svg');
}





body.contrast #main_menu > li > ul li a:hover {
  background-color: #000 !important;  
  color: #fff;
  text-decoration: none;
}


body.contrast #header {
  background: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 12px;
}

body.contrast .button {
  background-color: rgb(255, 255, 0);
  color: #222;
}

body.contrast .school_name a {
  background-color: rgb(255, 255, 0);
  color: #222;
  padding: 15px;
}


body.contrast .school_name a:hover {
  padding: 15px;
}


body.contrast td, body.contrast th {
  border-color: #fff;
}


body.contrast footer {
  background: #000;
  border-top: 2px solid #fff;
  padding-top: 30px;
}

body.contrast footer p:last-child {
  border-color: #fff;
}

body.contrast .set_contrast a {
  background-image: url('../images/contrast-black.svg');
}
body.contrast .set_big_text a {
  background-image: url('../images/font-size-black.svg');
}


body.contrast .set_contrast a {
  background-image: url('../images/contrast-black.svg');
}
body.contrast .set_big_text a {
  background-image: url('../images/font-size-black.svg');
}

body.contrast #show_menu {
  background-color: #000;
  border: 4px solid rgb(255, 255, 0);
}


body.contrast a {
  color: rgb(255, 255, 0);
}
body.contrast a:hover {
  text-decoration: underline;
}

body.contrast .school_name a {
    display: table;
}


body.contrast .content_nav a, body.contrast .button {
  background: rgb(255, 255, 0);
  color: #000 !important;
}

body.contrast .content_nav a:hover, body.contrast .button:hover {
  background: rgb(255, 255, 0);
  color: #000;
}
