.logo {
    width: 150px;
    height: auto;
    position: absolute;
    top: -5px;
    left: 0px;
}

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

.bod {
    margin: 10px;
}

nav {
    background: #030303;
    color: black;
    padding: 30px;
    top: 0;
    position: sticky;
    z-index: 10000;
}

#nav-trigger {
    display: none;
}

.nav-trigger {
    position: absolute;
}

label[for="nav-trigger"] {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 200;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-family: "Philosopher", serif;
}

.nav-trigger + label,
.navigation {
    transition: right 0.4s;
}

.nav-trigger:checked + label {
    right: 215px;
}

.nav-trigger:checked ~ .navigation {
    right: 0;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -200px;
    bottom: 0;
    z-index: 200;
    text-align: left;
    background: #ccc;
}

nav li {
    margin: 10px 0;
}

a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background: #ddd;
}

a:hover {
    color: #fff;
    background: #333;
}

.featured {
    height: 80vh;
    background: url(../img/court.jpeg) center center no-repeat fixed;
    background-size: cover;
    display: grid;
    font-family: "Philosopher", serif;
}

.featured2 {
    height: 80vh;
    background: url(../img/racquets_and_shuttlecocks.png) center center no-repeat fixed;
    background-size: cover;
    display: grid;
}

.featured3 {
    height: 80vh;
    background: url(../img/tournament.png) center center no-repeat fixed;
    background-size: cover;
    display: grid;
}

.featured4 {
    height: 80vh;
    background: url(../img/badminton_game_bg.png) center center no-repeat fixed;
    background-size: cover;
    display: grid;
}

.featured5 {
    height: 80vh;
    background: url(../img/girl_smiling_background.png) center right no-repeat fixed;
    background-size: cover;
    display: grid;
}

button {
    border-radius: 0;
    width: 100px;
    height: auto;
    margin: 5px;
    background: #0DA497;
    color: white;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

.warna {
    color: #9CE5F0;
}

.warni {
    color: #0DA497;
}

button:hover {
    color: #030303;
    background: #9CE5F0;
}

h1 {
    font-family: "Philosopher", serif;
}

h2 {
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

p {
    font-family: "Taviraj", serif;
}

li {
    font-family: "Taviraj", serif;
}

.joinb {
    text-align: center;
    background: black;
    padding: 20px;
    width: auto;
    margin: 20px;
    color: white;
}

.featuredText {
    color: #fff;
    padding: 0px;
    align-self: flex-end;
    margin: 10px;
    text-align: center;
    font-size: 25px;
    font-family: "Philosopher", serif;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.cell {
    min-height: 100px;
    padding: 20px;
}

.welcome {
    padding-top: 20px;
    text-align: left;
    align-content: flex-start;
}

.policy {
    border: 2px solid black;
    margin: 10px;
}

.footer {
    background: #0DA497;
    padding: 20px;
    color: #fff;
    padding-left: 20px;
}

.icon {
    width: 50px;
    height: auto;
    margin-bottom: -15px;
}

.rsp {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.pic img {
    border-radius: 50%;
    border: 1px solid black;
}

.alt {
    background: #030303;
    border-radius: 10px;
    color: #9CE5F0;
}

.pic {
    text-align: center;
}

/*default - small devicesc*/
[class*="col"] {
    grid-column-end: span 12;
}

/* below 600px typically tablet*/
@media only screen and (max-width: 601px) {
    .sm1 {
        grid-column-end: span 12;
    }

    .sm2 {
        grid-column-end: span 6;
    }

    .sm3 {
        grid-column-end: span 4;
    }

    .sm4 {
        grid-column-end: span 3;
    }

    .sm6 {
        grid-column-end: span 2;
    }

    .sm12 {
        grid-column-end: span 1;
    }

    p {
        font-size: 12px;
    }

    h2 {
        font-size: 20px;
    }
}

/* above 601px typically tablet*/
@media only screen and (min-width: 601px) {
    .md1 {
        grid-column-end: span 12;
    }

    .md2 {
        grid-column-end: span 6;
    }

    .md3 {
        grid-column-end: span 4;
    }

    .md4 {
        grid-column-end: span 3;
    }

    .md6 {
        grid-column-end: span 2;
    }

    .md12 {
        grid-column-end: span 1;
    }
}

/* above 1025px typically desktop*/

@media only screen and (min-width: 1025px) {
    .grid {
        margin: 0 auto;
        max-width: 1200px;
    }

    .welcome {
        padding: 80px 5 0;
    }

    .col1 {
        grid-column-end: span 12;
    }

    .col2 {
        grid-column-end: span 6;
    }

    .col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col8 {
        grid-column-end: span 9;
    }

    .col12 {
        grid-column-end: span 1;
    }
}
