
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Roboto:wght@300&display=swap');

body{
	
  /*    font-family: Roboto,"EB Garamond", serif;	*/
    font-family: Roboto !important;
    font-weight: 300;
    color: #333;
    background-color: #fff;
  }
  #bodyContent{
    background-color: #fff;
    padding-bottom: 5%;
  }
  .main{
    margin-bottom:20%;
    
  }
  .main-ingress{
      color:#000;
      font-weight:700;
      text-shadow: none;
  }
/*
  .main-raised.raised-75{

    margin-top: 40px;
    
  }
  */
  

  .event-group-day {
    background-color:#000;
}
  .event-search .label{
      color:#000;
      text-shadow: none;
  }

  .event-card .card-title {
   /*   font-family: Roboto,"Barlow Semi Condensed";	*/
    font-family: Roboto;
      text-transform: uppercase;
    color: #333;
  }
  h1, h2, h3, h4, h5, h6{
    /*  font-family: Roboto,"Barlow Semi Condensed"; */
    font-family: "EB Garamond" !important;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    text-shadow: none;
    color: #333;
  }
  
  .page-header{
      background-image:none;
  /*	background-color: #fff;	*/
      box-shadow: none;
  }
  
  .nav-link{
    /* font-family: Roboto,"Barlow Semi Condensed"; 
	font-family: Roboto;		*/
	font-family: "EB Garamond" !important;
	
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
	color: #333;
}
.nav-link:hover, .nav-link:active, .nav-link:focus{
    color: #ac1e0a;
}
#navbarCollapse{
		padding-top: 30px;
}
.footerLink{
	font-family: "EB Garamond" !important;
}

.footerLink:hover, .footerLink:active, .footerLink:focus{
	color: #ac1e0a;
	
}
footer a, footer a:visited{
  font-family: Roboto,"Barlow Semi Condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #333;
}

footer a:hover, footer a:active, footer a:focus{
  color: #c9ab81;
}

.btn-primary{
  background-color: #00637D;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #0E7995;
}
#avbokaButton{
  color: #fff;
  text-decoration: none;
    
  background-color: #dc3545;
}
#avbokaButDiv{
		text-align:left !important;
	}

/* ----------------------------------------------
  Kolla om dessa behövs (från SERVER-zorn_biljetto.css)

.tartColLabel{
   
    color: #696969;
    font-size: 14px;
}
.navbar-toggler{
	color: #000;
}

@media(min-width: 576px){
	.footer {
		bottom: 0;
		width: 100%;
	}
	
}
-----------------------------------------------
*/




/*
  ---------
    TODO 
    Nedan skall troligen flyttas till default eller tas bort 
*/

@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){
	.main-raised h1{
    margin-top:50px;
  }
  .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;
  }
  #topLogo{
		margin-right: 20px;
	
	}
}
@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;
	}
}
.alDate-background a.ui-state-default {
  background: #000;
  color: #fff;
}