@font-face {
    font-family: 'lorabold';
    src: url('../fonts/lora-bold-webfont.woff2') format('woff2'), url('../fonts/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.woff2') format('woff2'), url('../fonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
}

a {
    text-decoration: none;
    color: #393939;
}

a:hover {
    color: #7C73E6;
}

.primary-foreground {
    color: #7C73E6;
    font-family: 'ubuntubold';
}

.primary-background {
    background-color: #7C73E6;
}

.secondary-foreground {
    color: #C4C1E0;
}

.secondary-background {
    background-color: #C4C1E0;
}

.accent-foreground {
    color: #FDE9E3;
}

.accent-background {
    background-color: #FDE9E3;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: url("../assets/nav_background.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-logo {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-menu {
    overflow: hidden;
    float: right;
    list-style-type: none;
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.navbar-menu li {
    display: inline-block;
}

.navbar-menu li a {
    color: #393939;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar-menu a:hover {
    color: #7C73E6;
}

.navbar-menu .icon {
    display: none;
}

.navbar-menu .icon a {
    font-size: 36px !important;
}

.button-primary {
    border: none;
    cursor: pointer;
    color: white;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 2px 2px 4px rgba(124, 115, 230, .5);
    -webkit-box-shadow: 2px 2px 4px rgba(124, 115, 230, .5);
    -moz-box-shadow: 2px 2px 4px rgba(124, 115, 230, .5);
    background: #7C73E6;
    text-align: center;
    vertical-align: middle;
}

.footer-card {
    background-image: url("../assets/footer_tori.png");
    background-size: cover;
    width: 100%;
    display: inline-block;
    color: #fff;
    position: relative;
}

.footer-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(253, 233, 227, 0.2) 0%, rgba(74, 64, 174, 0.8) 100%);
}

.footer-attractions {
    background-image: url("../assets/footer_attractions.png");
}

.footer-card-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 40px;
    position: relative;
    z-index: 1;
}

.footer-card-logo {
    align-self: center;
    order: 2;
}

.footer-card-items {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    order: 1;
}

.footer-card-content-item {
    margin: 10px;
    flex: 1;
}

.footer-card-content-item h3 {
    font-family: 'ubunturegular';
    letter-spacing: 2px;
}

.footer-card-content-item p {
    font-family: 'loraregular';
    font-size: 0.75em;
}

.footer-card-content-item-sub {
    display: inherit;
}

.footer-card-content-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
}

.footer-link {
    width: 36px;
    font-size: 24;
    margin: 20px;
}

input,
select {
    border-radius: 0px;
    background: none;
    padding: 5px 20px;
    display: inline-block;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #979797;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrapper:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    color: #393939;
    position: relative;
    right: 25px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .navbar-menu li:not(:first-child) {
        display: none;
    }
    .navbar-menu li.icon {
        float: right;
        display: block;
    }
    .navbar-menu.expanded {
        position: relative;
        width: 100%
    }
    .navbar-menu.expanded .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-menu.expanded li {
        float: none;
        display: block;
        text-align: left;
    }
    .footer-card-content {
        flex-direction: column;
    }
    .footer-card-logo {
        align-self: center;
        flex: 1;
        order: 1;
    }
    .footer-card-items {
        flex: 1;
        order: 2;
        flex-basis: auto;
    }
}

@media screen and (max-width: 600px) {
    .footer-card-content-item-sub {
        font-size: 11px;
    }
    .footer-card-content-item h3 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 520px) {
    .footer-card-items {
        flex-direction: column;
    }
    .footer-card-content-item {
        text-align: center;
    }
    .footer-card-content-item-sub {
        display: none;
    }
}