* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(25, 25, 25);
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
}

a {
    color: rgb(255, 255, 255);
}

a:hover {
    color: rgb(255, 255, 255);
}

#burj-bar {
    padding: 5px 15px 5px 15px;
    font-size: 0.95rem;
    border-bottom: 1px solid rgb(37, 45, 59);
}

#burj-bar a {
    text-decoration: none;
}

#compass-logo {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

#burj-bar-title {
    margin-right: 10px;
}

.burj-bar-item {
    margin-right: 10px;
}

#header-background {
    background-image: url(fg_screenshot.jpg);
    background-size: cover;
    background-position: center top;
}

#header-container {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-color: rgb(20, 20, 20, 0.8);
    text-align: center;
    border-bottom: 1px solid rgb(123, 99, 53);
}

#header-container h1 {
    font-size: 2.3rem;
    margin-bottom: 5px;
}

#header-container a {
    text-decoration: none;
}

#title-yellow {
    color: rgb(250, 199, 106);
}

#header-container h2 {
    font-size: 0.8rem;
}

#builds-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#search-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.search-category {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-label {
    font-size: 1.3rem;
    margin-right: 12px;
}

#search-row .Select-control {
    width: 250px;
}

.Select-control {
    background-color: rgb(45, 45, 45) !important;
    border: 1px solid rgb(70, 70, 70);
}

.is-open>.Select-control {
    border: 1px solid rgb(95, 95, 95);
}

.is-focused:not(.is-open) > .Select-control {
    border: 1px solid rgb(95, 95, 95);
    box-shadow: none;
  }

.Select-value-label {
    color: rgb(255, 255, 255) !important;
}

/* dropdown menu options */
.VirtualizedSelectOption {
    background-color: rgb(40, 40, 40);
    /* border: 1px solid red; */
    color: rgb(255, 255, 255);
}

#gods-dropdown {
    margin-right: 25px;
}

.Select-menu-outer {
    border: 1px solid rgb(95, 95, 95);
}

#info-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 0.8rem;
}

#info-row div {
    margin-bottom: 10px;
}

#patches-row .Select-control {
    width: 450px;
}

.Select--multi .Select-value {
    margin-bottom: 5px;
    color: rgb(200, 200, 200);
    border: 1px solid rgb(70, 70, 70);
}

.Select--multi .Select-value-icon {
    border-right: 1px solid rgb(70, 70, 70);
}

#patches-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#popular-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#popular-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(45, 45, 45);
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid rgb(25, 25, 25);
}

.popular-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

.popular-item {
    width: 85px;
    height: auto;
    border-radius: 3px;
    margin: 0px 6px 6px 6px;
    border: 1px solid rgb(250, 199, 106);
}

#pro-builds-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

#builds-container {
    padding-bottom: 20px;;
}

.build-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(45, 45, 45);
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid rgb(25, 25, 25);
}

.build-god {
    width: 7rem;
    margin-right: 10px
}

.build-role {
    width: 6rem;
    margin-right: 15px
}


.build-build {
    display: flex;
    flex-direction: row;
    width: 546px;
    margin-right: 25px;
}

.build-item {
    width: 85px;
    height: auto;
    border-radius: 3px;
    margin: 0px 3px;
    border: 1px solid rgb(250, 199, 106);
}

.build-player {
    width: 10rem;
    margin-right: 20px;
}

.streamer-description {
    font-size: 0.75rem;
}

.build-date {
    font-size: 0.8rem;
    width: 15rem;
}

#button-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#more-button {
    background-color: rgb(75, 75, 75);
    border: 1px solid rgb(95, 95, 95);
    padding: 8px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 7px;
}

#more-button {
    background-color: rgb(80, 80, 80);
}

#more-button {
    background-color: rgb(85, 85, 85);
}

#gods-nav-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 0.9rem;
}

#gods-nav-row a {
    margin: 0px 10px;
}

@media only screen and (max-width: 1300px) {

    #burj-bar {
        font-size: 0.8rem;
    }

    #search-row {
        flex-direction: column;
    }

    #gods-dropdown {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #popular-items {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }


    .build-row {
        width: 100%;
        flex-direction: column;
    }

    .build-god {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 3px;
    }

    .build-role {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 5px;
    }

    .build-build {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .build-item {
        margin-bottom: 6px;
    }

    .build-player {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 5px;
    }

    .build-date {
        text-align: center;
    }
}