@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  
}

body {
  background-color: white;
  color: black;
  font-family: Poppins, arial;
}

h1 {
	color: #2f78c6;
	padding: 40px 0px 25px 0px;
	margin: 0px 0px;
	text-align: center;
	
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background-color: /*#353836*/ white;
}

p{
	text-align: justify;
	padding: 10px 0px 10px 0px;
	color: black;
	margin: 0px 10px;
}

.akapit {
	padding: 0px 0px 15px 30px;
	
}

.big_logo {
	float: right;
	padding: 20px 0px 0px 20px;
	opacity: 100%;
	width: 100px;
}

.small_logo_top {
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
	width: 80px;
}

.small_logo_uwm_top {
	position: absolute;
	margin-top: 5px;
	margin-left: 100px;
	width: 70px;
}

header a {
  text-decoration: none;
}

header {
  padding: 40px 36px;
  background-color: #2f78c6;
  height: 50px;
  display: flex;
  justify-content: center;
  
}

#company {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#company a {
  color: white;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: white;
}

ul a:hover {
  color: white;
}

ul li {
  padding: 10px 15px 10px 15px;
  margin-left: 0px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.active {
  color: orange;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
}





@media only screen and (min-width: 800px) {
 .hide_show_title_link {
    display: none;
  }
}



.hide_show_title_link:hover {
	color: gray;
	text-decoration: none;
}

h3 {
	color:#2f78c6; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none;
}


@media only screen and (min-width: 800px) {
 .hide_show_title {
    display: none;
  }
}




#login,
#signup {
  border-radius: 5px;
  padding: 5px 8px;
}

#login {
  border: 1px solid #498afb;
}

#signup {
  border: 1px solid #ff3860;
}

#signup a {
  color: #ff3860;
}

#login a {
  color: #498afb;
}







#hamburger-icon {
  padding: 0px 0px 0px 0px;
  margin: auto 0;
  display: none;
  cursor: pointer;
 }

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 35px;
  transition: 0.4s;
 }

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #2f78c6;
  margin: 0px 0px;
}

.mobile-menu li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}

#footer_txt_1 {
	font-size: 10px;
	color: white;
	padding: 30px 0px 35px 70px;
	
}

.footer_mail {
	color: black;
	font-size: 10px;
	text-decoration: none;
}

.footer_mail:hover {
	color: white;
	font-size: 10px;
	text-decoration: none;
}

#bottombelt {
	padding: 0px 0px 0px 0px;
	background-color: #2f78c6;
}

#belt {
	padding: 0px 0px 0px 0px;
	background-color: #2f78c6;
}

#top_belt {
	padding: 0px 0px 0px 0px;
	background-color: #2f78c6;
}




/* KONTAKT */



.phone_blue {
	color: #2f78c6;
	
	
}


/* Create two equal columns that floats next to each other */
.column_kontakt {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_kontakt {
    width: 100%;
  }
}

#kontakt_3 {
	display: block;
	position: relative;
	text-align: justify;
	color: gray;
	
}

#kontakt_wrapper {
	display: block;
	position: relative;
	margin: 200px 0px 0px 0px;
}

.kontakt_mail {

	color: black;
	text-decoration: none;
}

.kontakt_mail:hover {
	color: #2f78c6;
	text-decoration: none;
}



@media screen and (min-width: 0px) and (max-width: 800px) {
  #show-on-mobile { display: block; }  /* show it on small screens */
}

@media screen and (min-width: 801px) and (max-width: 8000px) {
  #show-on-mobile { display: none; }   /* hide it elsewhere */
}



@media screen and (min-width: 0px) and (max-width: 800px) {
  #show-on-pc { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 801px) and (max-width: 8000px) {
  #show-on-pc { display: yes; }   /* hide it elsewhere */
}








/*LINKS*/
.links {
	color: black;
	text-decoration: none;
}

.links:hover {
	color: #2f78c6;
	text-decoration: none;
}







/*GALLERY*/

* {box-sizing:border-box}




/* Slideshow container */
.slideshow-container {
  max-width: 1180px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: ;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.5);
}

/* Caption text */
.text {
  color: black ;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 1px;
  background-color: #;
  border-radius: 50%;
  border: 1px solid gray;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_dot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}






/*OFERTA*/

/* Create two equal columns that floats next to each other */
.column_oferta {
  float: left;
  width: 33.333%;

  padding: 0px 0px 0px 0px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row_oferta:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.column_oferta {
    width: 100%;
  }
}

.button1 {
	text-decoration: none;
	font-size: 15px;
	color: black;
	text-align: center;
	padding: 120px 0px 30px 0px;
	margin: auto;
	display: block;
	background: url("files/images/picto/kongresowa_white.jpg") no-repeat;
	background-position: center; 
	
}

.button1:hover {
    color: orange;
	text-decoration: none;
	background: url("files/images/picto/kongresowa_color.jpg") no-repeat;
	background-position: center; 
	}

.button2 {
	text-decoration: none;
	font-size: 15px;
	color: black;
	text-align: center;
	padding: 120px 0px 30px 0px;
	margin: auto;
	display: block;
	background: url("files/images/picto/karmazynowa_white.jpg") no-repeat;
	background-position: center; 
	
}

.button2:hover {
    color: crimson;
	text-decoration: none;
	background: url("files/images/picto/karmazynowa_color.jpg") no-repeat;
	background-position: center; 
	}
	
.button3 {
	text-decoration: none;
	font-size: 15px;
	color: black;
	text-align: center;
	padding: 120px 0px 30px 0px;
	margin: auto;
	display: block;
	background: url("files/images/picto/blekitna_white.jpg") no-repeat;
	background-position: center; 
	
}

.button3:hover {
    color: #2f78c6;
	text-decoration: none;
	background: url("files/images/picto/blekitna_color.jpg") no-repeat;
	background-position: center; 
	}













/*KONGRESOWA*/





.col_kongresowa_0 {
	width: 10px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

.col_kongresowa_1 {
	width: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	
}
.col_kongresowa_2 {
	float: left;
	padding: 10px;
	border: 0px solid red;
	color: black;
	width: 95%;
	max-width: fit-content;
	text-align: justify;
	padding: 15px 0px 0px 60px;
}

.row_kongresowa::after {
  content: "";
  clear: both;
  display: table;
  padding: 0px 0px 0px 0px;
}










/*KARMAZYNOWA*/


.col_karmazynowa_0 {
	width: 10px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

.col_karmazynowa_1 {
	width: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	
}
.col_karmazynowa_2 {
	float: left;
	padding: 10px;
	border: 0px solid red;
	color: black;
	width: 95%;
	max-width: fit-content;
	text-align: justify;
	padding: 15px 0px 0px 60px;
}

.row_karmazynowa::after {
  content: "";
  clear: both;
  display: table;
  padding: 0px 0px 0px 0px;
}









/*BŁĘKITNA*/


.col_blekitna_0 {
	width: 10px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

.col_blekitna_1 {
	width: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	
}
.col_blekitna_2 {
	float: left;
	padding: 10px;
	border: 0px solid red;
	color: black;
	width: 95%;
	max-width: fit-content;
	text-align: justify;
	padding: 15px 0px 0px 60px;
}

.row_blekitna::after {
  content: "";
  clear: both;
  display: table;
  padding: 0px 0px 0px 0px;
}








/*DOKUMENTY*/





.col_dokumenty_0 {
	width: 10px;
	float: left;
	padding: 30px 10px 10px 0px;
	border: 0px solid red;
	color: gray;
}

.col_dokumenty_1 {
	width: 50px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

.col_dokumenty_2 {
	float: left;
	padding: 10px;
	border: 0px solid red;
	color: black;
	width: 83%;
	max-width: fit-content;
	text-align: justify;
	padding: 5px 0px 0px 0px;
}

.col_dokumenty_2:hover {
	color: #2f78c6;
	text-decoration: none;
}

.row_dokumenty::after {
  content: "";
  clear: both;
  display: table;
  padding: 0px 0px 0px 0px;
}

.star_dokumenty{
	text-align: justify;
	position: relative;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	margin: 0px 0px;
	font-size:12px;
	color: #2f78c6;
}




/*DEKLARACJA DOSTĘPNOŚCI*/

#footer_txt_2 {
	
	color: white;
	padding: 20px 0px 0px 0px;
	
}

.footer_deklaracja {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.footer_deklaracja:hover {
	color: lightgray;
	font-size: 12px;
	text-decoration: none;
}




@media only screen and (max-width: 800px) {
  body {
    background-color: /*#353836*/white;
  }
}



