@font-face {
    font-family: 'Postmuseum-Display';
    src:url('fonts/PostmuseumDisplay-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    color: #17204D;
}
@font-face {
    font-family: 'RecifeText';
    src:url('fonts/RecifeText-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    color: #17204D;
}
body{
    font-family: RecifeText,  Arial, serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Postmuseum-Display';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-title{
    font-size: 1.2rem !important;
}
@media(max-width: 370px){
	#topLogo{
		max-width: 190px;
	}
	.shopping-basket{
		max-width: 300px;
	}
}
@media(min-width: 812px){
	#topLogo{
	    max-width: 330px;
        height: 42px;
	}
}
a, a:visited{
    color: #000;

    /* color: rgb(23, 32, 77); */
    /* text-decoration: none; */
}
a:hover{
    color:rgb(184, 206, 217);
    /* text-decoration: none */
}
a:active{
    /* text-decoration: none */
    color: rgb(23, 32, 77);
}

.navbar{
    background-color: rgb(254, 255, 139);
}
.nav-link{
    font-size: 1.4rem;
}
.footer{
    background-color: rgb(63, 62, 39) !important;
    color: rgb(206, 236, 242);
}
.footerLink{
    color: rgb(206, 236, 242);
    font-size: 1.4rem !important;
}

a.footerLink:link {color:rgb(206, 236, 242);}
a.footerLink:visited {color:rgb(206, 236, 242);}
a.footerLink:hover {color:rgb(206, 236, 242);}

#evartContainer{
    background-color: rgb(243, 248, 249);
}
.evenemangArtPage{
    background-color: rgb(243, 248, 249);
}
.evArtList {
    background-color: rgb(243, 248, 249);
}


.evArtList .occurence:nth-child(odd){
    background-color: rgb(243, 248, 249);
}
.tartUartContainer{
    background-color: rgb(243, 248, 249);
    border: 1px;
    border-style: none solid solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tartChooseWithUartsContainer{
    background-color: rgb(243, 248, 249);
    padding-top: 10px;
    border: 1px;
    border-style: solid solid none;
    font-weight: bold;
}
.event-group-day{
    color:#000;
    background-color: rgb(234, 228, 192);
    font-size:16px;
    font-weight:700;
    padding:6px 0;
    cursor: pointer;
    border-bottom:1px solid #fff;

}

/* DATE PICKER */

.ui-widget-header {
    background-color: rgb(234, 228, 192);
    color: #fff;
}
.ui-state-highlight{
    background-color: rgb(23, 32, 77) !important;
}

a.ui-state-default{
    background-color: rgb(23, 32, 77) !important;
}

/* .ui-widget {
    border-radius: 6px;
    border: 1px solid #5FBFD6 !important;
}

.alDate-background{
    background-color: rgb(23, 32, 77) !important;
}



 */

.btn-primary{
    background-color: rgb(23, 32, 77);
}
.btn-primary:hover {  background-color: rgb(23, 32, 77); }
.btn-primary:active {  background-color: rgb(23, 32, 77); }

/* .btn-primary:hover:active{
    background-color: rgb(23, 32, 77);
} */