:root {
    --font-one: 'Roboto', sans-serif;
    --font-two: 'Signika', sans-serif;
    --font-three: 'Tektur', cursive;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

.font-one {
    font-family: var(--font-one);
}

.font-two {
    font-family: var(--font-two);
}

.font-three {
    font-family: var(--font-three);
}

.font-four {
    font-family: var(--font-one);
    font-weight: 700;
}

#navbar {
    position: fixed;
    top: 0;
    transition: top 0.3s;
    z-index: 99;
}

.prpp {
    display: grid;
    grid-template-columns: 70% 30%;
}

.m-navs {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: navIn 600ms;
}

@keyframes navIn {
    0% {

        transform: scale(0.5);
    }

}

.postDesign {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-gap: 10px;
}

@media only screen and (max-width: 720px) {
    .h-tilte {
        font-size: 2.4rem;
    }
    .bdlanding {
        /*background-image: url("../img/bgm.PNG") !important;*/
        background-repeat: no-repeat;
        background-size:contain;
        height: 50vh !important;
    }
    

    .prpp {
        display: flex;
        flex-direction: column;
    }

    .prpp img {
        width: 100%;
    }

    .jstdas {
        width: 100%;
    }

    .postDesign {
        display: flex;
        flex-direction: column;
    }
}

.bdlanding {
    background-image: url("../img/bg.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.color {
    color: #350976;
}
