.desktop {
    display: none;
}

.mobile {
    display: initial;
}

.logo {
    display: block;
    width: 150px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.center {
    position: relative;

}




nav {
    display: none;
    background: #18151ef0;
    position: fixed;
    left: 0;
    top: 0px;
    width: 60%;
    height: 100%;
    z-index: 9;
}

.menu-icon {
    display: block;
    background-color: #2C1964;
    text-align: left;
    padding: 15px 20px;
    z-index: -1;
}

#menu-check {
    display: none;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px;
}

#menu-check:checked~nav {
    display: block;
}

.hamburger-out {
    font-size: 30px;
}

.hamburger-in {
    float: right;
    padding: 0px 10px;
    color: white;
    z-index: 10;
    font-size: 30px;
}

.call-to-action {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    position: fixed;
    text-align: center;
    bottom: 16px;
    right: 16px;
    background-color: #5b576d;
    z-index: 8;
    padding: 12px 40px;
    border-radius: 15px;
    line-height: 25px;
    text-decoration: none;
    box-shadow: rgb(13, 9, 22) 5px 5px 10px;
}




.section-1 {
    background-color: #5b576dbd;
    color: white;
    text-align: center;
}

.background {
    background-image: url(images/Background.webp);
    background-size: auto;
    background-position: center;
    background-position-y: -275px;
    background-position-x: -700px;
    padding: 120px 4% 75px 4%;
}

.title-font {
    font-family: "IM Fell English SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: xx-large;
}

.text-block-1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.stylized-bar {
    background-color: #5b576dbd;
    padding: 10px 0px;
    margin-top: 15px;
}




.section-2 {
    display: flex;
    background-color: #2C1964;
    padding: 50px 0px 0px;
}

.pfp {
    width: 180px;
    margin-left: 0px;
    border-radius: 15%;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 40%;
    border: #fffffff0 6px solid;
}

.column-1 {
    flex: 5;
    text-align: right;
    margin-right: 20px;

}

.column-2 {
    flex: 4;
    text-align: left;
}

.text-block-2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
    margin-right: 20px;
}

.button {
    white-space: nowrap;
    width: 120px;
    text-align: center;
    padding: 6px 20px;
    border-radius: 10px;
    border: white 3px solid;
    margin: 0px 20px 0px;
}




.section-3 {
    background-color: #2C1964;
    text-align: center;
    padding: 30px 0px 50px;
    color: white;
    font-size: x-large;
    border-top: white 2px solid;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.text-block-3 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
    padding: 25px 0px 25px;
}




.section-4 {
    display: flex;
    justify-content: space-around;
}




.section-5 {
    color: pink;
}




.section-6 {
    background-color: #fffffff0;
    text-align: center;
    padding: 30px 0px 50px;
    color: rgb(0, 0, 0);
    font-size: x-large;
    border-top: rgb(0, 0, 0) 2px solid;
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.button-2 {
    white-space: nowrap;
    text-align: center;
    padding: 6px 20px;
    border-radius: 10px;
    border: rgb(0, 0, 0) 3px solid;
    margin: 0px;
}


.pfp2 {
    float: inline-end;
    width: 50%;
}



.scrollable-container {
    overflow-x: auto;
}




.section-form {
    margin: 60px 0px 0px;
}

footer {
    display: block;
    background-color: #2C1964;
    text-align: center;
}


@media screen and (min-width: 1020px) {
    .desktop {
        display: initial;
    }

    .mobile {
        display: none;
    }

    .logo {
        width: 200px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 100px;
        top: 0%;
        left: 0%;
        transform: translate(0%);
    }

    .menu-icon {
        padding: 25px 25px;
        z-index: 9;
    }

    .menu-spacer {
        display: block;
        padding: 2px;
        background-color: #da33ff;
        box-shadow: #da33ff 0px 5px 7px 4px;
        z-index: 8;
    }

    nav {
        display: initial;
        background: initial;
        position: initial;
        left: initial;
        top: initial;
        width: initial;
        height: initial;
        z-index: initial;
    }

    .new-nav-1 {
        background-color: #5b576dbd;
        display: block;
        padding-left: 185px;
    }

    .new-nav-2 {
        background-color: #5b576dbd;
        text-align: center;
        padding: 8px;
        width: 125px;
        margin-left: 30px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: large;
        z-index: 9;
        box-shadow: rgb(13, 9, 22) 0px 2px 5px;
    }

    .menu li a {
        text-decoration: none;
        color: white;
        display: inline;
    }

    .call-to-action {
        position: absolute;
        text-align: center;
        top: 54px;
        bottom: initial;
        right: 8%;
        background-color: #2C1964;
        z-index: 9;
        border-radius: 0px 0px 15px 15px;
        box-shadow: rgb(13, 9, 22) 5px 5px 10px;
    }

    .stylized-bar {
        margin-bottom: 100px;
    }

    .background {
        background-image: url(images/Background.webp);
        background-size: auto;
        background-position: center;
        background-position-y: -275px;
        background-position-x: -300px;
        padding: 129px 35% 75px 14%;
    }

    .section-5 {
        display: block;
        position: absolute;
        text-align: center;

        background-color: initial;
        top: 300px;
        right: 8%;
    }

    .section-5-2 {
        background-color: #5b576dbd;
        padding: 25px 20px 35px 20px;
    }

    .pfp {
        width: 220px;
        margin-left: 0px;
        border-radius: 40% 15% 0px 0px;
        border: initial;
        border-bottom: #da33ff 6px solid;
    }

}