h1 {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
}

h2 {
    text-transform: uppercase;
    text-align: center;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    max-width: 1060px;
    margin: 10px auto;
}


img {
    width: auto;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/wallpaper3.jpg');
    background-position: center;
    background-size: cover;
    padding: 20px;
    color: white;
}

header#connect-head{
    background-image: unset;
    color: black;
    /*box-shadow: 0px 5px 15px black;*/
    box-shadow: unset;
}

header#connect-head a{
    color: black;
}

header#connect-head a.btn-super{
    border: 2px solid black;
}

header nav {
    display: flex;
    justify-content: space-between;
}

header nav img {
    height: 50px;
    width: auto;
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin-left: 20px;
    color: white;
}


header h1 {
    text-align: center;
    /* padding: 150px 0; */
    padding: 85px 0;
    text-transform: none;
    font-size: 4rem;
    letter-spacing: 5px;
}

#fabrication {
    background: linear-gradient(#3678A5, #144794);
    padding: 50px 0;
    color: white;
}

#fabrication ul {
    padding: 0;
}

#fabrication ul li {
    text-align: center;
    margin: 80px auto;
}

#fabrication img{
    width: 250px;
}



#items ul {
    padding: 50px 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
}



footer {
    background: #144794;
    padding: 20px 0;
    color: white;
    text-align: center;
}

@media (max-width:768px) {
    .container {
        max-width: 90%;
    }

    #devise {
        flex-direction: column;
        text-align: center;
    }

    #devise img {
        width: 50%;
        margin: 0;
    }

    #items ul {
        flex-direction: column;
    }

    #items ul li {
        width: 100%
    }

    header nav ul li{
        display: none!important;
    }

    #devise img{
        display: none;
    }

    #devise .col-5{
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
}