@media only screen and (max-width: 1024px) {
      .show-mobile {
        display: block;
      }
      .hide-mobile {
        display: none;
      }
    }

 @media only screen and (min-width: 1025px) {
      .show-mobile {
        display: none;
      }
      .hide-mobile {
        display: block;
      }
    }

html, body, .page {
	background-color: black;
    background-image: url("../tiles/tile.jpg");
    background-repeat: repeat;	
	background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
  -webkit-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
  -moz-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
  -o-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);  
  color: #fff;
  overflow: hidden; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
  	text-shadow:
	-2px -2px 0 #000,  
	2px -2px 0 #000,
    -2px 2px 0 #000,
	2px 2px 0 #000;
}

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 70%; /* Should be removed. Only for demonstration */
}

.column-text {
	position: relative;
	top: 30%;
	font-family: 'Kalam';
	text-align: center;	
}

.column-textm {
	position: relative;
	top: 10%;
	font-family: 'Kalam';
	text-align: center;	
}
 

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#klub { background-image: url("../images/left.jpg");
	  background-size: cover; 
	  border: 10px solid white;
	  border-radius: 400px;}
#bio { background-image: url("../images/right.jpg");
	  background-size: cover;
	  border: 10px solid black;	  
	  border-radius: 400px;}
#mklub { background-image: url("../images/left_mobile.jpg");
	  height: 300px;
	  background-size: cover; 
	  border: 10px solid white;
	  border-radius: 400px;}
#mbio { background-image: url("../images/right_mobile.jpg");
	  height: 300px;
	  background-size: cover;
	  border: 10px solid black;	  
	  border-radius: 400px;}
	  
a:link {
	color: white;
	text-decoration: none;	
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
} 	  
	  
.containerleft {
  position: relative;
  width: 50%;
}

.containerright {
  position: relative;
  width: 50%;
}

.containerleftm {
  position: relative;
  width: 50%;
}

.containerrightm {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlayleft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: 10px solid #F0E68C; 
  box-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;	
  transition: .5s ease;
  background-color: #2E2F2F;
  background-image: url("../images/left.jpg");
  background-size: cover;  
  border-radius: 320px;
}

.overlayright {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: 10px solid #F0E68C; 
  box-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;	
  transition: .5s ease;
  background-color: #2E2F2F;
  background-image: url("../images/right.jpg");
  background-size: cover;  
  border-radius: 320px;
}

.overlayleftm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: 10px solid #F0E68C; 
  box-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;	
  transition: .5s ease;
  background-color: #2E2F2F;
  background-image: url("../images/left_mobile.jpg");
  background-size: cover;  
  border-radius: 320px;
}

.overlayrightm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: 10px solid #F0E68C; 
  box-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;	
  transition: .5s ease;
  background-color: #2E2F2F;
  background-image: url("../images/right_mobile.jpg");
  background-size: cover;  
  border-radius: 320px;
}

.containerleft:hover .overlayleft {
  opacity: 1;
}

.containerright:hover .overlayright {
  opacity: 1;
}

.containerleftm:hover .overlayleftm {
  opacity: 1;
}

.containerrightm:hover .overlayrightm {
  opacity: 1;
}

.text {
	font-size: 20px;
	color: white;
	font-family: 'Kalam';
	text-align: center;	  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.text2 {
	font-size: 40px;	
	color: white;
	text-align: center;	  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.text2b {
	font-size: 40px;	
	color: white;
	font-family: 'Lobster';
	text-align: center;	  
	position: relative;

	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.text_full {
	font-size: 40px;
}

.text_mobile {
	font-size: 20px;
}

.title {
 text-align: center; 
 font-size: 62px;
 font-family: 'Lobster';
  -webkit-filter: blur(1px) drop-shadow(-8px -8px 3px gray);
}

.titlem {
 text-align: center; 
 font-size: 42px;
 font-family: 'Lobster';
  -webkit-filter: blur(1px) drop-shadow(-8px -8px 3px gray);
}

.glowhead {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: none;
	font-family: 'Lobster';
	color: rgba(255,255,255,1);
	text-decoration: normal;
	font-style: italic;  
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: pre;
	text-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.menufooter {
	font-size: 14px;
	position:fixed;
	bottom: 0px;
	background-color: black;
	color: #ffffff;
	width: 100%;
	padding: 0px;		
	text-align: center;
	z-index: 1;
    filter:opacity(30%);
}

a.emailfooter:link,
a.emailfooter:visited {	
	text-decoration: none;
	color: white;
}

a.emailfooter:hover {
	text-shadow: none;
	text-decoration: none;
	color: white;
}

a.emailfooter:active {
	text-decoration: none;	
	color: white;
} 

.choose {
	font-size: 28px; 
	text-align: center;
    margin: auto;
    width: 60%;
    border: 0px;
    padding: 10px;	
}