﻿@media (max-width: 576px) {
    .about-name, .contact-name, .projects-name, .welcome-name {
        font-size: 30px;
    }
    /*WELCOME*/
    .welcome-name {
        font-size: 40px !important;
    }
    .welcome-secondname {
        font-size: 30px !important;
    } 
    #welcome-img {
        display: none;
    }
    /*HEADER*/
    .name-function {
        text-align: center;
    }

    .name {
        font-size: 60%;
    }

    .function {
        font-size: 50%;
    }
}

@media (max-width: 768.1px) {
    .site {
        padding-top: 0px;
    }
    /*ALL*/
    #about-img, #projects-img, #logo, #carousel{
        display: none;
    }
    .about-name, .contact-name, .projects-name {
        font-size: 40px;
    }

    /*WELCOME*/
    .welcome-name{
        font-size: 60px;
    }
    .welcome-page {
        margin-top: 15%;
    }
    .welcome-img {
        margin-top: 5%;
        width: 90%;
    }

    /*ABOUT*/
    #about-img-md {
        text-align: center;
        margin-top: 80px;
    }
    /*PROJECTS*/
    .carousel-item img {
        width:90%;
    }
    .project-list img {
        width: 70%;
        border: solid #FFE372 5px;
    }

    /*CONTACT*/
    .contact-rightside {
        width:100%;
    }
    #contact-img{
        width: 50%;
    }
}
@media (min-width: 768.11px) {
    #about-img-md {
        display: none;
    }
    #projects-list {
        display: none;
    }
}