body, html{
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    background-color: #fff;
}
h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
li a:hover {
    background-color: #1257a1;
    color: white;
    border-radius: 10px;
}

.red{
    color:#ec2f29;
}
.blue{
    color:#1257a1;
}
.gray{
    color:#777777;
}
#bsp{
    background-color: #F0F0ED;
}
#accomodation{
    background-color: #F0F0ED;
}
.container-lg{
    max-width:1280px;
}
.column{
    background-color: #F4F6F6;
}
tr.spaceUnder>td {
    padding-bottom: 1em;
}
.freeprivacypolicy-com---nb .cc-nb-main-container{
    position: fixed !important;
    bottom: 0 !important;
    background-color: rgba(255,255,255,0.8) !important;
    border-top: 2px solid red !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    background-color: red !important;

}
.freeprivacypolicy-com---palette-light .cc-nb-reject{
    background-color: red !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-save{
    background-color: red !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px red !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link:hover{
    background-color: red !important;
    color: white !important;
}


/* programme */

.modoSpeaker{
    font-size: .7em;
    font-style: italic;
}
.gridDesc{
    padding:5px 0;
}
.gridDesc p{
    font-size: 14px !important;
}

strong{
    font-weight: 600 !important; 
}

/* archieves */

.archiveImg{
    transition: all 0.8s;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 8px;
    cursor: pointer;
}

.archiveImg:hover{
    transition: all 0.8s;
    opacity: 0.5;
    rotate: 5deg;
}

