@import "../node_modules/bulma/css/bulma.css";
@import url('../fonts/JACKPORT REGULAR NCV.ttf');

@font-face {
    font-family: 'Germania One';
    src: url('../fonts/GermaniaOne-Regular.woff2') format('woff2'),
    url('../fonts/GermaniaOne-Regular.woff') format('woff'),
    url('../fonts/GermaniaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

.navbartitle {
    color: #FFFFFF;
    margin-left: 10px;
}

#eventtitle {
    margin-bottom: 5px;
}

body {
    background-image: url("../pictures/backgrounds/background.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black !important;
    min-height: 100%;
    background-size: cover;
    margin: 0;
    font-family: 'Germania One', cursive !important;
}

header {
    margin: 0 20px;
}

#logoutbtn {
    margin-right: 0 !important;
}

.card {
    background-color: #FFFFFFa3;
}

.field.has-addons {
    display: flex;
    justify-content: center;
}

.title {
    /*font-family: 'JACKPORT REGULAR NCV', cursive !important;*/
    font-weight: normal;
}

nav {
    background-image: url("../pictures/backgrounds/navbar.webp");
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}


.pagination-previous, .pagination-next, .pagination-link {
    background-color: rgb(72, 123, 165);
    color: #FFFFFF;
}

.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover {
    background-color: rgb(83, 104, 121);
    color: #FFFFFF;
}

#copyright {
    max-height: 40px;
}

.navbar-item {
    padding: 0;
    margin: 0 20px 0 0;
    font-size: 20px;

}

.specbc {

    background: linear-gradient(currentColor 0 0) left var(--p, 50%) bottom 0 /var(--d, 10%) 3px no-repeat,
    linear-gradient(currentColor 0 0) right var(--p, 50%) bottom 0 /var(--d, 10%) 3px no-repeat;
    transition: 0.3s, background-position 0.3s 0.3s;
}

.specbc:hover {
    background-color: #FFFFFF00 !important;

    --d: 100%;
    --p: 100%;
    transition: 0.3s, background-size 0.3s 0.3s;
}

.mobileonly {
    display: none;
}

.navbar-item img {
    max-height: 35px;
}

main {
    padding: 20px;
}

#mainc {
    height: 450px;
}

.leftcolumn {
    margin-right: 16px;
}

.tags {
    margin: 5px !important;
}

.rightcard {
    margin: 10px 0 !important;
    padding: 5px;
}

#rightcolumn {
    padding-top: 0 !important;
}

#searchbar {
    max-width: 300px;
}

.tag {
    margin: 5px !important;
}

.card {
    color: black;
}

.card .media:not(:last-child) {
    margin-bottom: 10px;
}

.imagesrc {
    max-height: 600px;
}

#podcastwidget {
    height: 450px;
}

.articleslide {
    height: auto;
}

.footer {
    margin: 0;
    height: 200px;
}

.footeritems {
    display: inline-block;
    margin: 0 15px;
}

.socialimg {
    max-height: 50px;
}

.icon {
    width: 45px !important;
    height: auto !important;
}


ul {
    list-style-type: none;
}

.red-alert {
    background-color: #B71C1C;
    color: white;
}

.navbar-burger {
    color: white !important;
    margin-right: 10px;
}

.navbar-burger span {
    height: 2px;
    width: 20px;
}

figure.image {
    margin: 0 auto !important;
}

.image-style-side {
    float: right;
}

.mobilesearch {
    display: none;
}

.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

.title {
    color: black;
}

.media {
    margin: 5px !important;
}
.mediaembedvideo2 {
    width: 700px;
    height: 350px;
}
.mediaembedvideo {
    width: 700px;
    /* height: 350px;*/
}

.mediaembedvideo>iframe {
    color-scheme: none!important;
}

@media screen and (max-width: 1100px) {
    .mediaembedvideo {
        width: 600px;
        /* height: 300px;*/
    }
}

@media screen and (max-width: 1023px) {
    body {
        background-image: url("../pictures/backgrounds/mobilebc.webp");
    }

    .navbar-menu {
        background-color: rgb(255, 255, 255, 0);
    }

    .mobilesearch {
        display: block;
    }

    #searchbtn {
        margin: 5px;
    }

    .navbar-item {
        margin: 0 0 10px 0;
        padding: 5px;
        text-align: center;
    }

    .pcsearch {
        display: none;
    }

    #navMenu {
        padding: 0;
    }

    nav {
        background-image: url("../pictures/backgrounds/mobilenavbar.webp");
    }

    .footerbar {
        margin-left: 0 !important;
    }

    .navbar {
        padding: 0;
    }

    .leftcolumn {
        margin: 0 13px;
    }

    .media-right {
        margin: 13px;
    }

    .pconly {
        display: none;
    }

    #eventm {
        margin-bottom: 30px !important;
    }

    .navbtns {
        display: block;
    }

    #searchbar {
        margin: 5px;
    }

    .mobileonly {
        display: block;
    }

    .mediaembedvideo {
        width: 500px;
        /*height: 250px;*/
    }
}

@media screen and (max-width: 800px) {
    .mediaembedvideo {
        width: 400px;
        /*height: 200px;*/
    }
    .mediaembedvideo2 {
        width: 400px;
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .mediaembedvideo {
        width: 300px;
        /*height: 150px;*/
    }
    .mediaembedvideo2 {
        width: 300px;
        height: 150px;
    }
}
