
html, body {
	font-family: sans-serif;
}

h1, h2, h3 {
	font-family: 'Arial Narrow';
	text-transform: uppercase;
}
html, body {
	font-size:0.98em;
}
body {	
    background-repeat: no-repeat;
    /*background-image: url("../images/bkg.jpg");	*/
    background-size: cover;
}

.webwidth {
	max-width:1280px;
}

.top-bg-color {
	background-color: rgb(226, 226, 226); /* match logo background color */
}

.menufont {
	font-family: 'Arial Narrow';
	font-size: 1.2em;		/* 1em is 16 pixel */	
	color: #074b83;		
	font-weight: 500;
    text-transform: uppercase; 
    text-decoration: none;	
}

.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%;
}