
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: medium;
    text-align: left;
}

h1
{
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#F71397;
    text-align: left;
}
h2 {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    font-size: x-large;
    text-align: left;
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
    padding: 10px;
    margin: 0px;
    background-image: linear-gradient(to right, white,#F71397);
}
h3
{
    font-family: "Short Stack", cursive;
    font-weight: 500;
    font-style: italic;
    color:#F71397;
    text-align: center;
}
h4
{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:black;
    font-size:medium;
    margin:-5px 0px 20px 0px;
    padding:0px;
}


.pink
{
    color:#F71397;
}
.green 
{
    color:#7CFB21;
}


td {
    vertical-align: top;
    padding: 10px;
}
.div-green-round
{
    border-color:#7CFB21;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    padding:10px;
    background-image: linear-gradient(to bottom, #7CFB21,white, white, white);
    box-shadow:5px 5px 5px #c0c0c0;
    text-align:center;
}
.div-pink-round
{
    border-color:#F71397;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    padding:10px;
    background-image: linear-gradient(to bottom, #F71397,white,white);
    box-shadow:5px 5px 5px #c0c0c0;
    text-align:center;
}

.topbar {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:50px;
    background-color:#000000;
    vertical-align:middle;
}
.topbar img {
    position:fixed;
    left:10px;
    top:10px;
    height:30px;

}



/* DESKTOP VERSION */
@media screen and (min-width: 700px) {

    .tbl-main {
        margin-left: 220px;
        margin-right: 20px;
        margin-top: 40px;
        position:relative;
        display:flex;
        height:100%;
    }



    #avatar {
        display: flex;
        position: fixed;
        bottom: 10px;
        right: 10px;
        height: 60%;
    }

    .avatar-txt {
        font-family: "Short Stack", cursive;
        font-weight: 500;
        font-style: italic;
        font-size: small;
        color: #F71397;
        text-align: center;
        position: fixed;
        right: 10%;
        top: 42%;
        width: 10%;
        margin-right: 10px;
    }
    .sidebar-logos {
        display: block;
    }

    .sidebar-logos {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 180px;
        text-align: center;
    }


    .sidebar-logos img {
        width: 150px;
    }


    .navbar {
        margin: 0;
        display: block;
        padding: 0px;
        width: 180px;
        background-color: #F71397;
        position: fixed;
        height: 100%;
        overflow: auto;
        text-align: center;
        border: 0px none;
        border-right: 2px solid #000000;
        top: 50px;
    }

    .main-nav {
        display: contents;
        margin-left: 0px;
        padding-top: 20px;
        margin-top: 50px;
    }

        .main-nav ul {
            text-align: left;
            width: 100%;
            padding: 40px 0px 0px 0px;
            margin-top: 40px;
        }

        .main-nav li {
            text-align: left;
            width: 100%;
            padding: 0px;
        }


    .navbar-head {
        display: flex;
        text-decoration: none;
        font-family: "Bubblegum Sans", sans-serif;
        font-weight: 800;
        font-style: normal;
        color: #000000;
        font-size: x-large;
        text-align: left;
        border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 0px 0px 0px 10px;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }


    .navbar img {
        width: 70%;
    }

    .navbar a {
        display: block;
        color: black;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
    }

        .navbar a.active {
            background-image: linear-gradient(to right, #F71397,white,white);
            color: white;
        }

        .navbar a:hover:not(.active) {
            background-color: #7CFB21;
            color: #000000;
        }

    div.content {
        margin-left: 180px;
        padding: 5px 5px;
        height: 1000px;
    }

    .navbar-toggle {
        display: none;
    }

    .logo:hover,
    .nav-links:hover {
        color: rgba(255, 255, 255, 1);
    }



    #twitch-embed {
        border-color: #7CFB21;
        border-width: 5px;
        border-style: solid;
        border-radius: 5px;
        width: 700px;
        height: 393px;
        box-shadow: 5px 5px 5px #c0c0c0;
        text-align: center;
        margin-top: 50px;
        display:block;
    }



}
/* MOBILE AND SMALL DEVICES */
@media screen and (max-width: 699px) {

    .tbl-main {
        position: center;
        margin-top:10px;
        width:80%;
        display:flex;
    }

    #avatar {
        display: none;
    }


    .avatar-txt {
        display: none;
    }


    .navbar {
        font-size: 18px;
        background-color: #F71397;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
    }

    .main-nav {
        list-style-type: none;
        display: none;
    }

    .nav-links,
    .logo {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.7);
        display: block;
    }

    .main-nav li {
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    .logo {
        display: inline-block;
        font-size: 22px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .navbar-toggle {
        cursor: pointer;
        color: deepskyblue;
        font-size: 24px;
        margin-top: 100px;
        display: block;
    }

    .navbar-head {
        display: none;
    }

    .active {
        display: block;
    }

    .sidebar-logos {
        display: none;
    }

    #twitch-embed {
        border-color: #7CFB21;
        border-width: 5px;
        border-style: solid;
        border-radius: 5px;
        width: 534px;
        height: 300px;
        box-shadow: 5px 5px 5px #c0c0c0;
        text-align: center;
        position:center;
    }


    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }


}


