
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap');

body{
  font-family: "EB Garamond", serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: none;
  /* color: rgb(33, 37, 41);  */
  color: #000;

}

.main-ingress{
  font-size:22px;
  color:#000;
  text-shadow: none;
}
.main-ingress a, .main-ingress a:visited{
  color:#000;
  font-weight:700;
  text-decoration: underline;
}

.nav-link{
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}
.nav-link:hover, .nav-link:active, .nav-link:focus{
  color: #c9ab81;
}


footer a, footer a:visited{
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color:#000;
  font-weight: 600;
}
footer a:hover, footer a:active, footer a:focus{
  color: #c9ab81;
}

#avbokaButton{
  color: #fff;
  text-decoration: none;
}
.btn-primary{
    background-color: #00637D;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #0E7995;
}

.event-group-day{
  color:#fff;
  background-color: #000;
  font-size:16px;
  font-weight:700;
  padding:6px 0;
  cursor: pointer;
  border-bottom:1px solid #fff;

}

.day-collapse .event-day{

  border-bottom:1px solid #D8D8D8;
}
.day-collapse .event-day:last-child{
  border-bottom:none;
}

@media(max-width: 576px){
    .main-ingress{
        font-size:16px;
    }
    .shopping-basket{
        max-width:350px;
        margin-top:10px;
    }
    .main{
        margin: 0 10px 0;
    }
}
@media(min-width: 576px){
	.footer {
		bottom: 0;
		width: 100%;
	}
  #basketMarker{
    font-size: 2em !important; /*size whatever you like*/
  }
  .fa-shopping-basket.has-items .marker {
    top:28px;
    left:42px;
    width:10px;
    height: 10px;
  }
}
@media(min-width: 768px){
  #sendEmailButton{
    margin-right: 100px;
  }
}
@media(min-width: 9920px){
  .tillfTartContainer{
    margin-left:50px;
    border: 1px solid;
  }
}
@media(max-width: 370px){
	#topLogo{
		max-width: 190px;
	}
	.shopping-basket{
		max-width: 300px;
	}
}