@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');

body {
    background: url('../assets/bg5.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    font-family: 'Roboto Mono', monospace;
    color: white;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#heading {
    color: white;
    font-size: 70px;
    padding-top: 300px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    font-family: 'Secular One', sans-serif;
}


@media (orientation: portrait) {
    #heading {
        font-size: 20px;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: black;
    }
}

.navbar-toggler {
    color: white;
    background-color: white;
    opacity: 50%;
    font-size: 15px;
}

#home {
    color: white;
    padding-left: 1200px;
}

#home:hover {
    color: white;
    opacity: 80%;
}

#other {
    color: white;
}

#other:hover {
    color: white;
    opacity: 80%;
}

#covid{
    color: white;
    padding-top: 400px;
}

#vaccine{
    color: white;
    padding-top: 100px;
}

#corona_img{
    padding-left: 100px;
}
#wash_hand{
    padding-left: 100px;
}


#text1{
    padding-left: 300px;
}


#safety{
    color: white;
    padding-top: 150px;
}
#text2{
    padding-left: 70px;
}

#readmore{
}

@media (orientation: portrait) {
    #corona_img{
        height: 40%;
        padding-left: 90px;
    }
    #wash_hand{
        height: 40%;
        padding-left: 60px;
        height: 80%;
    }
    #text1{
    padding-left: 50px;
}
    #corona_img{
        padding-top: 150px;
        height: 80%;
    }

    #text2{
        padding-right: 30px;
    }


#safety{
    padding-top: 200px;
}
#vaccine{
    color: white;
    padding-top: 10px;
}

}

@media screen and (max-width: 1500px) and (min-width: 1500px), (min-width: 1500px) {
    #home{
        padding-left: 1750px;
    }
    #heading{
        padding-top: 500px;
    }
    #covid{
        padding-top: 1000px;
    }


}

#sep{
    padding-top: 100px;
}

footer{
    background-color: black
}