@font-face {
    font-family: 'Space-Grotesk';
    src: url('/font/SpaceGrotesk.ttf') format('truetype');
}

body, html {
    margin: 0;
}

body {
    height: 100%;
    font-family: 'Space-Grotesk';
    overflow-x: hidden;
}

.menu {
    display: flex;
    justify-content: space-between;
    position:absolute;
    top:0;
    right:0;
    z-index: 3; 
    text-transform: uppercase;      
}

ul a {
    margin-right: 20px;
    text-decoration: none;
    background-color: none; 
}

a:link {color: black;}      /* unvisited link */
a:visited {color: black;}   /* visited link */
a:hover {color: black;}     /* mouse over link */
a:active {color: black;}    /* selected link */

.mobileSidebar {
    display: none;
}

.menuMobile {
    display: none;
    visibility: hidden;
}

#mobileHeading {
    display: none;
}

#werPic {
    display: none;
    visibility: hidden;
}

.sidebar {
    display: grid;
    grid-template-rows: 1fr max-content;
    white-space: normal;
    border: 2px solid black;
    width: 50px;
    justify-content: center;
    text-align: center;
}

#sidebarText {
    display: flex;
    position: relative;
    width: 50px;
    justify-content: center;
}

.sidebar button {
    border: none;
    background: none;
    cursor:pointer;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space-Grotesk';
}

#buttonSidebar1 {
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);   
}

 .span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    transform: scale(-1);
    writing-mode: vertical-rl;
    -webkit-transform: scale(-1);
    -webkit-writing-mode: vertical-rl;
 }
 
.social {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; 
    z-index: 3;
}

.social a {
    text-decoration: none;
    background-color: none; 
}

.social img {
    width: 32px;
}

.wrapper {
    display: grid;
    grid-template-columns: max-content 20fr 20fr;
    height: 100vh;
}

.content {
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.content h1 {
    background-color: white;
    font-weight:normal;
}


.contentHeading {
    font-size: 1.5em;
    background-color: white;
    text-transform: uppercase;    
    padding-left: 10%;
    z-index: 2;
    transform: translateY(50px);
    height: 0px;
}

.contentText {
    overflow-y: scroll;
    scrollbar-width: none; 
    font-size: 2em;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 1;
    width: 600px;
}

.contentText p {
    position: relative;
    display: block;
}

.contentPics {
    padding-top: 60px;
    text-align: center;
    overflow-y: scroll;
    scrollbar-width: none; 
}

.contentPics img {
    width: 65%;
}

#sidebarNo1Content {
    height: 100px;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}


/******************************/
/*********** MOBILE ***********/
/******************************/

@media only screen and (min-width: 601px) {
    .mobileSidebar {
        display: none;
        visibility: hidden;
    }

    #heading {
        opacity: 1;
    }

    .contentText {
        opacity: 1;
    }

    #heading {
        display: none;
    }
}


/*@media only screen and (hover: none) and (pointer: coarse) {*/
@media only screen and (max-width:600px) /*and (hover: none) and (pointer: coarse)*/ {
    ::-webkit-scrollbar {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .social {
        display: none;
    }

    
    html, body {
        height: 100%;
    }
     
    .wrapper {
        grid-template-columns: 1fr;
        display: flex;
        height: 100%;
        white-space: normal;
    }

    .content {
        display: grid;
        grid-template-rows: max-content auto;
        height: 100%;
        width: 100%;
        justify-content: unset;
    }

    .contentPics {
        display: none;
    }

    #werPic {
        display: unset;
        visibility: visible;
    }
    .contentText {
        grid-row: 2 / 3;
        font-size: 1.25em;
        overflow-y: scroll;
        padding: 0;
       
        /*
        margin-left: 7.5%;
        margin-right: 7.5%;*/
        padding-top: 5%;
        width: 100%;
        display: inline-block;
        word-wrap: break-word;
        z-index: 1;
    }

    #mobileHeading {
        display: unset;
        margin-top: 100px;
    }

    #text {
        margin-left: 10%;
        margin-right: 5%;
        margin-top: 5%;
    }

    #text h1 {
        font-size: 2em;
        text-transform: uppercase;
        height: 20px;
    }

    .menuMobile {     
        grid-row: 1 / 2;
        display: unset;
        visibility: visible;
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        text-transform: uppercase; 
        z-index: 4;
        background-color: white;;
    }

    .menu {
        display: none;
        visibility: hidden;
    }

    .menuMobile ul {
        display: flex;
        align-items: stretch;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;

    }

    .menuMobile ul li {
        display: block;
        flex: 0 1 auto;
        list-style: none;
    }

    .insta {
        padding-top: 3px;
    }

    .menuMobile a {
        text-decoration: none;
        font-size: 1.25em;       
    }

    .menuMobile a img {
        height: 20px;
        margin-top: 2px;
    }

    .contentText img {
        margin-left: 10%;
        width: 80%;
    }

    ul a {
        margin-right: 0;
    }

    #wer {
        text-decoration: underline;
    }

    .mobileSidebar {
        position: absolute;
        top: 0;
        
        display: none;
        visibility: visible;
        grid-template-rows: auto auto;
        margin-top: 20%;
        width: 100%;
        z-index: 3;
        background-color: white;
    }

    .mobileSidebar table {
        border: 2px solid black;
        text-transform: uppercase;
        height: fit-content;
        font-size: 1.25em;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .mobileSidebar table tr {
        height: 100%;
    }

    .mobileSidebar table td {
        height: 100%;
    }
    .mobileSidebar table a {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        text-decoration: none;
    }

    #data01N {
        width: 30%;
        text-align: center;
        height: fit-content;
    }

    @keyframes dropDown {
        from {
            margin-top: 0%;
        }
        to {
            margin-top: 20%;
        }
    }

    @keyframes dropUp {
        from {
            margin-top: 20%;
        }
        to {
            margin-top: 0%;
        }
    }

    .contentHeading {
        display: none;
        visibility: hidden;
    }
}
