* {
    box-sizing: border-box;
    font-size: 0;
    margin: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.big-text {
    font-size: 2.2vw;
    font-weight: 700;
    font-family: "Instrument Sans", sans-serif;

}

.small-text {
    font-size: 1.7vw;
    font-family: "Instrument Sans", sans-serif;

    line-height: 2.5vw;
}

.container {
    width: 100%;
    position: relative;
    background-color: #EAE5DF;
}

.navbar {
    width: 100%;
    background-color: #F83543;
}

.buro-logo {
    width: 8%;
    margin: 1.5vw;
    display: inline-block;
}

.nav-link {
    display: inline-block;
    font-size: 1.7vw;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
    vertical-align: top;
    margin-top: 1.55vw;
    float: right;
    margin-right: 1.5vw;
    color: white;
}

.nav-link > a > span {
    display: inline-block;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: "Instrument Sans", sans-serif;
    color: white;
}

.header-img > img {
    width: 100%;
}

.header-main {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-color: #F1C8D0;
}

.header-vote-img {
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
}

.header-vote-img > img {
    width: 100%;
}

.header-vote-text-1 {
    text-align: center;
    padding-bottom: 5vw;
}

.header-vote-logo {
    width: 100%;
    text-align: center;
    padding-top: 5vw;
}

.header-vote-logo > img {
    width: 20%;
}

.header-vote-text-2 {
    text-align: center;
    padding-bottom: 2.5vw;
    color: #F83543;
    font-weight: 300;
}

.header-vote-text-2 > span {
    color: #F83543;
    font-weight: 300;
    font-style: italic;
    font-size: 1.7vw;
    font-family: "Roboto Mono", monospace;
    line-height: 2.5vw;
}

.header-vote-text-3 {
    text-align: center;
    color: #F83543;
    font-weight: 300;
    padding-bottom: 2.5vw;
}

.header-vote-text-4 {
    text-align: center;
    color: #F83543;
    font-weight: 300;
}

.cat-bar {
    text-align: center;
    background-color: #F83543;
    width: 100%;
    /* border-top: 1px solid black; */
    /* border-bottom: 1px solid black; */
    position: relative;
    z-index: 15;
}

.cat-btn, .cat-btn-2 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 1.7vw;
    font-weight: 400;
    display: inline-block;
    margin: 1vw 3vw;
    cursor: pointer;
    color:white;
}

.category-header-img {
    width: 100%;
}

.category-products {
    text-align: center;
    background-color: #F1C8D0;
}

.category-header-title {
    width: 90%;
    margin: 10vw 5%;
}

.winning-product {
    display: inline-block;
    width: 28%;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 10vw;
    font-family: "Instrument Sans", sans-serif;
    vertical-align: top;
    color: #F83543;
}

.winning-product-img {
    width: 100%;
    margin-bottom: 2vw;
}

.winning-category {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    font-weight: 400;
}

.winning-brand {
    font-weight: 700;
    font-size: 2vw;
}

.winning-product-name {
    font-size: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 300;
}

.shop-btn > a > img, .pop-up-shop-btn > a > img {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2vw;
    width: 10vw;
}

.review-btn {
    cursor: pointer;
    color: #F83543;
    font-size: 1.2vw;
    font-weight: 400;
}

.review-btn > span > img {
    width: 0.8vw;
    margin-right: 0.5vw;
}

.pop-up-background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}

.pop-up-window {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-height: 50.7vw;
    overflow-y: scroll;
    border-style: solid;
    border-top-width: 5vw;
    border-left-width: 5vw;
    border-bottom-width: 5vw;
    border-right-width: 2.5vw;
    display:none;
    z-index: 999;
    border-radius: 20px;
}

.pop-up-border {
    height: 100%;
    border: 2px solid #F83543;
    width: calc(80% + 3px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-height: calc(50.7vw + 2px);
    display:none;
    z-index: 999;
    border-radius: 22px;
}

.close-pop-up {
    width: 2vw;
    position: fixed;
    top: calc(50% - 23.5vw);
    right: 11.7vw;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.close-pop-up > img {
    width: 100%;
}

.inner-pop-up {
    position: relative;
    width: 100%;
}

.pop-up-img {
    width: 40%;
    display: inline-block;
    position: sticky;
    top:0;
    left: 0;
}

.pop-up-img > img {
    width: 100%;
}

.pop-up-text {
    width: 60%;
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    color: #F83543;
    vertical-align: top;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.pop-up-category {
    font-size: 1.5vw;
    margin-bottom: 2.5vw;
    font-weight: 400;
}

.pop-up-brand {
    font-size: 2.1vw;
    font-weight: 700;
}

.pop-up-product-name {
    font-size: 1.5vw;
    margin-bottom: 2.5vw;
    font-weight: 300;
}

.pop-up-description {
    font-size: 1.3vw;
    margin-bottom: 2.5vw;
    font-weight: 300;
}

.pop-up-review-title {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    font-size: 1.64vw;
    font-weight: 700;
    text-decoration: underline;
}

.pop-up-review-text {
    font-size: 1.3vw;
    font-weight: 300;
}

.pop-up-review-text > span {
    font-size: 1.3vw;
    font-weight: 300;
    font-style: italic;
}

.reviewer-name {
    font-size: 1.3vw;
    font-weight: 600;
    /* font-style: italic; */
}

.pop-up-window::-webkit-scrollbar {
    width: 0.5vw;
}

.pop-up-window::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
    display: none;
}

.pop-up-window::-webkit-scrollbar-thumb {
    background: lightgray; 
    height: 20vw;
    border-radius: 2vw;
}

.pop-up-window::-webkit-scrollbar-track-piece:start {
    margin-top: 0vw;
}

.pop-up-window::-webkit-scrollbar-track-piece:end {
    margin-bottom: 0vw;
}

.section-container {
    font-family: "Instrument Sans", sans-serif;
    width: 100%;
    color:#F83543;
}

#council-container {
    background-color: #EFD8D2;
    padding-bottom: 15vw;
}

.council-header {
    width: 100%;
    text-align: center;
    padding-top: 10vw;
    margin-bottom: 5vw;
}

.council-header-img {
    margin-bottom: 2vw;
    width: 98%;
    margin-left: 1%;
}

.council-header-text {
    font-size: 1.7vw;
    font-weight: 300;
}

.council-header-text > span {
    font-size: 1.7vw;
    font-weight: 500;
}

.council-slider {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.council-cell {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10vw;
}

.council-cell > a > img {
    padding: 0 2.5vw;
    width: 100%;
}

.council-name {
    padding-top: 2.5vw;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
}

.council-title {
    text-align: center;
    font-size: 1.7vw;
    font-weight: 300;
}

.council-handle {
    text-align: center;
    margin-bottom: 2.5vw;
    font-size: 1.7vw;
    line-height: 2.5vw;
    font-weight: 700;
}

.council-handle > a {
    font-size: 1.7vw;
    line-height: 2.5vw;
    font-weight: 700;
    text-decoration: none;
    color:#F83543;
}

.council-handle > span {
    font-size: 1.7vw;
    line-height: 2.5vw;
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.council-handle > span > a {
    font-size: 1.7vw;
    line-height: 2.5vw;
    font-weight: 700;
    text-decoration: none;
    color: #F83543;
}

.council-description {
    font-size: 1.7vw;
    text-align: center;
    line-height: 2.2vw;
    font-weight: 300;
}

.council-description > a {
    font-size: 1.7vw;
    text-align: center;
    line-height: 2.2vw;
    font-weight: 300;
    color: #F83543;
}

.bts-header {
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
    padding-top: 5vw;
}

.bts-header-img {
    width: 100%;
    margin-bottom: 2vw;
}

.bts-header-text {
    font-size: 1.7vw;
    font-weight: 300;
    color: #F83543;
}

.bts-slider {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3vw;
}

.bts-cell {
    width: 25%;
    text-align: center;
}

.bts-cell > a > img {
    width: 100%;
    padding: 0 1vw;
}

.bts-cell > a {
    text-decoration: none;
}

.bts-slider-text {
    font-size: 1.5vw;
    margin-top: 2vw;
    font-weight: 400;
}

.bts-slider-name {
    font-size: 2vw;
    font-weight: 700;
}

.bts-slider-btn {
    text-align: center;
    margin-top: 2vw;
    display: inline-block;
}

.bts-slider-btn > img {
    width: 10vw;
}

#giveaway-container {
    background-color: #F1C8D0;
    padding-bottom: 10vw;
    padding-top: 6vw;
}

.giveaway-header-text {
    font-size: 1.7vw;
    font-weight: 300;
    color: #F83543;
    margin-top: 5vw;
}

.giveaway-img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5vw;
    margin-top: 10vw;
}

.giveaway-img > a > img {
    width: 100%;
    display: block;
}

.giveaway-btn {
    width: 100%;
    margin-bottom: 20vw;
    text-align: center;
}

.giveaway-btn > a > img {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 40vw;
}

.credits {
    text-align: center;
    margin-top: 5vw;
}

.credit-head {
    font-weight: 700;
    padding: 3vw 0;
    color: #F83543;
}

.credit-title {
    font-weight: 700;
    color: #F83543;
}

.credit-name {
    font-weight: 300;
    color: #F83543;
}

.return-btn {
    cursor: pointer;
    text-align: center;
    margin-top: 5vw;
    color: #F83543;
    font-weight: 400;
}

.border {
    border-bottom: 1px solid #F83543;
    width: 90%;
    margin: 0 5%;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 768px) {

    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }

    .buro-logo {
        width: 12%;
    }

    .nav-link {
        font-size: 2.2vw;
        margin-top: 2vw;
        margin-right: 3vw;
    }

    .nav-link > a > span {
        font-size: 2.2vw;
    }

    .header-main {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .header-vote-img > img {
        width: 100%;
    }

    .big-text {
        font-size: 3vw;
    }

    .small-text {
        font-size: 2.5vw;
    }

    .header-vote-logo {
        padding-top: 10vw;
    }

    .header-vote-logo > img {
        width: 38%;
    }

    .header-vote-text-2, .header-vote-text-3, .header-vote-text-4 {
        line-height: 3vw;
    }

    .header-vote-text-2 > span {
        font-size: 2.5vw;
    }

    .cat-bar {
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        padding: 1vw;
    }

    .cat-bar::-webkit-scrollbar {
        display: none;
    }

    .cat-btn {
        font-size: 3.3vw;
        display: inline;
        margin: 1vw 1vw;
    }

    .category-products {
        padding-bottom: 5vw;
    }

    .category-header-title {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .category-slider {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 0vw;
    }

    .winning-product {
        width: 43vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .winning-product-img {
        margin-bottom: 5vw;
    }

    .winning-category {
        font-size: 2.3vw;
        margin-bottom: 1vw;
    }

    .winning-brand {
        font-size: 3.3vw;
    }

    .winning-product-name {
        font-size: 2.3vw;
        margin-bottom: 5vw;
    }

    .shop-btn > a > img, .pop-up-shop-btn > a > img {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 5vw;
        width: 21vw;
    }

    .review-btn {
        cursor: pointer;
        color: color: #F83543;
        font-size: 2.3vw;
        font-weight: 400;
    }
    
    .review-btn > span > img {
        width: 1.8vw;
        margin-right: 0.5vw;
    }

    .pop-up-window {
        width: 90%;
        max-height: 80vh;
        border-top-width: 10vw;
        border-left-width: 10vw;
        border-bottom-width: 10vw;
        border-right-width: 5vw;
    }

    .pop-up-border {
        height: 100%;
        border: 2px solid #F83543;
        width: calc(90% + 2px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
        max-height: calc(80vh + 2px);
        display:none;
        z-index: 999;
    }

    .pop-up-img {
        display: block;
        width: 100%;
        position: relative;
        padding-right: 5vw;
    }

    .pop-up-text {
        width: 100%;
        padding: 0 5vw 0 0;
    }

    .pop-up-category {
        font-size: 2.9vw;
        margin-top: 5vw;
    }

    .pop-up-brand {
        font-size: 3.8vw;
    }

    .pop-up-product-name {
        font-size: 2.9vw;
    }

    .pop-up-description {
        font-size: 2.4vw;
        line-height: 3vw;
        margin-bottom: 5vw;
    }

    .pop-up-shop-btn > a {
        margin-bottom: 2.5vw;
    }

    .pop-up-review-title {
        font-size: 3.2vw;
        margin-top: 2.5vw;
    }

    .reviewer-name {
        font-size: 2.4vw;
        line-height: 3vw;
    }

    .pop-up-review-text {
        font-size: 2.4vw;
        line-height: 3vw;
    }

    .pop-up-review-text > span {
        font-size: 2.4vw;
        line-height: 3vw;
    }

    .close-pop-up {
        width: 3.5vw;
        transform: translate(3.2vw, -26vh);
    }

    .close-pop-up > img {
        width: 100%;
    }

    .pop-up-window::-webkit-scrollbar {
        width: 0.5vw;
    }
    
    .pop-up-window::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey; 
        border-radius: 10px;
        display: none;
    }
    
    .pop-up-window::-webkit-scrollbar-thumb {
        background: lightgray; 
        height: 20vw;
        border-radius: 2vw;
    }
    
    .pop-up-window::-webkit-scrollbar-track-piece:start {
        margin-top: 0vw;
    }
    
    .pop-up-window::-webkit-scrollbar-track-piece:end {
        margin-bottom: 0vw;
    }

    #council-container {
    }

    .council-header {
        padding-top: 20vw;
        margin-bottom: 10vw;
    }

    .council-header-img {
        width: 100%;
        margin-left: 0;
    }

    .council-header-text {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .council-header-text > span {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .council-slider {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5vw;
    }

    .council-cell {
        width: 50%;
    }

    .council-name {
        padding-top: 5vw;
        text-align: center;
        font-size: 3.5vw;
    }

    .council-title {
        font-size: 2.6vw;
    }

    .council-handle {
        font-size: 2.6vw;
        padding-top: 1vw;
    }

    .council-handle > a {
        font-size: 2.6vw;
        line-height: 2.5vw;
        font-weight: 700;
        text-decoration: none;
        color: #F83543;
    }
    
    .council-handle > span {
        font-size: 2.6vw;
        line-height: 2.5vw;
        font-weight: 700;
        text-decoration: none;
        color: black;
    }
    
    .council-handle > span > a {
        font-size: 2.6vw;
        line-height: 2.5vw;
        font-weight: 700;
        text-decoration: none;
        color: black;
    }

    .council-description {
        font-size: 2.6vw;
        line-height: 3vw;
    }

    .council-description > a {
        font-size: 2.6vw;
        line-height: 3vw;
    }

    .bts-header {
        margin-bottom: 10vw;
    }

    .bts-header-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 2vw;
        padding-top: 0vw;
    }

    .bts-header-text {
        font-size: 2.6vw;
        line-height: 3vw;
    }

    .bts-slider {
        /* margin-bottom: 10vw; */
        margin-top: 5vw;
    }

    .bts-slider-text {
        font-size: 3.3vw;
    }

    .bts-slider-name {
        font-size: 4.3vw;
    }

    .bts-slider-btn > img {
        width: 21vw;
    }

    .bts-cell {
        width: 50%;
    }

    #giveaway-container {
        width: 100%;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .giveaway-header-text {
        font-size: 2.6vw;
        line-height: 3vw;
        margin-top: 0vw;
    }

    .giveaway-img {
        width: 90%;
        margin-bottom: 5vw;
        margin-top: 5vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .giveaway-btn > a > img {
        width: 60vw;
    }

    .credit-head {
        padding: 5vw 0;
    }

    .credit-name, .credit-title {
        line-height: 3.5vw;
    }

    .return-btn {
        margin-top: 10vw;
    }

}