body, html {
    margin: 0;
    padding: 0;

}

.headerbg {
    background: url("../images/blocks.jpg") no-repeat center;
    background-size: cover;
    height: 300px;
    position: relative;
}
.headerDark {
    background-color: rgba(0,0,0,0.5);
    height: 300px;
}

.headerDark h1 {
    color: white;
    text-align: center;
    font-size: 50pt;
    position: absolute;
}
.headerDark h2 {
    color: #cccccc;
    text-align: center;
    font-size: 35pt;
    position: absolute;
}

#section1 {
    height: 90%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.product{
    text-align: center;
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content .col-md-3 {
    margin-top: 30px;

}
.content .col-sm-6{
    margin-top: 30px;
}
.content col-12{
    margin-top: 30px;
}
.product a{
    color: black;
}
.product a:hover{
    text-decoration: none;
    color: black;
}

.product .right{
    margin-bottom: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    margin-right: 30px;
    text-align: center;

    padding: 10px;
}
.product .left{
    margin-bottom: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    margin-left: 30px;
    text-align: center;

    padding: 10px;
}
.product h1{
    padding-left: 3px;
    padding-right: 3px;
}

.filter {

    min-height: 50px;
    background-color: white;
    width: 100%;
    text-align: center;

}


.filtervalue{
    height: 20px;
    width: 150px;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}


.filtervalue p{
    color: black;
    text-align: center;
    font-size: 13pt;
    padding-top: 3%;
    transition: 0.5s;
    margin-top: 10px;
    cursor: pointer;
}



.dropdownl {
    position: relative;
    display: inline-block;
}

.dropdownl-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    margin-top: -10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10;
}

.dropdownl:hover .dropdownl-content {
    display: block;
}

.mobilefilter{
    color: white !important;
    font-size: 12pt !important;
}
.mobilefilter:hover{
    background-color: transparent !important;
}

.text{
    text-align: center;
    position: absolute;
    top:55%;
    font-weight: normal;
    font-size: 25px;
    padding-right: 15px;
    padding-left:15px;
    margin: 0 auto;
    left: 10px;
    right: 10px;
}
