/*----------------FONTS-------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Pacifico&display=swap');

/* font-family: 'Oswald', sans-serif;
font-family: 'Pacifico', cursive; */
/*----------------FONTS-------------------------------------------*/
html, body {
    max-width: 100%;
    overflow: visible;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0px;
    /* height: 100vh; */
    /* background-color: #101010; */
}

.head_nav {
    font-family: 'Pacifico', cursive;
    position: fixed;
    z-index: 2;
    align-items: center;
    background-color: #101010;
    width: 100vw;
}
.nav_spacer {
    display: block;
    height: 50px;
}

.head_nav_h {
    display: flex;
    float: left;
    align-items: center;
    margin: 0 0 0 10px;
    height: 50px;
}

.head_nav_h p {
    color: #fff;
    font-size: 30px;
}

.head_nav_p {
    height: 50px;
    display: flex;
    align-items: center;
    float: right;
}
@media (max-width: 821px) {
    .head_nav_p {
        float: left;
        width: 100%;
        overflow: scroll;
    }
    .nav_spacer {
        display: block;
        height: 100px;
    }
}


/* @media only screen and (max-width: 720px) {
    .head_nav_p {
        display: none;
    }
} */

.head_nav_p p {
    color: #fff;
    padding: 5px;
}

.nav_patreon_link {
    color: #ffffff !important;
    background-color: #ff0034 !important;
}

.head_nav_p a {
    margin: 0 2px;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
}


.head {
    font-family: 'Pacifico', cursive;
    background-image: url('https://amundsonfamilymusic.com/photos/IMG_1555.JPG');
    background-size: cover;
    background-position: top center;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_center_div {
    background-color: rgba(0, 0, 0, 0.5);
    width: 650px;
    max-width: 95vw;
    text-align: center;
}
.head_center_div_padding {
    padding: 10px;
}
.head_center_div h1 {
    color: #fff;
    font-size: 55px;
    margin: 10px;
}

@media (max-width: 330px) {
    .head_nav_h p {
        font-size: 25px;
    }
    .head_center_div h1 {
        font-size: 40px;
    }

}

.head_center_div p {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 25px;
}
.head_center_div ul {
    color: #ffffff;
    width: fit-content;
    margin: auto;
    text-align: left;
}
.head_center_div ul p {
    margin: 0;
}

.head_patreon_link {
    background-color: #ff0034;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-decoration: none;
    width: 200px;
    padding: 10px;
    display: inline-block;
    margin: 10px;
    transition: .3s;
}
.head_patreon_link:hover {
    background-color: #ffffff;
    color: #ff0034;
}

.video {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 0 5px 0 5px;
    font-size: 25px;
    transition: .2s;
}

.video:hover {
    color: #000 !important;
    background-color: #fff;
    cursor: pointer;
}

.full_line {
    width: 90vw;
    height: 2px;
    margin: 50px auto 50px auto;
    background-color: #888888;
}

.content {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    width: 100vw;
    text-align: left;
    padding: 0px;
}

.section {
    width: 800px;
    max-width: 90vw;
    background-color: rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 10px;
}
.section_flex {
    display: flex;
    flex-wrap: wrap;
}
.section_clear {
    background: none;
}

.sub_section {
    margin: 10px;
}
.sub_section_small {
    width: 200px;
    margin: 10px;
}
.page_header_where_no_head {
    margin: 100px 10px 50px 10px;
    width: 100%;
}
.sub_section img {
    width: 100%;
}
.sub_section .thumbnail_pic {
    height: 200px;
}
.section li {
    font-size: 20px;
}
.section a {
    color: #ff0000;
}
.text_no_margin {
    margin: 0;
}
.album_link {
    color: #000000 !important;
    text-decoration: none;
}

footer {
    font-family: 'Oswald', sans-serif;
    background-color: #101010;
    display: flex;
    flex-wrap: wrap;
}

.footer_img {
    width: 100vw;
}

.footer_img img {
    max-height: 100px;
    max-width: 90vw;
    margin: 10px 0 0 0;
}

.footer_line {
    width: 2px;
    height: 100px;
    margin: 10px;
    background-color: #888888;
}

@media only screen and (max-width: 720px) {
    .footer_line {
        width: 90vw;
        height: 2px;
        margin: 10px auto 10px auto;
        background-color: #888888;
    }
}

.footer_etc {
    color: #808080;
    margin: 10px;
    text-align: center;
}
.footer_etc p {
    text-align: left;
}
.footer_etc a {
    color: #808080;
}

.footer_contact {
    margin: 10px;
    text-align: left;
}

.footer_contact p {
    color: #808080;
}

.footer_contact a {
    color: #808080;
}


.alert {
    position: fixed;
    /* display: flex; */
    display: none; /* Remember to unhide it when it goes live */
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
}
.alert_content {
    font-family: 'Oswald', sans-serif;
    width: 600px;
    max-width: 80vw;
    max-height: 90vh;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 10px 10px 50px 10px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    animation: alert .5s ease-out;
}
.alert_content h1 {
    color: #000000;
    font-size: 50px;
}
.alert_content img {
    width: 100%;
}
.alert_content p {
    font-size: 20px;
    color: #808080;
}
.exit_alert {
    font-size: 30px;
    float: right;
    margin-top: -6px;
    z-index: 6;
    color: #808080;
}
.exit_alert:hover {
  cursor: pointer;
  font-size: 31px;
}

@keyframes alert {
    from {
            margin-bottom: 50vh;
            opacity: 0;

    }
    to   {
            margin-bottom: 0vh;
            opacity: 1;
    }
}

.a_button {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background-color: #c05de8;
    padding: 10px 50px 10px 50px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .2s;
}
.a_button:hover {
    background-color: #b742e6;
}

input {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background-color: #ffffff;
    margin: 10px;
    padding: 10px 50px 10px 50px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000000;
}
input:focus {
    border-color: rgb(192 93 232);
    box-shadow: 0 1px 10px rgb(192 93 232) inset, 0 0 8px rgb(192 93 232);
    outline: 0 none;
}

.corner_back_button {
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
}
.corner_back_button a {
    margin: 10px 0 0 5px;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.about {
    margin: 100px 0;
}
.about_block {
    display: flex;
    margin: 10px 0;
}
.about_block_block img {
    width: 100%;
    height: auto !important;
}
.about_block_sub {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.about_block_sub img {
    height: 200px;
}
.about_block_sub p {
    margin: 0;
    font-size: 16px;
}
.about_block_sub h3 {
    margin: 10px 0;
}
.about_block_sub a {
    color: #ff0000;
}
bold {
    font-weight: bold;
    font-size: 1.5em;
}
@media (max-width: 700px) {
    .about_block {
        flex-wrap: wrap;
    }
    .about_block_sub {
        width: 100%;
    }
    .about_block_sub img {
        max-height: 200px;
        max-width: 100%;
    }
}






.store {
    padding: 100px 0 0 0;
}

.order_queue {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}
.order_queue_items {
    width: 100%;
    overflow-x: scroll;
    background-color: #e4e4e4;
    /* background-color: #f59fac; */
    display: flex;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
}
.order_queue_item {
    width: 150px;
    min-width: 150px;
    /* background-color: #f59fac; */
    /* background-color: #84e0c3; */
    background-color: #ffffff;
    margin: 10px 5px;
    padding: 0 0 5px 0;
}
.order_queue_item img {
    width: 100%;
}
.order_queue_item p {
    margin: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order_queue_item span {
    margin: 0 5px;
    font-size: 12px;
}
.order_queue_item span:hover {
    cursor: pointer;
    text-decoration: underline;
}
.order_queue_item span::before {
    content: '';
    width: 12px;
    height: 12px;
    margin: 0 2px -1px 0;
    display: inline-block;
    background-image: url('/media/icons/trash_icon.png');
    background-size: contain;
}

.order_queue_items button {
    height: 50px;
    /*width: 150px;*/
    /*padding: 13px 10px 10px 10px;*/
    padding: 5px 20px 5px 20px;
    background-color: #ffffff;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.order_queue_items button:hover {
    cursor: pointer;
}


.store_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 10px;
    box-sizing: border-box;
}
.store_item_container {
    background-color: #e4e4e4;
    width: 400px;
    max-width: 100%;
    /* height: 550px; */
    /* padding: 10px; */
    box-sizing: border-box;
    margin: 10px 0;
}
.store_item_img {
    width: 100%;
    /*height: 400px;*/
    /* aspect-ratio: 1; */
    overflow: hidden;
}
.store_item_img img {
    width: 100%;
}
.store_item_text {
    margin: 10px;
}
.store_item_text h1 {
    font-size: 30px;
    margin: 10px 0;
}
.store_item_text p {
    font-size: 16px;
    margin: 10px 0;
}
.show_more_button {
    text-decoration: underline;
}
.show_more_button:hover {
    cursor: pointer;
}
.store_item_text button {
    background-color: #ffffff;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    min-width: 100px;
    /*padding: 13px 10px 10px 10px;*/
    padding: 5px 20px 5px 20px;
    border-radius: 3px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.store_item_text button:hover {
    cursor: pointer;
}
.store_item_tag {
    font-size: 16px;
    /*background-color: #6489ff;*/
    /*padding: 5px 10px;*/
    /*border-radius: 5px;*/
}




.button {
    /* background-color: #ffffff; */
    background-color: #f5f5f5;
    color: #000000;
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    /* margin: 10px; */
    border-radius: 5px;
    font-family: 'Oswald';
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.button_black {
    background-color: #000000;
    color: #ffffff;
}
.button_blue {
    background-color: #59a6ff;
    color: #000000;
}
.button_red {
    background-color: #ff6a6a;
    color: #000000;
}
.post_loading_gif {
    width: 50px;
    height: 50px;
}
