@charset "utf-8";

html, body{
    min-height: 100%;
    font-family: 'demi', Arial, sans-serif;
}

.card{
    font-family: Arial, sans-serif;
    max-width: 30rem;
}

.container-fluid .row{
    padding: 0;
}

.cookie-banner{
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-family: Arial, sans-serif;
    padding: 10px;
    background: lightgray;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar-brand{
    color: orange !important;
    font-family: 'oldenglish', Arial, sans-serif;
    font-size: 22pt;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.theme-showcase .topbanner{
    color: white;
    background-image: url("../images/topbackground.png");
    background-color: #333333;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bottombanner{
    background-image: url("../images/bottombackground.png");
    background-color: #333333;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 0;
    color: white;
}
.theme-showcase .topbanner .main-logo {
    margin: 0;
    font-size: 90pt;
    line-height: 70%;
    font-family: 'metalcrimeregular', Arial, sans-serif;
}

.logo-yellow {
    color: orange;
    font-size: 160pt;
    font-family: 'oldenglish', Arial, sans-serif;
}

@font-face {
    font-family: 'metalcrimeregular';
    src: url('../fonts/tff/metalcrime-webfont.woff2') format('woff2'),
    url('../fonts/tff/metalcrime-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oldenglish';
    src: url('../fonts/tff/old-english-text-mt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'demi';
    src: url('../fonts/tff/eras-demi-itc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .theme-showcase .topbanner .main-logo {
        padding-top: 20px;
        font-size: 40pt;
        line-height: 70%;
        font-family: 'metalcrimeregular', Arial, sans-serif;
    }

    .logo-yellow {
        color: orange;
        font-size: 70pt;
        font-family: 'oldenglish', Arial, sans-serif;
    }
    .theme-showcase .topbanner .main-information {
        margin-top: 30px;
        font-size: 15pt;
        font-family: 'demi', Arial, sans-serif;

    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .theme-showcase .topbanner .main-logo {
        padding-top: 20px;
        font-size: 50pt;
        line-height: 70%;
        font-family: 'metalcrimeregular', Arial, sans-serif;
    }

    .logo-yellow {
        color: orange;
        font-size: 80pt;
        font-family: 'oldenglish', Arial, sans-serif;
    }
    .theme-showcase .topbanner .main-information {
        margin-top: 30px;
        font-size: 15pt;
        font-family: 'demi', Arial, sans-serif;

    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .theme-showcase .topbanner .main-logo {
        font-size: 60pt;
        line-height: 70%;
        font-family: 'metalcrimeregular', Arial, sans-serif;
    }

    .logo-yellow {
        color: orange;
        font-size: 100pt;
        font-family: 'oldenglish', Arial, sans-serif;
    }

    .theme-showcase .topbanner .main-information {
        margin-top: 30px;
        font-size: 18pt;
        font-family: 'demi', Arial, sans-serif;

    }
}



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .theme-showcase .topbanner .main-logo {
        font-size: 60pt;
        line-height: 70%;
        font-family: 'metalcrimeregular', Arial, sans-serif;
    }

    .logo-yellow {
        color: orange;
        font-size: 100pt;
        font-family: 'oldenglish', Arial, sans-serif;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .theme-showcase .topbanner .main-logo {
        font-size: 60pt;
        line-height: 70%;
        font-family: 'metalcrimeregular', Arial, sans-serif;
    }

    .logo-yellow {
        color: orange;
        font-size: 100pt;
        font-family: 'oldenglish', Arial, sans-serif;
    }

    .theme-showcase .topbanner .main-information {
        margin-top: 20px;
        font-size: 20pt;
        font-family: 'demi', Arial, sans-serif;

    }

}