/*@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&display=swap&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,400,600,700,800&subset=latin-ext');
body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Cantarell', sans-serif;
    color: #000;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0,0,0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0,0,0, 0.6) !important;
  outline: none !important;
}

.form-control{
    border-radius: 0;
}

.form-group label{
    font-size: 15px;
}

div:focus{
	outline: none !important;
}

h1{
    font-size: 50px;
    margin-bottom: 75px;
}

h2{
    font-size: 25px;
    margin-bottom: 125px;
}

h3{
    font-size: 18px;
    margin: 30px 0;
}

h1, h2, h3{
    font-weight: bold;
    text-transform: uppercase;
}

a{
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

p, li{
    line-height: 1.5;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.graybg{
    background-color: #EAEAEA;
}

.clear{
    clear: both;
}

.btn-primary{
    background: transparent;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 7px 50px;
    border-radius: 0;
    margin-top: 40px;
    transition: all 0.5s;
}

.btn-primary:hover,
.btn-primary:focus{
    box-shadow: inset 17rem 0 0 0 #000 !important;
    color: #fff;
    background: none !important;
    border-color: #000 !important;
}

.wrapper{
    margin-top: 130px;
}

section{
    padding: 100px 0;
}

section img{
    width: 100%;
    max-width: 100%;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator{
    border-top: 1px solid #000;
    width: 130px;
	height: 0px;
    margin: 40px 0 0;
}

/* NAVBAR */

.navbar{
    background: #fff;
    height: 130px;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
}

.navbar .navbar-brand{
    position: absolute;
    margin-top: -60px;
}

.navbar .navbar-nav{
    margin-top: 60px;
    margin-left: -20px;
}

.navbar .nav-link{
    text-transform: uppercase;
    color: #000;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.navbar .input-group{
    position: absolute;
    width: 220px;
}

/* FOOTER */

footer{
    background: #000;
    padding: 60px 0;
}

footer h3,
footer p,
footer a, 
footer li,
footer .font-control,
footer .btn{
    color: #fff;
}

footer ul{
	padding-left: 0;
}

footer li{
	list-style: none;
	line-height: 1.5;
}

footer .form-control{
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
}

footer .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

footer .form-control::placeholder {
    color: #fff;
}

/* HOMEPAGE */

.homepagefirst h2{
    font-size: 55px;
    font-weight: bold;
    text-transform: none;
    line-height: 55px;
    margin-bottom: 75px;
}

.selectsection .image{
    height: 200px;
}

.selectsection img{
    max-height: 150px;
    width: auto;
    max-width: 100%;
	transition: all 0.25s;
}

.selectsection img:hover{
	transform: scale(1.1);
}

.selectsection .name{
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact .content p{
    margin-bottom: 0;
}

.contact .content h2{
    margin-bottom: 30px;
}

.subpageheader{
    height: 500px;
}

.contactmap iframe{
    width: 100%;
    height: 300px;
    margin: 50px 0;
}

#static h1{
    text-transform: none;;
}

#static h2{
    margin: 30px 0;
}

#static .btn-primary{
    margin: 40px 0;
}

#static img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto  !important;
    margin: 30px 0;
}

table{
    border: 1px solid #000;
    vertical-align: middle;
}

table thead th{
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle !important;
}

table tbody td{
    text-align: center;
}

table tbody td:nth-child(1){
    text-align: left;
}

.prodlistselect p{
    margin-left: 30px;
    font-weight: bold;
}

.materials h2{
    margin-bottom: 10px;
}

.card{
    border: none;
    margin-bottom: 30px;
}

.materials .card .image{
    height: 160px;
}

.materials .layer{
    width: 100%;
    height: 160px;
    transition: all 0.25s;
    opacity: 0;
    background: rgba(0,0,0,0.7);
}

.materials .layer i{
    color: #fff;
    padding-top: 100px;
    transition: all 0.25s;
}

.materials .card:hover .layer,
.materials .card:focus .layer{
    opacity: 1;
}

.materials .card:hover .layer i,
.materials .card:focus .layer i{
    padding-top: 0;
}

.pagination{
    justify-content: center;
}

.pagination .page-link{
    border: none;
    color: #000;
}

.productlist .card .image{
    height: 250px;
}

.productlist .card .image img{
    transition: all 0.4s;
}

.productlist .card:hover .image img{
    transform: scale(1.1);
}

.productlist p.name{
    font-weight: bold;
	text-align: center;
}

.product .image{
    height: 500px;
}

.product .image img{
    max-width: 100%;
    width: auto;
}

.gallery .card img{
    border-radius: 0;
}

@media (max-width: 767px){
    h1{
        font-size: 38px;
		margin-bottom: 30px;
    }
    
    h2{
        margin-bottom: 50px;
        font-size: 19px;
    }

    section{
        padding: 30px 0;
    }

    .pr-5{
        padding-right: 15px !important;
    }

    .navbar{
		display: none;
    }
    
    .wrapper{
        margin-top: 60px;
    }

    .homepagefirst h1{
        display: none;
    }

    .homepagefirst h2{
        text-align: center;
        margin-bottom: 40px;
    }


    .subpageheader{
        height: 300px;
    }

    .product .image{
        height: 300px;
    }

    .contact iframe{
        margin-top: 50px;
        width: 100% !important;
        height: 250px !important;
    }

    .hp h2{
        text-align: center !important;
    }

    .separator{
        display: none;
    }

    .homepagesecond,
    .homepagethird,
    .homepagefourth,
    .contact{
        text-align: center !important;
    }

    .homepagesecond p{
        margin: 15px 0;
    }

    .homepagefourth h2{
        margin: 15px 0 0 !important;
    }
	
	#static.p-5{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}