html {
	margin: 0;
	padding: 0;
}
body {
	background: rgb(51, 51, 51);
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}

.header-con {
	padding: 10px 15px;
	z-index: -1;

}

#email a {
	color: rgb(206, 206, 206);
	outline: none;
	
}
#email a:hover {
	color: rgb(159, 159, 159);
	text-decoration: none;
}

#header-phone {
	margin-right: 10px;
	margin-left: 30px;
}
#lower-header {
	color: white;
	background: transparent;
}

.black {
	background: rgba(0, 0, 0, 1);
	transition: 1.5s;
}

header {
      width: 100%;
      height: 100vh;
      background: url("photoMain.jpg") no-repeat 50% 50%;
      background-size: cover;
      position: relative;
	font-family: 'Modern Antiqua', cursive;
}

#brief {
	text-align: center;
	background: rgba(51, 51, 51, 0.7);
	color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.selected {
	color: #f44336;
}

.nav-link:hover {
	color: white;
	background: rgb(206, 206, 206);
	outline: none;
}


.offer-title {
	padding: 3%;
	color: white;
	text-decoration: underline;
	text-align: center;
	font-family: 'Bungee Inline', cursive;
	background: black;
}

.fa-bars {
	color: white;
}

#arrow-down {
	cursor: pointer;
	color: white;
	font-size: 3rem;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 5%;
}

#arrow-down:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 20%;
  background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}
#arrow-down:hover:after {
  width: 100%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.spacing {
	margin: 3%;
}

#arrow-up {
	cursor: pointer;
	color: white;
	font-size: 3rem;
	text-align: center;
	width: 100%;
	bottom: 5%;
}

#arrow-up:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 20%;
  background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}
#arrow-up:hover:after {
  width: 100%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}



.zoom:hover {
  z-index: 1;
}

.sq {
	padding: 3px;
	background: rgb(100, 100, 100);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);

}

#kontakt-bt {
		border: 2px solid #f44336;
		color: #f44336;
}

#kontakt-bt:hover {
	border: 2px solid rgba(0, 0, 0, 0.8);
	color: white;
	background: rgb(206, 206, 206);
}

.desc {
	color: white;
	font-family: 'Prata', serif;
	font-size: 30px;
}
.list-offer {
	color: white;
	font-family: 'Prata', serif;
	font-size: 1.5rem;
}


#head-image {
	
	  width: 100%;
     
      background: url("photoFire.jpg") no-repeat 50% 50%;
      background-size: cover;
}

.label {
	background: rgba(40, 40, 40, 0.8);
	color: white;
	border-bottom: 4px solid #f44336;
	padding: 15px;

		text-shadow: 0px 5px 4px rgba(0,0,0,0.6),
				0px 10px 15px rgba(0,0,0,0.3),
				0px 18px 23px rgba(0,0,0,0.1);

}


.that {
	background: black;
}

.icons {
	color: #f44336;
	font-size: 2rem;
	margin: auto 0;
}

.tit {
	padding: 2px;
	font-size: 2rem;
}

.label-rec {
	
	display: inline-flex;
	height: 100%;
	width: 100%;
}


.label-rec-content {
	width: 200px;
	margin: auto 15%;
}

.info-title {
	font-family: 'Prata', serif;
	font-size: 25px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

.card-title {
	text-align: center;
	font-family: 'Bungee Inline', cursive;
}

.card-body {
	background: black;
	color: white;
}

.navbar-brand:hover {
	color: rgb(206, 206, 206);
	transition: 1s;
}

.jumbotron {
	margin-top: 5%;
	width: 80%;
	height: 600px;
}


.stick {
	position: sticky;
	top: 0;
}

.zapro {
	padding: 0;
	margin: auto 0;
		color: white;
	text-align: center;
	font-family: 'Bungee Inline', cursive;
	background: black;
}

#labels {
	padding: 5% 0;
	margin-bottom: 20px;
}