:root { --jumbotron-padding-y: 3rem; }

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child { margin-bottom: 0; }

.jumbotron-heading { font-weight: 300; }

.jumbotron .container { max-width: 40rem; }

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #777777;
    font-size: 10px;
    text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body > .container { padding: 60px 15px 15px; }

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

code { font-size: 80%; }

.logoimage { max-width: 800px; }

.nounderline { text-decoration: none !important }

.cover { object-fit: cover; }


/*@media (max-width: 767.98px) {
    .cover {
        max-height: 100vh;
    }
}*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .cover {
        max-height: 139px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .cover {
        max-height: 192px;
    }
}

@media (min-width: 1200px) {
    .cover { max-height: 232px; }
}

button.close {
    margin-right: -15px !important;
    margin-top: -15px !important;
    background-color: #505050 !important;
    /*border-radius: 15px !important;
    */width: 30px !important;
    height: 30px !important;
    /*opacity: 1 !important;
    text-align: center !important;*/
    padding-bottom: 9px !important;
    /*border-color: black !important;
    border-style: solid !important;
    border-width: 1px;*/
}