body {
	font-family: "Times New Roman", Georgia, Serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
}

html, body {
	font-size:0.98em;
}

.webwidth {
	max-width:1200px;
}


.menufont {
	letter-spacing:4px;
	font-size: 1em;		/* 1em is 16 pixel */	
}

.bannersize {
	width: 100%;
	height: 300px;
}
.bannerbg {
	background-position: top;
	background-repeat: no-repeat, no-repeat;
	background-size: cover; /* keep ratio but width or height can be cut */
}


.card-fixed-head {
	height:160px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.card-fixed-head {
		height:100px;
	}
}
.card-fixed-body {
	height:240px;
	overflow: hidden;
}
.card-fixed-foot {
	height:50px;
	overflow: hidden;
}

.card-fixed-artist {
	height:310px;
	overflow: hidden;
}

.mySlides {display:none}
.w3-tag, .fa {cursor:pointer}
.w3-tag {
	height:15px;
	width:15px;
	padding:0;
	margin-top:6px
}

/* display responsively youtube */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}