/* New Style */

@font-face {
    font-family: "Bohemain";

    src: url("../lib/fonts/Bohemian-Typewriter.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";

    src: url("../lib/fonts/Lato-Regular.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bohemain" !important;
}

.login-label {
    font-size: 15px;
}

h2 {
    padding: 1em 0 1em 0;
}

p,
a,
li,
input {
    font-family: "Lato";
}

.form-styled-list {
    list-style: none;
}

.form-styled-list::before {
    content: "\2022";

    color: #f5be4c;

    display: inline-block;

    width: 1em;
}

/* new */

.next-card-row {
    margin-top: 0.5rem;
}

.next-card-section {
    margin-top: 2em;
}

.view-venues-header {
    color: black;
}

#navigation-logo {
    padding: 0.2em;

    width: 120px;

    height: 120px;
}

#filter-venue-search {
    width: 70%;

    color: #999;

    background-color: #eee;

    border: 0;

    padding: 12px;

    margin: 10px;

    font-size: 14px;
}

#mobile-navigation a {
    color: #6a6e75;

    padding: 1em;

    text-decoration: none;
}

#mobile-navigation .active,
.active {
    color: #f5be4c;
}

.venue-item > td {
    vertical-align: middle;
}

/* Bucketlist Items */

.bucketlist-item {
    border: 1px solid #f0f0f0;

    border-radius: 5px;

    text-align: left;

    padding: 0 !important;

    margin: 1em;

    background-color: white;

    color: black;
}

.bucketlist-item-completed {
    border-color: #30b300;
}

.dataTables_length select {
    margin-left: 1em;

    margin-right: 1em;
}

#admin-table_filter {
    margin-right: 3em;
}

tbody {
    border-bottom: 1px solid #dee2e6;
}

.bucketlist-item-inner {
    padding: 0.2em 1em 0.5em 1em;
}

.bucketlist-important-information {
    background-color: #f5be4c;

    color: white;

    padding: 0.5em;
}

.btn-tag {
    font-size: 0.7em;

    margin: 1em 0.1em 0 0.1em;
}

.bucketlist-modal {
    padding: 2em;
}

.bucketlist-modal-buttons {
    padding: 1em;
}

.bucketlist-item-row {
    display: flex;

    justify-content: center;

    margin: 3em 0 3em 0;
}

#navigation-icon {
    color: #f5be4c;
}

.icon {
    margin-top: 0.25em;
}

.input {
    background-color: #fafafa;
}

.primary-link {
    color: #f5be4c;
}

/* Navigation */

#mobile-links {
    display: none;
}

#mobile-links > a {
    border-bottom: 1px solid #eaeaea;
}

.topnav a.icon {
    color: #f5be4c;

    display: block;

    position: absolute;

    right: 0;

    top: 0;
}

#mobile-navigation a.icon {
    color: #f5be4c;

    display: block;

    position: absolute;

    right: 0;

    top: 0;
}

.navigation-bar {
    background-color: #fff;

    color: #696969;

    z-index: 1;

    position: fixed;
}

#desktop-navigation > a {
    padding: 1em;
}

#mobile-bar {
    display: flex;

    justify-content: space-between;
}

#navigation-hamburger {
    align-self: center;
}

thead {
    background-color: #f5be4c;

    color: white;

    font-family: Bohemain;
}

.btn-form-primary,
.btn-form-secondary {
    text-align: center !important;

    outline: 0;

    border-radius: 5px;

    padding: 15px;

    color: #ffffff !important;

    width: 100%;

    -webkit-transition: all 0.3 ease;

    transition: all 0.3 ease;

    cursor: pointer;
}

/* Forms */

.form {
    margin: 3em;
}

.form-new-section {
    margin-top: 1.5em;

    margin-bottom: 1.5em;
}

.form-heading {
    margin-top: 3em;

    margin-bottom: 2em;
}

.form-edit-venue-new-section {
    margin-top: 2em;

    margin-bottom: 2em;
}

/* Old Style */

button:focus {
    outline: 0 !important;
}

#back-to-top {
    position: fixed;

    bottom: 10px !important;

    right: 10px !important;

    width: 30px;

    height: 30px;

    text-align: center;

    padding: 6px 0;

    font-size: 12px;

    line-height: 1.42;

    border-radius: 15px;

    background-color: #f5be4c;

    border-color: #f5be4c;

    border-style: solid !important;

    color: white;
}

.tooltip .tooltiptext {
    width: 120px;

    bottom: 100%;

    left: 50%;

    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.banner {
    padding: 8em;
}

.banner-box {
    margin: 2em;

    padding: 4em;

    color: white;

    background-color: rgba(245, 189, 76, 0.8);
}

.logged-in-banner {
    padding: 2em 0 2em;
}

.bucketlist-image {
    width: 100%;

    height: 200px;
}

.my-bucketlist-category {
    color: white;

    background-color: #f5be4c;
}

.bucketlist-item-tags,
.bucketlist-item-bottom {
    text-align: center;
}

.event-image {
    width: 100%;

    height: 15em;
}

.event-text > p {
    padding: 0.5em 0 0.5em;
}

.black-colored-text {
    color: #6a6e75;
}

@media screen and (min-device-width: 200px) and (max-device-width: 320px) {
    .bucketlist-image {
        height: 200px;
    }

    .view-item-information-title {
        text-align: center;
    }

    .view-item-information-details {
        text-align: center;

        padding: 1em;
    }
}

@media screen and (min-device-width: 321px) and (max-device-width: 425px) {
    .bucketlist-image {
        height: 220px;
    }

    .view-item-information-title,
    .view-item-information-details {
        text-align: center;
    }
}

@media screen and (min-device-width: 425px) and (max-device-width: 500px) {
    .bucketlist-image {
        height: 250px;
    }

    .view-item-information-title,
    .view-item-information-details {
        text-align: center;
    }
}

@media screen and (min-device-width: 990px) and (max-device-width: 1024px) {
    .bucketlist-image {
        height: 150px;
    }
}

@media screen and (min-device-width: 200px) and (max-device-width: 375px) {
    .event-image {
        height: 15em;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    p {
        font-size: 12px !important;
    }

    .banner {
        padding: 8em 0 2em;
    }

    .logged-in-banner {
        padding: 10em 0 2em;
    }

    .banner-box {
        margin: 2em;

        padding: 2em;
    }

    .padded {
        padding: 0.2em 0.8em 0.2em 0.8em;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 14px !important;
    }

    .bucketlist-item-inner > h5 {
        font-size: 16px;
    }
}

@media screen and (min-width: 300px) and (max-width: 374px) {
    p {
        font-size: 10px;
    }

    h2 {
        font-size: 22px;
    }

    h5 {
        font-size: 16px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 10px !important;
    }

    .form-control,
    .form-check,
    option {
        font-size: 0.6rem;
    }

    .login-label {
        font-size: 1rem;
    }
}

@media screen and (min-width: 375px) and (max-width: 499px) {
    h1 {
        font-size: 25px;
    }

    p {
        font-size: 12px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 12px !important;
    }

    .padded {
        padding: 0.2em 1em 0.2em 1em;
    }

    .form-control,
    .form-check,
    option {
        font-size: 0.7rem;
    }

    .login-label {
        font-size: 1rem;
    }
}

@media screen and (min-width: 500px) and (max-width: 575px) {
    .bucketlist-image {
        height: 250px;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 27px;
    }

    h5 {
        font-size: 18px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 16px !important;
    }

    .padded {
        padding: 0.5em 2em 0.5em 2em;
    }
}

@media screen and (min-width: 576px) and (max-width: 630px) {
    .bucketlist-image {
        height: 200px;
    }

    p {
        font-size: 12px;
    }

    h2 {
        font-size: 27px;
    }

    h5 {
        font-size: 14px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 8px !important;
    }

    .padded {
        padding: 0.5em 2em 0.5em 2em;
    }
}

@media screen and (min-width: 631px) and (max-width: 700px) {
    .bucketlist-image {
        height: 250px;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    .btn-tag {
        font-size: 10px !important;
    }

    .bucketlist-item-bottom > button {
        font-size: 13px !important;
    }

    .padded {
        padding: 0.5em 0.5em 1em 0.5em;
    }
}

@media screen and (min-width: 701px) and (max-width: 750px) {
    .bucketlist-image {
        height: 200px;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 12px !important;
    }

    .padded {
        padding: 0.5em 1em 0.5em 1em;
    }

    .small-input {
        width: 80%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 60%;
    }
}

@media screen and (min-width: 751px) and (max-width: 850px) {
    .event-image {
        height: 10em;
    }

    .bucketlist-image {
        height: 200px;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 12px !important;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .small-input {
        width: 80%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 40%;
    }
}

@media screen and (min-width: 851px) and (max-width: 990px) {
    .bucketlist-image {
        height: 200px;
    }

    p {
        font-size: 12px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 10px !important;
    }

    .padded {
        padding: 1em 0.5em 1em 0.5em;
    }

    .small-input {
        width: 80%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 50%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1000px) {
    p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    .btn-tag {
        font-size: 8px !important;
    }

    .bucketlist-item-bottom > button {
        font-size: 10px !important;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .small-input {
        width: 80%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 40%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1023px) {
    .btn-tag {
        font-size: 8px !important;
    }

    .bucketlist-item-bottom > button {
        font-size: 10px !important;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .small-input {
        width: 80%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 40%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1050px) {
    .btn-tag {
        font-size: 8px !important;
    }

    .bucketlist-item-bottom > button {
        font-size: 10px !important;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .small-input {
        width: 65%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 25%;
    }
}

@media screen and (min-width: 1050px) {
    .small-input {
        width: 50%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 30%;
    }
}

@media screen and (min-width: 2300px) {
    #navigation-logo {
        width: 200px;

        height: 200px;
    }

    .bucketlist-image {
        height: 400px;
    }

    a {
        font-size: 20px;
    }

    p {
        font-size: 21px;
    }

    h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 24px;
    }

    .btn-tag,
    .bucketlist-item-bottom > button {
        font-size: 18px !important;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .banner-box {
        margin-top: 10em;
    }

    button {
        font-size: 20px !important;
    }

    .small-input {
        width: 40%;
    }

    .btn-form-primary,
    .btn-form-secondary {
        width: 20%;
    }
}

@media screen and (min-device-width: 375px) and (max-device-width: 1024px) {
    .ui-datepicker {
        font-size: 8px !important;

        width: 25em !important;
    }

    .ui-datepicker-title {
        margin: 0 !important;

        font-size: 6px !important;

        padding: 0 0.2em;
    }

    .mobile-link-buttons {
        text-align: center;

        margin: 0 auto;

        visibility: visible;
    }

    .banner {
        padding: 7em 0 2em;
    }
}

@media screen and (min-device-width: 1024px) {
    .ui-datepicker {
        width: 30em !important;
    }

    .ui-datepicker-title {
        margin: 0 !important;

        padding: 0 2.3em;
    }

    .mobile-link-buttons {
        visibility: hidden;
    }

    .padded {
        padding: 0.5em 2em 1em 2em;
    }

    .view-item-information-title {
        text-align: right;
    }

    .view-item-information-details {
        text-align: left;
    }
}

.primary-background {
    background-color: #f5be4c;

    color: white;
}

.white-background {
    background-color: white;
}

.white-background > p {
    color: #6a6e75;
}

.event-item {
    text-align: left;

    margin-top: 1em;

    background-color: white;

    color: #6a6e75;
}

.event-item > p {
    padding: 1em;

    overflow-wrap: break-word;
}

.footer-container {
    background-color: #262522;

    padding: 2em 1em 0 1em;

    color: white;
}

.footer-col {
    margin: 0.5em 0 0.5em 0;
}

.footer-copyright {
    background-color: #262522;

    padding: 1em;

    color: white;
}

.footer-social-icons {
    margin: 1em 1em 0 0;
}

/* Login */

.heading,
h3 {
    text-align: center;

    padding: 20px 0 20px 20px;
}

.btn-form-primary {
    background-color: #f5be4c;
}

.btn-form-primary:hover {
    background-color: #eba742;
}

.btn-form-secondary {
    background-color: #e89a25;
}

.btn-form-secondary:hover {
    background-color: #bf7d1b;
}

.btn-form-tertiary {
    font-family: "Bohemain";

    color: #ffe29e;
}

.btn-form-tertiary:hover {
    color: #ffcf5e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;

    color: #745da8 !important;
}

/* Landing Page */

.landing-div {
    padding-top: 2em;
}

#loading-div {
    text-align: center;

    padding: 10px;

    color: #f5be4c;
}

.icon-edit-venue,
.icon-view-venue,
.icon-collapse-venue,
.icon-mail-venue,
.icon-delete-venue {
    cursor: pointer;

    padding: 0.5em;

    border: 0;

    border-radius: 50%;

    color: #ffffff;
}

button[aria-expanded="true"] {
    background-color: #eba742;
}

.icon-view-venue {
    background-color: #f5be4c;
}

.icon-view-venue:hover {
    background-color: #eba742;
}

.icon-edit-venue {
    background-color: #28a745;
}

.icon-edit-venue:hover {
    background-color: #006919;
}

.icon-mail-venue {
    background-color: #007bff;
}

.icon-mail-venue:hover {
    background-color: #0054ad;
}

.icon-delete-venue {
	background-color: #dc3545;
}

.icon-delete-venue:hover {
	background-color: #c91627;
}
.item-text {
    padding: 5px 10px 0 10px;

    text-align: center;

    vertical-align: center;
}

.item-image {
    text-align: center;

    vertical-align: center;
}

.mini-box {
    margin: 0.5em 0;
}

.pink-icon {
    margin: 1em 0.5em;

    color: #f5be4c;
}

/* Admin Page */

.cell {
    padding-top: 5px;

    padding-bottom: 5px;
}

.admin-button {
    background-color: #f5be4c !important;

    border-color: #f5be4c !important;
}

.admin-button-active {
    background-color: #745da8 !important;

    border-color: #745da8 !important;
}

.table-headers {
    margin-top: 10px;

    background-color: #f5be4c;

    color: white;

    border-top-right-radius: 5px;

    border-top-left-radius: 5px;
}

.admin-summary-information {
    color: #f5be4c;

    border: 1px solid #eee;

    border-radius: 5px;

    margin: 2px;
}

.ui-datepicker-title {
    background-color: #f5be4c;

    color: white;
}

.ui-datepicker-calendar {
    background-color: #f5be4c;

    color: white;
}

.ui-datepicker-month,
.ui-datepicker-year {
    background-color: white;

    color: #eba742;
}
