:root {
    --tran-back: rgba(255, 255, 255, 0.87);
    --tran-dark: rgba(47, 45, 46, 1);
    --pri: #0496FF;
    --sec: #4BB3FD;
    --darkpri: #85ccff;
    --dark: rgb(47, 45, 46);
    --bs-body-font-family: 'Noto Sans JP', sans-serif;
}

/* main elements */
.alert {
    border-radius:0;
    margin:15px;
    font-size:22px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color:transparent;
}
p{
    font-size: 16px !important;
}
.container{
    color: var(--tran-back);
}
.container-xxl {
    color: var(--tran-back);
    max-width: 1700px !important;

}
.rfooter {
    height: 280px;
    overflow-y: hidden;
}
.footerSpacer {
    padding-bottom: 280px;
}

/* navigation */
.nav-link:start {
    color: #FFF;
    background-color: var(--pri);
    border-color: var(--sec);
}
.xnav:active{
    color:steelblue;
}
.nav-link{
    font-size:18px;
}
.subnav {
    background-color: rgba(255, 255, 255, 0.05);
}
.navbar-toggler {
    background-color: var(--tran-back);
}
.nav-pri {
    background-color: #2f2d2e;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: var(--pri);
    border-color: var(--sec);
}
.nav-pills li a{
    color: var(--pri);
}
.subnav{
    padding-top:0;
}


/* show which page the user is on */
.navli {
    border-bottom: 3px solid lightgray;
    margin: calc(10px + .2vw);
    margin-bottom: 1%;
}

.selLink {
    border-bottom: 3px solid var(--pri);
}

.navli > a {
    text-decoration: none;
    color: var(--text);
}

.navli:hover {
    border-bottom: 3px solid var(--pri);
}

.navli:hover a {
    color: var(--pri);
}

.navli:not(.selLink):hover .selLink {
    border-bottom: 3px solid lightgray;
}

.inactive a {
    text-decoration: line-through;
    color: gray;
    pointer-events: none;
}



/* search */
.searchBar {
    max-width: 1400px;
}
.searchForm {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.searchButton {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* forms */
label {
    color: black;
}
.form-control {
    background-color: var(--tran-back);
}

/* tables */
td table tbody{
    background-color: var(--pri) !important;
}
td a {
    color: var(--darkpri) !important;
}
td{
    background-color: var(--tran-dark)!important;
}
th{
    background-color: var(--tran-dark) !important;
    color: var(--darkpri)!important;
}
.table > :not(caption) > * > * {
    background-color: var(--tran-dark);
    color: var(--tran-back);
}

/* buttons */
.btn-primary {
    color: #FFF;
    background-color: var(--pri) !important;
    border-color: var(--sec) !important;
}
.btn-info {
    color: #FFF;
    background-color: var(--pri) !important;
    border-color: var(--sec) !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.btn-outline-primary {
    border-color: var(--sec);
    color: var(--pri);
}
.btn-check:checked + .btn {
    background-color: var(--pri);
    border-color: var(--darkpri);
}
.btn-check:checked + .btn::before {
    content: "";
    position: absolute;
    top: 5px; /* Adjust this value as needed */
    right: 5px; /* Adjust this value as needed */
    width: 10px; /* Adjust this value to make the oval wider */
    height: 6px; /* Adjust this value to make the oval taller */
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%; /* Make it circular */
    transform: rotate(45deg); /* Rotate the oval */
}
.btn-outline-primary:hover {
    border-color: var(--pri);
    background-color: var(--sec);
}
.btn-outline-primary:active{
    border-color: var(--sec);
    background-color: var(--pri);
}

/* images */
img{
    max-height:300px;
}
.logo{
    max-height:80px;
    border-radius:3px;
}
.bubble{
    height:30px;
}
.bannerImg {
    max-width: 100%;
    max-height: initial;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.jeremy{
    max-width:100%;
    max-height:initial;
}

/* text */
.text-primary {
    color: var(--darkpri) !important;
}
.text-bg-info {
    background-color: var(--darkpri) !important;
}

/* icons and badges */
svg {
    stroke: var(--tran-back);
    fill: var(--pri);
}
.fill-darkpri {
    fill: var(--darkpri);
}
.badge {
    font-size: 16px;
}

/* misc */
.specHeight {
    height: 155px;
}


@media screen and (max-width: 1130px){
    header nav div div div a {
        display: inline-flex !important;
    }

}

@media screen and (max-width: 991px){
    .logo {
        display: none;
    }
    .nav-link {
        font-size: 1.75vw;
    }
    .subnav div div div {
        gap: 0!important;
    }
    .navli {
        margin: 0;
    }
    .logo {
        max-height: 10vw;
    }
    .searchBar form div {
        height: 6vw;
        font-size: 2vw!important;
    }
    .searchButton {
        font-size: 1.4vw !important;
    }
    .cartIcon svg {
        width: 4vw;
    }
    .cartIcon span {
        font-size: 3vw;
    }
    .rfooter {
        height: 450px;
        position:relative!important;
    }
    .footerSpacer {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 761px){
    .nav-link {
        font-size: 2.5vw;
    }
    .card-img-top{
        height:300px;
        width:271px;
    }
}

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



/* cards */
.card {
    height: 500px;
    background-color: var(--tran-back);
}

.card2 {
    height: initial !important;
}

.card-img-top {
    height: 300px;
    width: 310px;
    object-fit: cover;
    border-start-start-radius: .375rem;
    border-start-end-radius: .375rem;
}

.card2img {
    max-height: 400px;
    border-radius: 6px;
}

.card-effect {
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    /* text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2); */
    border-radius: 10px;
}

.card-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    z-index:-1;
}

div h4{
    background-color: rgba(250,250,250,0.05);
    border-radius: 3px;
    padding: 2px;
    margin-top: 2px;
}

s{
    opacity: 0.5;
}



/* color and backgrounds and animations*/
.tran-back, .trans-back {
    background-color: var(--tran-back);
}

.dark-back {
    background-color: var(--tran-dark);
}

.color-darkpri {
    color: var(--darkpri);
}

.apply {
    /*animation: slide 5s ease-in-out infinite alternate;*/
    background: var(--tran-dark);
/*    background-size: 120% 120%;
    animation: gradient 25s ease infinite;
    background-repeat: no-repeat;*/
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bubble {
    animation: moveUpDown 2s ease-in-out infinite;
}
.bubble:nth-child(1) {
    animation-delay: 0s;
}
.bubble:nth-child(2) {
    animation-delay: 0.2s;
}
.bubble:nth-child(3) {
    animation-delay: 0.4s;
}
.bubble:nth-child(4) {
    animation-delay: 0.6s;
}
.bubble:nth-child(5) {
    animation-delay: 0.8s;
}
.bubble:nth-child(odd) {
    animation-direction: alternate-reverse;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(0);
    }
}



/* CRAZY BALATRO FILTER */
/*
.card {
    position: relative;
    box-shadow: 0 0 20px rgba(255,255,255,0.6);
    overflow: hidden;
}

body {
    background: repeating-linear-gradient( to bottom, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.2) 1px, transparent 2px, transparent 3px );
    pointer-events: none;
    animation: flicker 2s infinite alternate;
}

header {
    background:unset;
    animation:unset;

@keyframes flicker {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 0.9;
    }
}
}

*/



/* GOOGLE ICON SETTINGS */

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}