@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Garaje';
    src: url('../fonts/GarajeCondA.woff');
    font-weight: bolder;
    font-style: normal;

}

@font-face {
    font-family: 'RT-Paelzer';
    src: url('../fonts/RTPaelzerGrotesk-Regular.woff');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------- G E N E R A L ---------------------------------------*/
	
body, html {
	margin: 0;
	padding: 0;
	font-family: 'RT-Paelzer', sans-serif;
	color: #000;
	background-color: white;
}

p {
	font-size: 50px;
	margin-top:10px;
}

p.imp {
	font-size: 25px;
}

p.small {
	font-size: 25px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
  color:#7900FF;
}

#instagram,#facebook,#spotify{
	width:56px;
	height:auto;
}

#instagram:hover {
    content: url('../img/instagram_h.svg');
}

#spotify:hover {
    content: url('../img/spotify_h.svg');
}

#facebook:hover {
    content: url('../img/facebook_h.svg');
}

/*#closebtn:hover {
	content: url('../img/close_h.svg');
}*/

.icon:hover {
	 fill: #DA4567;
}

h1 {
	font-family: 'Garaje';
	font-size: 60px;
	padding-top:0;
	padding-bottom:0;
	font-weight: normal;
}


h2,h3 {
	font-family: 'garaje';
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top:50px;
	line-height: 0.9em;
}




#frame {
	position: absolute;
	left:50%;
	right:0;
	top:0;
	bottom:0;
	background-color: white;
	overflow: auto;
	z-index: 2;
	width:auto;
	
}

#close {
	z-index: 99;
	width:60px;
	position: fixed;
	padding-top:20;
	top:20px;
	right:20px;
}

#framer {
	position: absolute;
	left:0px;
	right:50%;
	top:0px;
	bottom:0;
	/*background-image: url("../img/bg.gif");*/
	background-repeat: no-repeat;
	background-position: top;
	background-color: #c1c1c0;
	background-size:100%;
	
}

#video {
	position: fixed;
	left:0;
	top:0;
	 width: 50%;
	max-height: 100%;
	overflow: hidden;
	
}

#myVideo {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

#wrapper {
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width:auto;
	background-color:white;
}

#biggo {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
/*	background-image: url("../img/bg.gif"); */
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
}

#bdkalogo {
	width:66%;
}

#contact {
	text-align: bottom;
	position: absolute;
	bottom:0;
	left:0;
}




/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
	right: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: absolute;
  top: 0; 
	left:20px;
  right: 100px; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	overflow-y: auto;
}

/* The navigation links inside the overlay */
.overlay a {
  text-decoration: underline;
  color: #fff;
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 60px;
}






@media only screen and (max-width: 1000px) and (orientation: landscape){ 
	p {
	font-size: 40px;
	margin-top:10px;
	}
	
	h2,h3 {
	font-size: 34px;
	margin-bottom: 0;
	margin-top:50px;
	}
	
	#bdkalogo {
	width:75%;
	}
}



@media only screen and (max-width: 1000px) and (orientation: portrait){ 

p {
	font-size: 60px;
}
	
#frame {
	position: static;
	left:0;
	right:0;
	bottom:0;
	top:50%;
	background-color: white;
	overflow: auto;
	z-index:2;
	
	}
	#frame.imp {
		top:0;
	}
	
	#bdkalogo {
	width:80%;
}
	
	#wrapper {
		position: absolute;
		background-color:white;
		right:0;
		left:0;
		top:50%;
		z-index:3;
		overflow:visible;
		padding-left:32px;
		padding-right:32px;
		padding-top:32px;
		padding-bottom:32px;
	}

#framer {
	position: fixed;
	left:0px;
	right:0;
	top:0px;
	bottom:50%;
	z-index:1;
	}
	
#instagram,#facebook,#spotify{
	width:10%;
	height:auto;
	margin-right:10px;
}
	


#video {
	position: relative;
	left:0;
	top:0;
	 width: 100%;
		z-index:1;
	
}

#myVideo {
	position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
		z-index:1;
}

	h2,h3 {
	font-size: 50px;
	margin-bottom: 0;
	margin-top:50px;
	}

#close {
	z-index: 99;
	width:90px;
	position: fixed;
	padding-top:32;
	top:32px;
	right:32px;
}

}