/*NAV BAR*/
*{
    @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    flex-wrap: wrap;
}
a {
    color: white;
    text-decoration: none;
    background: transparent;

}
body{
    font-family: 'Poppins', sans-serif;
}
nav{
    background: black;
    height: 80px;
    width: 100%;
}
label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
a.active,a:hover{
    background: #1b9bff;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width: 952px){
    label.logo{
        font-size: 20px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

section{
    background-size: cover;
    height: calc(100vh - 80px);
}
a.log {
    color: white;
    text-decoration: none;
}

a.log:hover, a.log:focus {
    color: white;
    text-decoration: none;
    background: transparent;
}
@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: black;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover,a.active{
        background: none;
        color: white;
    }
    #check:checked ~ ul{
        left: 0;
    }
    form{
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .images {
        flex-direction: column;
        padding: 0;
    }
}
.imgButton{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
button {
    background-color: orange;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

button:hover {
    opacity: 0.2;
}

/* Footer of the page */
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.fa {
    padding: 15px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-instagram {
    color: black;
    border-radius: 4px;

}
.footer-list{
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
}

.footer-list ul {
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    list-style-type:none

}
.footer-list li a {
    text-align: center;
    color: white;
}

@media screen and (max-width: 858px) {
    .footer-list ul {
        text-align: center;
        color: white;
        list-style-type:none;

    }
    .footer-list li a {
        text-align: center;
        color: white;

    }
    .footer-list{
        text-align: center;
        color: white;
    }

}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
    background: black;
    font-family: 'Open Sans', sans-serif;
}

.serv ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
}

.serv ul li {
    list-style: none;
    flex: 0 0 30.333333%;
    padding-left: 5%;
    padding-top: 5%;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:30px;
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
}


@media (max-width: 858px){
    .serv ul li {
        list-style: none;
        flex: 0 0 45.333333%;
        padding-left: 5%;
        padding-top: 5%;
    }

}

/* CSS for the listing */
.column {
    float: left;
    padding: 10px;
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

img {
    width: 500px;
    height: 500px;
}

h1 {
    color: white;
}

p {
    color:white;
}


/* Add to cart button. */
.imgButton{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
button {
    background-color: orange;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}


/* Make columns stack on top of each other on smaller screens */
@media screen and (max-width: 1000px) {
    .column {
        width: 100%;
    }
    .right {
        text-align: center;
    }
}

/* For the objects in the center of the webpage. */
.contact-instagram {
    text-align: center;
    align-content: center;
    color: white;
    padding: 80px;
}

.contact-instagram i{
    text-align: center;
    align-content: center;
}

.contact-instagram a{
    text-decoration: none;
    padding-right: 150px;
}

.contact-instagram a i{
    text-decoration: none;
}

.contact-instagram a.active, a:hover{
    text-decoration: none;
    background: transparent;
}