
body{
  font-family:  "Arial", cursive, sans-serif;
  font-size: 17px;
  margin:0;
  padding:0;
  position: relative;
  background-color: #3e3dec9; /*#292929;*/
}

h1 {
  font-family: "Arial";
  text-align:center;
  color: white;
  font-size: 34px;
	font-weight: 400;
  letter-spacing: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h2 {
  font-family: "Arial";
  text-align: left;
  color: #2a2a2a;
  font-size: 25px;
  margin-top: 5px;

}

h3 {
  font-family: "Arial";
  text-align: left;
  color: #61969c;
  font-size: 22px;
  margin-top: 5px;
  text-decoration: bold;
  text-align: center;
}

a:link    { color: #666666; text-decoration: bold; }
a:visited { color: #666666; }
a:active  { color: #209781; }
a:hover   { color: #E9B64A; }

legend{
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  background-color: #2000;
  font-size: 12px;
}

.space_nav {
  height: 50px;
}

.masthead {
  height: 100vh;
  min-height: 500px;
/*  background-image: url("baner_logo.png"); /* dziala */
  background-image: url("../../public/img/baner_logo.png");
  /*
  background-image: url("../assets/img/baner_logo.png");
  */
/*  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080'); */

 /*  background-image: url("./assets/img/pic03.jpg");  */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.headline_section{
   padding-top: 100px;
}

/*
.banner {
  background-image: url("assets/img/headlines_img/lakecomonew.jpg");
  padding-top: 50px;
}
*/
.banner_carousel{
  height: 300px;
}

.gallery_minature{
  height: 250px;
}

.gallery{

}

/*
.example-image-link{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
*/
/*not used */ /*
.example-image{
  width: 320px;
  height: 200px;
}
*/
.contact{
  text-align: center;
}
/*
#article_view{
  resize: none;
}
*/
.article_view{
  resize: none;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
@media screen and (min-width: 500px) {
  .column {
   float: left;
   width: 33.33%;
   padding: 5px;
  }
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */  /*
@media screen and (max-width: 500px) {
 .column {
   width: 100%;
 }
} */
/* Clear floats after image containers */
.row::after {
 content: "";
 clear: both;
 display: table;
}

.container_offers {
  position: relative;
  width: 100%;
  /*height: 400px;  */
}

.image_offers {
  display: block;
  width: 100%;
  /*height: auto; */
  height: 200px;
  /*  width: 300px */
    /*  height: 300px*/
}

.overlay_offers {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #292929;  /*4b6a7e 87674a  */
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container_offers:hover .overlay_offers {
  bottom: 0;
  height: 100%;
}

.text_offers {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.what_i_do{
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  /*text-decoration: solid underline purple 2px;*/
}

.logo{
  width: 100%;
  height: 200px;
}

.welcome_img{
  height: 300px;
}

.image_text{
  padding-top: 80px;
  padding-left: 20px;
  width: 90%;
  height: 300px;
}
/*
.main_image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
*/
.icon{
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* zoom effect */
.zoom {
/*  padding: 10px; */
  background-color: purple;
  transition: transform .2s; /* Animation */
/* width: 200px;
  height: 200px; */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text_card{
  /* filter: drop-shadow(0 0 0.75rem crimson); kolorowa mgiełka 'pod' znakamie lepsze zast do zdjec*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius:6px;
  padding:6px 24px;
  background-color: #ffffff/*#9f9b9b;*/
}

.frame-alert{
  border: 2px solid #dcdcdc;
  border-radius:6px;
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background-color:#f9f9f9;
  font-size: 21px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  padding:6px 24px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.links-up
{
	text-align: right;
	margin-top: 15px;
	letter-spacing: 2px;
	font-size:  18px;
}

.equipment{
/*  list-style-type: disc;*/
  text-align: center;
}

.equipment_list ul{
/*  list-style-type: disc;*/
  text-align: center;
}

.equipment_list li{
  display: inline-block;
  background: #cce5ff;
  border-radius: 5;
  margin: 5px;
  list-style-type: circle;
}

.page {
margin: 0px;
padding: 0px;
}

.page h3{
margin: 0px;
padding: 4px;
background-color: #d2d2d2;
}


.div-table{
  display:table;
  width:auto;
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
  width:200px;
  margin:2px;
  padding:2px;
}

.footer-author{
  margin:0px;
  padding:3px;
  /*background-color: #1da1f2;*/
  background-color: #f0f0f0;
  text-align: center;
  padding: 14px 16px;
  color: #b4b4b4;
}

/* login css */

.container-login{
  margin:15;
  padding:0;
  text-align: center;
}

.wrapper-login{
  text-align: center;
  margin:15;
  padding:0;
}

/*========= BUTTON ========*/
.button {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.button_add {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.button_update {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.button:hover {

  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}
