html,body{
	background-color:#FFFFFF; 
	width: 100%;
	min-height:100vh;
	scroll-behavior: smooth;
	font-family: Quant;
	letter-spacing: 2px;
	margin:0px;
}

#logo{
	max-width: 350px;
	border: none;
    
}
*{
    box-sizing: border-box;
}
.row{
    margin:0;
    padding: 0;
}
.nav-item{
	border-top: 0.1px solid white;
	padding-left:  1rem;
	padding-right:  1rem;
}
.nav_link{
    height: 30px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: transform 0.5s;
	color: #FFFFFF;
    text-decoration: none;
	font-size: 30px;
	font-weight: 700;
}
.nav_link:hover{
    text-decoration: underline;
	color: #FFFFFF;
}
.head-nav{
	background-color: #dfdfdf;
}
.font{ 
	font-size: 30px;	
	color: rgba(226,30,44,0.89);
	height: 52px;
	width: 52px;	
	border-color:transparent;
	padding: 0;
	border: none;
	background: none;
	
}
.font:focus,.font:hover{ 
	outline: none;
	
}

.bd-footer{
    background-color: rgba(226,30,44);
}
.footer_pad{
    font-size:21px;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    width: 100vw;
}
.navbar{
    background-color:  rgba(226,30,44,0.7)!important;
    font-size:21px;
	padding: 0;
    
}
.fa-arrow-circle-up:hover{
    cursor: pointer;
}
.logo{
	 background-color: #FFFFFF;
	 
}
.none{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 996px){
	.logo{
		background-color: #FFFFFF!important;
	}
	.list{
		background-color: rgba(226,30,44,0.5)!important;
		padding: 0;
	}
	.nav_link{
		padding-left: 15px;
		font-weight: 400;
		font-size: 30px;
		
	}
	.nav-item{
		height: 50px;
	}
}
@media screen and (min-width: 997px){
    .navbar{
        padding: 1!important;
		background-color: #FFFFFF!important;
    }
    .nav_link:hover{
        text-decoration: none!important;
        border-bottom: 2px solid  rgba(226,30,44,0.7)!important;
    }
    .nav_link{
        text-decoration: none!important;
        color: #e21e2c!important;
    }
	.list{
		height:45px;
		margin-top: 4px;
		margin-bottom: 10px;
	}
	.none{
		display: none;
	}
	
}
.parallax {
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.afterParallax{
	height: 800px;
	background-color: #EEEEEE;
}
.parallax1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	color: #dfdfdf;
	
	text-shadow: 1px 0 0 #000000, 0 -1px 0  #000000, 0 1px 0  #000000, -1px 0 0 #000000;
};	
.parallax1::after{
	opacity: 0.7;
}
.build{
    width: 100%;
    height: 600px;
}
.work{
    padding: 4vh 4vw;
    background-color: rgba(226,30,44,0.7);
    color: white; 
}
.work > div{
    margin: 20px;
    padding: 20px;
    border: 5px solid #FFFFFF;
}
.afterWork{
    padding: 4vh 4vw;
    background-color: rgba(45,22,24,0.6);
    color: white;  
}
.afterWork > div{
    margin: 20px;
    padding: 20px;
    border: 5px solid #FFFFFF;
}
a[name="up"]{
	color: #FFFFFF;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.hamburger{
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #FFFFFF;
}
 
@media screen and (max-width: 1200px){
	.aM{
	margin-right: auto;
	margin-left: auto;
	}
}
@media screen and (min-width: 1200px){
	.aM{	
		margin-left: 1 rem;
	}
	nav{
		margin-bottom: 20px;
	}
}

.up-arrow{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 20px;
}
.text_oferta{
	font-size: 28px;
}
.tytol_oferta{
	text-transform: uppercase;
}
.contactHeader{
	font-size: 30px;
	color: rgba(226,30,44);
	letter-spacing: 2px;
	margin-left:auto;
	margin-right: auto;
}
.contactContent{
	font-size: 25px;
	letter-spacing: 1px;
	margin-left:auto;
	margin-right: auto;
}
li{
	list-style-type: none;
}
.offerta_list{
	font-size: 25px;
}