html {
    font-size: 1rem;
    position: relative;
    min-height: 100%;
}



.logo {
    width: 280px;
    max-width: 95vw;
}

.btn-primary:hover, .btn {
    border-color: none !important;
}

.btn-primary:hover {
    opacity: 75%;
}

ul {
    list-style-type: none;
}

a .socimg:hover {
    box-shadow: 0px 0px 4px .5px #555;
    border-radius: 5px;
}

#galicon {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2rem;
    font-style: italic;
    color: #AA0000;
}
#galicon:hover {
    text-decoration: underline;
}

#albumTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.4rem;
    font-style: italic;
}

.galmenu ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
}

.galmenu ul li a:hover {
    text-decoration: none;
    color: #AA0000;
}

p {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

h1, h2, h3, h4, h5, h6  {
    font-family: 'Open Sans', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
    cursor: pointer;
    
}

.galleryImage{
    border: 2px solid #aaaaaa;
    box-shadow: 0px 0px 6px rgba(130 130 130 / 1);
    max-height: 280px;
    margin: 5px;
}

.card {
    border: none !important;
}

.card-img-overlay h5{
    background-color: rgba(5 5 5 / 0.7);
    color: white;
    font-size: 1rem;
    padding: 5px 7px;
    width: fit-content
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a.nav-link {
    color: #999;
}

a.nav-link:hover{
    color: #fff;
}

.nav-link {
    color: #aaa;
}

.nav-link:hover {
    color: #fff;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


#foot {
    margin: 6vh 0 0 0;
    padding: 20px 0;

}

.marginTop {
    margin-top: 1rem;
}

.footer {
    position: absolute;
    width: 100%;
    overflow:hidden;
    border: none !important;
    background-color: #353535;
}

.positions {
    list-style-type: circle;
}

.contact {
    line-height: 1rem;
    color: #fff;
}

.navbar-nav {
    align-items: end !important;
}

.nav {
    font-family: 'Montserrat', Arial, Geneva, Verdana, sans-serif;
}

blockquote {
    font-style: italic;
}

formgroup {
    flex: 1 2 60px;
}

textarea {
    resize: both;
    width: 45%;
}

.navbar-nav {
    justify-content: space-around;
}

.btn-primary {
    background-color: #AA0000 !important;
    color: #fff !important;
    border: none !important;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

.partnerImage {
}

label {
    padding-right: 10px;
}

.myborder {
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(77 77 77 / .5);
}

.myshadow {
    box-shadow: 0px 0px 4px rgba(77 77 77 / 1);
}

.bg-grey {
    background: rgba(130 100 100 / 0.3);
}

.w100 {
    width:100%;
}


.bg-gray {
    background: rgba(77 77 77 / 0.5);
}

.container-fluid {
    padding: 0 !important;
}

.main {
    padding: 0;
}

.titleHeader {
    background: rgb(38,38,38);
    background: linear-gradient(10deg, rgba(38,38,38,1) 25%, rgba(187,0,0,1) 81%);
    color: rgba(245 245 245 / 1);
    font-family: 'Work Sans', sans-serif;
}

.titleHeader h1 {
    font-size: 3rem;
    margin: 0;
    padding: 1vh 0 0 0;
}

.fleft {
    float: left;
}

.dotz {
    list-style-type: square;
    line-height: 2.7rem;
}


#bannerimg {
    width: 100%;
    height: 74vh;
    /*max-height: 81.3vh;*/
    max-width: 1920px;
}

.main {
    margin: 0 auto;
}

.row {
    margin-right: 0 !important;
}

.navstyle{
    display: flex;

}


.nav-item {
    font-size: 1.5rem;
    font-family: 'Open-Sans', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-bottom: 0 !important;
}


.navbar {
    padding: 0 10px;
}

.navbar-nav {
    margin: 3vh 0 0 0;
}

.navbar-brand {
    margin: 0 10vw 0 0;
}

.navbar-toggler {
    /* background-image: url(../img/site/navicon.jpg);
    background-repeat: no-repeat;*/
    transition: none !important;
    margin: 5px;
}

#about p {
    font-size: 1.3rem;
}

#about li {
    font-size: 1.3rem;
}

#about h3 {
    font-size: 2rem;
}


/*back to top code*/
.btt {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 3%;
    width: 64px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.75;
    transform: scale(0.8);
    background-image: url(../img/site/top.png);
}

.btt:hover {
    opacity: 0.7;
}

blockquote {
    font-size: 1.4rem;
}

.text-white {
    color: #fff;    
}

    .bz-bdg > a {
        display: block;
        font-family: Helvetica;
        font-size: .8rem;
        color: #fff;
        text-align: center;
        margin-top: 4px;
    }

    .bz-bdg .small-label {
        margin-top: -12px;
        padding: 0 10px;
    }

@media screen and (max-width: 992px) {

    .partnerImage {
        transform: scale(0.5);
    }

    .nav-item {
        font-size: 1rem;
    }

    #bannerimg {
        height: 50.5vh;
    }
}

@media screen and (max-width: 550px){

    #galicon {
        font-size: 1rem;
    }

    #albumTitle {
        font-size: 1.2rem;
    }

    .galmenu ul li a {
        font-size: 0.7rem;
    }

    .titleHeader h1 {
        font-size: 1.5rem;
    }

    .card-img-overlay h5 {
        font-size: 0.8rem;
    }

    #about p {
        font-size: 1rem;
    }

    #about li {
        font-size: 1.1rem;
    }

    #about h3 {
        font-size: 1.3rem;
    }

    #bannerimg {
        height: 33.3vh;
    }

}


@media screen and (max-width: 275px) {
    #bannerimg {
        height: 200px;
    }

    p {
        font-size: 0.8rem;
    }

}