@charset "utf-8";

body  {
    background-color: #FFFFFF;
	

}

.courier-prime-regular {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

.courier-prime-bold {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
}



section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.container {
    max-width: 1430px;
}
#logo {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 0px;
}


#home {
    padding-top: 120px;

}
#produse01 {
    padding-top: 0px;
}
#produse {
}



#gallery {
    padding-top: 0px;
    background-color: #000000;
    padding-bottom: 0px;
}
#contact {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;

}



.btn {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #0080B2;
}
.btn:hover {
    color: #0080B2;
}


#fixed-whatsapp {
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    bottom: 15px;
    right: 10px;
    padding-left: 16px;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-right: 14px;
    border-radius: 85px;
}
p {
    font-size: 21px;
}
h2 {
    font-size: 28px;
}
.logo {
    width: 450px;
    height: 120px;
}
.bg-gray {
    background-color: #EDEDED;
    padding-top: 0px;
    padding-bottom: 0px;
}





































/*Mobile - Tablet View*/
@media (max-width: 992px){
section {
    padding-top: 30px;
    padding-bottom: 30px;
}
h2 {
    font-size: 23px;
}
h1 {
    font-size: 27px;
}


p {
    font-size: 17px;
}
.logo {
    width: 280px;
    height: 75px;
}
#logo {
    padding-top: 50px;
}
#home {
    padding-top: 43px;
}













    
}






/*Desktop View*/
@media (min-width: 992px){
    
  #mainNav {
    background-color: transparent;
    transition: background-color .3s ease-in-out;
    webkit-transition: background-color .3s ease-in-out;
    } 
    
  #mainNav.navbar-shrink {
    background-color: #EDEDED;
    height: 66px;
    background-image: url(images/concrete-wall.png);
    }
.logo-nav {
    width: 311px;
    height: 66px;

}


}
