
* {
    font-family: "Raleway", sans-serif;
    /*font-family: "Montserrat", sans-serif;*/
    /*font-family: "Lora", serif;*/
    font-weight: 400;
    /*font-size: 12pt;*/
    font-style: normal;
}
.navbar-dark .navbar-nav .nav-link {
    color:#fff;
    margin-right: 1.5rem;
    font-size: 0.97rem;
}
.navbar {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 1.6rem;
}

h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}
.album img {
    height:350px; object-fit:contain;
}

a {
    color:#000; 
}

.album a {
    color:#000;
    text-decoration:none;
}

div.lead p {
    font-weight: 300;
}


.btn-dark, .btn-outline-dark {
    font-size: 0.9rem;
}

.album button {
    font-size: 0.9rem;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    padding: 0;
}
.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-dark .navbar-toggler i {
    font-size: 1.6rem;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 3rem;
}
.breadcrumb a {
    color:#000;
    text-decoration:none;
    
}

.accordion-button {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button {
    padding-left: 0px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 0px;
}


.badge {
    font-size: 1.2rem;
    font-weight: 400;
}

.badge.bg-danger {
    font-size: 0.7rem;
}


h2 span.badge.bg-danger {
    font-size: 1.2rem;
}

.picture img {
    height: 500px;
    object-fit:contain;
    max-width:100%;
}


.thumbs img {
    width: 80px;
    height:80px;
    object-fit: contain;
    padding:0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor:pointer;
}

.inactive {
        filter: opacity(0.5);
}

.goverlay {
    background: rgba(255,255,255,0.95);
}

.card-text {
    text-transform: uppercase;
}

a.glightbox {
    text-align:center;
}

.table>:not(caption)>*>* {
    padding-left: 0px;
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
}

.reddot {
    left: 100px !important;
    top: 12px;
}

.banner .lead {
    font-size: 1.4rem;
}


.banner h2 {
    font-size: 2rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.linkButton {
    border: none;
    background-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    color: #0d6efd;
    text-decoration: underline;
}

.imgThumb {
    max-width: 200px;
}

.noButton {
    background: none;
    border:none;
}

/* Override Bootstraps dropdown icon */
.dropdown-toggle::after {
    display: none;
}

video {
    max-width: 100%
}

.text-red {
    color: #dc3545;
}

.copyright {
    font-size: 0.8rem;
}