body{
    font-family: 'Montserrat', sans-serif !important;
    background-color: #edc685;
}

.btn-primary{
    background-color: blue;
    color: #fff !important;
    border: none;
}

.btn a{
    color: #edc685;
}
.btn a:hover{
    text-decoration: none;
}

.btn-exp{
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    transition: all 0.3s;
}
.btn-exp:hover{
    background-color: #ddd;
}

/* .align-center{
    align-items: center;
} */

/* .cover {
    object-fit: cover;
} */


/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(4); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }


/* Cookie Consent */
#cookieConsent {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 26px;
    padding: 2rem;
    border-radius: 5px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none;
    z-index: 9999;
}

#cookieConsent a{
    color: #ccc;
    transition: all 0.3s;
}

#cookieConsent a:hover{
    color: #fff;
    text-decoration: underline;
}

/* .menu-header h1{
    text-align: center;
    font-weight: 700;
}

.menu-table{
    width:100%;
    padding-bottom: 5px;
    margin-bottom: 30px;
} */
/*
.menu-top{
    border-top: solid 1px silver;
}*/
/* .menu-row{
    border-bottom: solid 1px silver;
} */
/* .mtCol1{
    max-width: 70%;
    margin: 0px;
} 
*/
/* 
.mtCol2{
    width: 8%;
}

.mtCol3{
    width: 10%;
    text-align: center;
}

.mtCol4{
    width: 12%;
    text-align: center;
} */
/*
.mtCol5{
    width: 50%;
}
/*
.font-small{
    font-size: small;
} */

/*.mtCol6{
    width: 50px;    
}*/
/* 
.h7{
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
}
#r1,  #r2,  #r3,  #r4,  #r5,  #r6,  #r7,  #r8,  #r9,  #r10, 
#r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19, #r20,
#r21, #r22, #r23, #r24, #r25, #r26, #r27, #r28, #r29, #r30,
#r31, #r32
{
    font-family: "Font Awesome 5 Free";
    font-size: smaller;
    color: red;
    visibility: hidden;
}
#u1{
    font-size: x-small;
    
} */
/* 
.j-enq{
    height: 75px;
    align-items: baseline;
} */

@media(max-width: 576px){
    .container h1{
        font-size: 50px;
    }
    .container img{
        min-width: 285px;
        width: 285px;
    }
}