#logo{
    width: 70px;
    height: 70px;
}
nav{
    border-bottom: 2px solid darkgreen;
}

#n-head{
    font-weight: 700;
    color: darkslategrey;
    font-family: 'Mate SC', serif;
}

#banner{
    background-image: url('pics/banner.jpg');
    height: 100vh;
    background-size: cover;    
}
#back1{
    background-image: linear-gradient(to left ,grey,black,gray);
}

@media (max-width: 992px) {
    #head1{
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #head1{
        font-size: 30px;
    }
    #p1{
        font-size: 17px;
    }
    #img1{
        width: 300px;
        height: 300px;
        margin-top: 20px;
    }
}

#img1{
    height: 600px;
}

#bg1{
    background-image: url('./pics/fixed\ bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* #cbg1{
    background-image: url('./pics/contact\ bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
