
body
{
	position: absolute;
	background-color: #1a2f39;
	color: white;
	margin: 0px auto;
	padding: 0;
	font-family: 'Avenir Book';
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.wrapper {
	position:relative;
	width: 100%;
	height: 100%;
	background:#000; 
	color:#FFF; 
	overflow: hidden;
}
  
.bg_wrapper{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 200px; 
	height: 200px; 
	overflow: hidden; 
	max-width: 100%; 
	max-height: 100%;
	z-index: 4;
}
  
.bg {
	background-color: #1a2f39;
	width: 100%; 
	height: 100%;
	position:absolute; 
	bottom:0; 
	left:0;
	z-index: 2;
}
  
.bg-img {
	position:absolute; 
}
  
.bg-cover {
	position:absolute; 
}
  
.top-bg {
    width: 100%;
    height: 100%;
	position: absolute;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-position: center 10%;
	background-color: #1a2f39;
}
  
.corner-box {
	position:absolute; 
	width: 100%;
	height: 100%;
	z-index: 3;
}
  
.corner {
	width: 200px; 
	width: 200px; 
	position: absolute; 
	bottom: 0; 
	left: 0;
	z-index: 4;
}

.corner svg {
    margin-bottom: -8px;
	margin-left: -2px;
	filter: drop-shadow(22px -13px 22px rgba(0,0,0,0.29));
	-webkit-filter: drop-shadow(22px -13px 22px rgba(0,0,0,0.29));
	-moz-filter: drop-shadow(22px -13px 22px rgba(0,0,0,0.29));
}

.corner:hover {
	cursor: pointer;
}