html {
  font-size: 14px;
}

link[rel="icon"] {
    width: 32px;
    height: 32px;
}

.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;
}

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

body {
    margin-top: 119px;
    background: rgb(2,0,36);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden!important;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 35%, rgba(103,9,121,1) 56%, rgba(0,212,255,1) 100%);
    padding-top: 5px;
    transition: height 0.3s ease;
    z-index: 10;
}

.header-length {
    display: flex;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.curations-header-logo {
    width: auto;
    height: 80px;
    margin-left: 15px;
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 32px;
    font-family: Garamond;
}

.nav-text {
    color: white !important;
}

.mobile-brands-dropdown {
    display: none;
}

.mobile-brands-dropdown.open {
    height: 120px;
    opacity: 1;
}

.mobile-brands-dropdown-text {
    margin: -5px;
    font-size: 24px;
    color: white !important;
}

.mobile-brands-dropdown-text:hover {
    color: #f5f5f5 !important;
    text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px #F90, 0px -20px 40px #C33;
}

.brand-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-list {
    display: none;
    position: absolute;
    width: 135px;
    padding: 0.5rem;
    border: solid;
    border-color: cornflowerblue;
    border-radius: 10px;
    background-color: rgb(2,0,36);
    z-index: 1;
    list-style: none;
    padding-right: 0;
    margin: 0;
}

.fade-out {
    opacity: 0;
    transition: opacity 2s ease-out;
}

.custom-dropdown-list a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 10px;
}

.brand-dropdown:hover .custom-dropdown-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-dropdown-item {
    color: white !important;
    font-size: 24px;
}

.custom-dropdown-item:hover {
    color: #f5f5f5 !important;
    text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px #F90, 0px -20px 40px #C33;
}

.contact-us {
    display: flex;
    margin-bottom: 20px;
}

.nav-text:hover {
    color: #f5f5f5!important;
    text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px         #F90, 0px -20px 40px #C33;
}

.Footer {
    display: flex;
    flex:1;
    background-color: black;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: auto;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style: none;
    padding-top: 10px;
}

.footer-text-links {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-left: 20px;
}

.footer-link-text {
    font-size: 24px;
    color: white !important;
}

.footer-link-text:hover {
    color: blue !important;
}

.insta-icon {
    display: flex;
    background-color: transparent;
    height: 30px;
    width: 30px;
    background-image: url('../images/Insta-Icon.png');
    justify-content: flex-end;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

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

.footer-privacy-link {
    display: flex;
    justify-content: end;
    width: 90%;
}

.footer-termsofuse-link {
    width: 90%;
}

.footer-center-image-pos {
    display: flex;
    background-color: black;
    width: 100%;
    height: 100%;
    max-height: 400px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    display: flex;
    background-color: black;
    height: 150px;
    width: auto;
    padding: 20px;
    max-height: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
}

.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.youtooyoung {
    display: hidden;
    flex-direction: column;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: black;
    background-position: 0 0, 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0;
}

.curations-block-logo {
    height: 57%;
    background-color: transparent;
}

.are-you-21 {
    margin-top: 20px;
}

.age-prompt {
    margin: 20px;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.not-old-enough {
    margin: 20px;
    display: none;
    width: 100%;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.age-statement {
    margin-bottom: 20px;
    width: 30%;
    text-align: center;
}

.age-buttons {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.age-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 5px;
    background-color: black;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    width: 100px;
    margin: 20px;
}

.age-button:hover {
    background-color: white;
    color: black;
}

.error-page {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.error-heading {
    font-size: 36px;
    color: white;
    margin-bottom: 50px;
}

.error-message {
    font-size: 24px;
    color: white;
    margin-bottom: 50px;
}

.error-link {
    background-color: black;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    padding: 20px;
    font-size: 24px;
    text-decoration: none;
    border: 3px solid white;
    border-radius: 5px;
    transition: all 0.5s;
}

.error-link:hover {
    background-color: white;
    color: black;
    border: 3px solid black;
}

.disclaimer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclaimer-text {
    width: 75%;
    text-align: center;
}

@media screen and (max-width: 700px) {
    .age-statement {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .curations-block-logo {
        margin-top: 0 !important;
        margin: 20px;
    }

    .age-prompt {
        margin: 0 !important;
    }

    .mobile-brands-dropdown {
        display: flex;
        flex-direction: column;
        transition: display 0.3s ease;
        align-content: center;
        align-items: center;
        justify-content: center;
        transition: height 0.3s ease-out, opacity 0.3s ease-in-out;
        overflow: hidden;
        height: 0;
        width: 100%;
        opacity: 0;
        padding: 0;
    }

    .footer-links {
        justify-content: center;
        margin: 0 !important;
        list-style: none;
        padding-top: 10px;
        text-align: center;
        flex-direction: column;
    }

    .footer-text-links {
        display: flex;
        justify-content: center;
        flex-grow: 1;
        margin-left: 0px;
        flex-direction: column;
    }

    .custom-dropdown-item {
        font-size: 16px;
    }

    .insta-icon {
        margin: 0px !important;
    }

    .curations-block-logo {
        margin-top: 100px;
        height: 40%;
        background-color: transparent;
    }
}