@media only screen and (max-width: 768px) {

    /*----- MENU -----*/

    nav ul li{
        display: block;
        margin: 15px 0;
        line-height: 0px;
    }
    
    nav ul li a{
        font-size: 18px;
    }

    .cool-underline::after{
        display: none;
    }

    /*--X-- MENU --X--*/

    /*----- HL-IMAGE -----*/

    .image-container{
        width: 100%;
        height: 50vh;
        background:url('../img/background-image.jpg') no-repeat;
        background-size: cover;
        min-height: 50vh;
        display: flex;
        justify-content: center;
    }

    .center-text{
        transform: translate(-50%, -50%);
        width: 80%;
        margin: 0 auto;
        height: auto;
        position: absolute;
        top:27%;
        left: 50%;
    }

    .center-text h1{
        color: #e6e6e6;
        text-align: center;
        font-weight: 400;
        font-family: 'Ubuntu';
        font-size:9vw;
    }


    /*--X-- HL-IMAGE --X--*/

    /*----- SERVICES -----*/

    .services-text{
        width: 80%;
    }


  
    #overlay{
        display: none;
    }

    .services-info-text-center h3{
        font-size: 20px;
    }

    /*--X-- SERVICES --X--*/

    
    /*----- ABOUT-ME -----*/

    .about-me-text-center{
        width: 80%;
    }

    /*--X-- ABOUT-ME --X--*/

    /*----- CONTACT -----*/

    #contact .contact-center{
        width: 100%;
    }
    
    .contact-info-send{
        width: 80%;
        height: auto;
        text-align: center;
        position: relative;
        margin: 0 auto;
        display: inline-block;
    }
    

    /*--X-- CONTACT --X--*/

    /*----- gallery -----*/

    .gallery img{
        width: 100px;
        height: 100%;
        background-size: 100% 100%;
        transition: transform .5s ease;
        cursor: pointer;
        z-index: -1;
        margin-left: 20px;
        margin-top: 20px;
        display: inline-block;
      }

          
    .photogallery-info-text-center{
        width: 90%;
        top: 0;
        margin: 0 auto;
        position: relative;
        transform: translate(-0%, 0%);
        margin-top: 80px;
    }

    /*--X-- gallery --X--*/

    /*----- Borders -----*/

    #borderLeft {
        display: none;
    }

    #borderBottom {
        border-bottom: 3px solid #176da7;
        padding-top: 3px;
        width: 30%;
    }

    /*--X-- Borders --X--*/

    .footer h2{
        font-size: 18px;
    }
    
}

/*     Viewport less then or equal to 460px    */

@media only screen and (max-width:460px) {
    .errormessage{
        width: 120px;
        margin-left: -15px;
    }
}

 /*  x   Viewport less then or equal to 460px  x  */

/*     Viewport less then or equal to 425px    */

@media only screen and (max-width:425px) {
 .galleryy{
     margin-top: 100px;
 }

}

@media only screen and (max-width:353px) {
    .radio-image{
        margin-top: 120px;
    }

}

 /*  x   Viewport less then or equal to 425px  x  */

@media only screen and (max-width: 330px) {
    .reference-center h3{
        font-size: 30px;
    }

    .about-me-center h3{
        font-size: 30px;
    }

    .contact-center h3{
        font-size: 30px;
    }

    .errormessage{
        width: 100px;
    }

    .photogallery-center h3{
        font-size: 30px;
    }

    .radio-center h3{
        font-size: 30px;
    }

    .radio-image{
        margin-top: 20px;
    }

}