#booster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
    border-radius: 0.5em;
    filter: hue-rotate(210deg);
}
/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.nk-header {
    z-index: 1;
}
    .nk-header-title .nk-header-table-cell {
        max-height: 120.11vh;
        padding-top: 2.5em;
    }

    #item-filter {
        width: 100%; 
        display: flex; 
        justify-content: flex-start;
    }
        #item-filter div:first-of-type {
            margin-left: 0;
        }
        #item-filter div {
            margin-left: 1.5em;
        }
            .isFilter {
                cursor: pointer !important;       
            }

    #currency-filter {
        width: 100%; 
        display: flex; 
        justify-content: flex-start;
        flex-direction: column;
        color: #55efc4;
        cursor: pointer;
        padding-top: 0;
    }
    #currency-filter p {
        display: inline;
        transition: all ease-in-out 0.1s;
    }
    #currency-filter a:hover {
        text-decoration: none !important;
    }
    #currency-filter p:hover {
        transition: all ease-in-out 0.1s;
        color: white;
    }

    @media only screen and (max-width: 990px) {
        .sj-book {
            margin-left: -340px !important;
        }

        /* #promo-girl {
            width: auto !important;
            height: auto !important;
        } */

    }
    @media only screen and (max-width: 780px) {
        .nk-header-title .nk-header-table-cell {
            max-height: 200% !important;
            /* padding-top: 2.5em; */
        }
        .sj-book {
            margin-left: -460px !important;
        }
    }

    @media only screen and (max-width: 600px) {
        #promo-girl {
            width: 100% !important;
            height: 100% !important;
        }
    }

    @media only screen and (max-width: 550px) {
        .sj-book {
            margin-left: 0 !important;
        }
        .sj-book .page-wrapper {
            width: 100% !important;

            /* height: auto !important; */
        }
    }

.skill-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center;
}
.skill-img {
    background-color: white; 
    border-radius: 0.5em; 
    height: 80px; 
    width: 80px; 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    padding: 0.5em;
}
    .skill-img > img {
        width: auto;
        /* max-height: 80px; */
        height: auto;
        max-width: 50px;
        max-height: 60px;
    }
.skill-container > .moveset-name {
    width: 70%;
    padding-left: 0.2em;
}

#liminal-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
    border-radius: 0.5em;
    transition: all 1s ease-in-out !important;
}

@media only screen and (max-width: 260px) {
    .order {
        height: 80px;
        /* height: auto !important; */
    }
}
@media only screen and (max-width: 430px) {
    .order {
        height: 100px !important;
    }
        td {
            height: 100px !important;
        }
    #page-hero-text {
        margin-left: 2em;
    }
}
@media only screen and (max-width: 770px) {
    #page-hero-text {
        font-size: 110%;
    }
    .order {
        height: 130px !important;
    }
        td {
            height: 130px !important;
        }
}
@media only screen and (max-width: 991px) {
    #avatar-creation {
        width: 80% !important;
    }

    #image-container {
        padding-top: 0em !important;
    }
    #inventory-image {
        width: 40% !important;
    }
    #inventory-main-container {
        margin-top: 3em;
    }
    #inventory-padding {
        padding: 1em;
    }
    .order {
        /* min-height: 200px; */
        /* height: auto !important; */
        /* height: auto !important; */
    }
    .table {
        margin-bottom: 0;   
    }
}

#avatar-profile-container {
  display: flex;
  justify-content: center;
}

#avatar-profile-img {
  width: 100%; height: 100%;
  object-fit: contain;
}

#main-hero-video-overlay {
    display: none;
}

/* === Mobile Portrait (phones held vertically) === */
@media screen and (max-width: 480px) and (orientation: portrait) {
  /* Styles for smartphones in portrait */
    .navbar-socials {
        padding-left: 0 !important;
    }
    #navbar-items li:first-child {
        padding-left: 0 !important;
    }
    #navbar-items li a{
        padding: 0 0.5em;
        font-size: 11px;
    }
    .nk-header-table-cell {
        padding-top: 0 !important;
    }
    .nk-header-table-cell .image-margin-top {
        margin-top: 1em;
    }

    #main-hero-video-overlay {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-color: black;
        width: 100%;
        height: 20%;
        opacity: 1;
    }

    #navbar-items-container ul:first-of-type {
        padding-top: 1em !important;
    }
}

/* === Mobile Landscape (phones held horizontally) === */
@media screen and (max-height: 480px) and (orientation: landscape) {
  /* Styles for smartphones in landscape */
    .nk-header-table-cell {
        padding-top: 0 !important;
    }
    #main-hero-video-overlay {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-color: black;
        width: 100%;
        height: 30%;
        opacity: 1;
    }
    #navbar-items li:first-child {
        padding-left: 0 !important;
    }
    #navbar-items-container ul {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #navbar-items-container ul:first-of-type {
        padding-left: 0;
    }
}

/* === Tablet Portrait (incl. iPad Pro 1024px width) === */
@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles for tablets and iPads in portrait */
  .nk-header-table-cell {
    padding-top: 0 !important;
  }
  #avatar-profile-container {
    position: absolute;
    right: 1em; 
    bottom: 0;
  }
  #avatar-profile-img {
    max-height: 600px;
  }
  #main-hero-video-overlay {
        display: none;
        /* position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-color: black;
        width: 100%;
        height: 20%;
        opacity: 1; */
  }
#navbar-items-container ul {
        padding-top: 1em;
        padding-bottom: 1em;
    }
#navbar-items-container ul:first-of-type {
    padding-left: 0;
}
#navbar-items li:first-of-type {
    padding-left: 0 !important;
}
.navbar-socials {
    padding-left: 6.5em !important;
}
}

/* === Tablet Landscape (incl. iPad Pro 1366px width) === */
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  /* Styles for tablets and iPads in landscape */
  .nk-header-table-cell {
    padding-top: 0 !important;
  }
  #avatar-profile-container {
    position: absolute;
    right: 4em;
    bottom: 0;
  }
  #avatar-profile-img {
    max-height: 600px;
  }

  .navbar-socials {
    padding-left: 6.5em !important;
  }

  /* #main-hero-video-overlay {
    display: none;
  } */
  #main-hero-video-overlay {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-color: black;
        width: 100%;
        height: 30%;
        opacity: 1;
  }
#navbar-items-container ul {
        padding-top: 1em;
        padding-bottom: 1em;
    }
#navbar-items-container ul:first-of-type {
    padding-left: 0;
}
#navbar-items li:first-of-type {
    padding-left: 0 !important;
}
  /* .nk-header-title-parallax {
    height: 72vh;
  } */
}

@media screen and (min-width: 1366px) {
    .navbar-socials {
        padding-left: 6.5em !important;
    }
    #navbar-items li:first-of-type {
        padding-left: 0;
    }
}

@media only screen and (max-width: 725px) {
    #navbar-items {
        padding-left: 0;
    }   
}