html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;*/
}

.spinningwheel {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url('https://grsoftwareblob.nyc3.digitaloceanspaces.com/spinningwheel.gif') center no-repeat;
}

.modalContainer {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 10vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalBlock {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70vw;
}

.icon-blue {
    color: #297BA3;
}

.icon-green {
    color: #27C510;
}

.icon-red {
    color: red;
}

.btn-gr-button-blue {
    background-color: #297BA3;
}

.icon-white {
    color: white;
}

.channelTile:hover {
    /*margin: 0 40px;
    transform: scale(1.0);*/
}


.drag-area {
    border: 2px dashed #297BA3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
}

    .drag-area.active {
        border: 2px solid #fff;
    }

    .drag-area .icon {
        font-size: 100px;
        color: #297BA3;
    }

    .drag-area header {
        font-size: 30px;
        font-weight: 500;
        color: #297BA3;
    }

    .drag-area span {
        font-size: 25px;
        font-weight: 500;
        color: #297BA3;
        margin: 10px 0 15px 0;
    }

    .drag-area button {
        padding: 10px 25px;
        font-size: 20px;
        font-weight: 500;
        border: none;
        outline: none;
        background: #297BA3;
        color: black;
        border-radius: 5px;
        cursor: pointer;
    }

    .drag-area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.border-box {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 15%);
}

/*#scroll-content {
    height: 400px;
    overflow: auto;
}*/

/*html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;*/ /* Remove scrollbar space */
/*background: transparent;*/ /* Optional: just make scrollbar invisible */
/*}*/
/* Optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

@media only screen and (max-width: 480px) {
    .about {
        font-size: 1rem;
        height: 40vh !important;
        font-family: Montserrat, sans-serif;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .about {
        font-size: 1rem;
        height: 40vh !important;
        font-family: Montserrat, sans-serif;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .about {
        font-size: 1.2rem;
        height: 85vh !important;
        font-family: Montserrat, sans-serif;
        overflow: hidden;
    }
}
