body {
	background-color: #b4d2d1;
	font-family: 'Quicksand', sans-serif;
	font-size: 87.5%; /* Base fontsize is 14px */
	line-height: 1.5;
	
    }
	
.body {
	margin: 0 auto; /* Means everything will be center */
	width: 100%;
	clear: both; /* It makes your container with no floating elements on the left or on right */
	}

.animation{
	width:40%;
    margin:auto;
    left:0;right:0; 
	display:block;
} 
	
	
.container p {
   font-family: barteldes-small, serif, Arial, sans-serif; 
   font-weight: 400;
   font-style: normal;
   font-size: 550%;
   color: #434040;
   position: absolute;
   bottom:30px; 
   right: 7%;
   z-index:3;	
}

.container p a{
   text-decoration: none;
   color: #434040;
}

div img {
   position:absolute;
   bottom:0;
   margin:auto;
   left:0;right:0; 
   max-height:100%; 
   max-width:100%;
   z-index: 3;
  
}
	
	
#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	z-index: 5;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		

#top-f, #bottom-f, #left-f, #right-f {
	background: #da8870;
	position: absolute;
	z-index: 1;
	}
	#left-f, #right-f {
		top: 45px; bottom: 45px;
		width: 8px;
		}
		#left-f { left: 45px; }
		#right-f { right: 45px; }
		
	#top-f, #bottom-f {
		left: 45px; right: 45px;
		height: 8px;
		}
		#top-f { top: 45px; }
		#bottom-f { bottom: 45px; }
		

.triangle {
    width: 0;
    height: 0;
    padding-bottom: 9%;
    padding-left: 9%;
    margin-top: 45px;
    margin-left: 45px; 
    overflow: hidden;}
    

.triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #da8970;
}	

#wrapper { 
position:absolute;
width: 150px;
top:80px;
margin-left: 5%;
}

#header {
height:50px;

}
	
#menu {
	float: left;
	text-transform: uppercase;
	font-family: 'quicksand', helvetica, arial, sans-serif;
	letter-spacing: 2px;
	font-size: 125%;
	
	}
	
#menu a{
	color: #434040;
	text-decoration: none;
	border-bottom: 2px solid #434040;
	padding-bottom: 3px;

	}
	

.eye {
	position: relative;
	margin-right: 13%;
	width: 60px;
	height: 33px;
	float: right;
	display:block;
	
	}




/* Social Media List under Overlay Menu */

.socialprofiles{
	margin:0 auto;
	margin-top: 130px;
	border-top: 2px solid #434040;
	width:450px;
	
}


.socialprofiles ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;


  }

 
.socialprofiles li{
   display:inline-block;
   

  }
	 
.socialprofiles li a{
    padding:40px;
	
  }
	


/* The Overlay (background) */


.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #f2a892;
	background-image: url('images/pattern.png');
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 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: relative;
    top: 20%; 
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	font-family: barteldes-small, serif, Arial, sans-serif; 
    font-weight: 400;
    font-style: normal;
	}

/* The navigation links inside the overlay */
.overlay a {
	position: relative;
    padding: 8px;
    text-decoration: none;
    font-size: 500%;
	color: #434040;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	
}


/*Hover effects on a*/

.overlay a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #434040;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.overlay a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.overlay .socialprofiles li a:before {
	width: 0;
	height: 0;
	background-color: none;
	}	 
  


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

/* Position the close button (top left corner) */
.overlay .closebtn {
    position: absolute;
    top: 82px;
    left: 82px;
	width: 10px;
	height: 10px;
}

/* highlighting text */
::selection {
  background: #ffffff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffffff; /* Gecko Browsers */
}


/* Media Queries */
@media screen and (max-width: 1920px) {
  
.socialprofiles{
	margin-top: 200px;
	}
	
.overlay .closebtn {
    top: 78px;
	width: 15px;
	height: 15px;
	left: 100px;
}

.container p {
 font-size: 380%;
  }
  
.overlay a {
    font-size: 380%;
	
}

}

@media screen and (max-width: 1440px) {

div img {
   max-height:87%; 
   max-width:87%;
  }
  
  .socialprofiles{
	margin-top: 100px;
	}
	
   .overlay .closebtn {
    top: 78px;
	width: 15px;
	height: 15px;
	left: 82px;
}

.container p {
 font-size: 300%;
  }
  
 .overlay a {
    font-size: 350%;
	
} 

}

@media screen and (max-width: 1080px) {

#wrapper { 
margin-left: 6%;
top:55px;
}

.container p {
   transform: rotate(90deg);
   transform-origin: right top 0;
   margin: 0;
   right: 9%;
   }
   
.triangle {
	margin-top: 26px;
    margin-left: 26px; 
	padding-bottom: 12%;
    padding-left: 12%;
    }
	
.socialprofiles{
     margin-top: 100px;
	}
	


#left, #right {
		width: 13px;
		}
		
#top, #bottom {
		height: 13px;
		}

#left-f, #right-f {
		top: 25px; bottom: 25px;
		width: 6px;
		}
		#left-f { left: 25px; }
		#right-f { right: 25px; }
		
#top-f, #bottom-f {
		left: 25px; right: 25px;
		height: 6px;
		}
		#top-f { top: 25px; }
		#bottom-f { bottom: 25px; }
		

.overlay .closebtn {
   top: 55px;
   left: 58px;
}


}

@media screen and (max-width: 768px) {

#wrapper { 
margin-left: 7%;
}

.triangle {
	padding-bottom: 16%;
    padding-left: 16%;
    }
	
#left, #right {
		width: 13px;
		}
		
#top, #bottom {
		height: 13px;
		}

#left-f, #right-f {
		top: 25px; bottom: 25px;
		width: 6px;
		}
		#left-f { left: 25px; }
		#right-f { right: 25px; }
		
#top-f, #bottom-f {
		left: 25px; right: 25px;
		height: 6px;
		}
		#top-f { top: 25px; }
		#bottom-f { bottom: 25px; }

.animation{
	width:80%;
} 	


}


@media screen and (min-width: 360px) and (max-width: 480px) {

div img {
   max-height:84%; 
   max-width:84%;
  }

#left, #right {
		width: 9px;
		}
		
#top, #bottom {
		height: 9px;
		}
		

#left-f, #right-f {
		top: 20px; bottom: 20px;
		width: 4px;
		}
		#left-f { left: 20px; }
		#right-f { right: 20px; }
		
#top-f, #bottom-f {
		left: 20px; right: 20px;
		height: 4px;
		}
		#top-f { top: 20px; }
		#bottom-f { bottom: 20px; }
		
.eye {
	display:none;
}

#wrapper { 
margin-left: 12%;
top:35px;
}

.triangle {
	margin-top: 24px;
    margin-left: 24px; 
	padding-bottom: 23%;
    padding-left: 23%;
    }
	
div img {
   max-height:85%; 
   max-width:85%;  
}

.container p {
   bottom:80px;
   font-size: 214%;
   }
   
.overlay .closebtn {
    top: 27px;
	left: 30px;
}

.socialprofiles{
	margin-top: 30px;
	width:310px;
	}
	

.overlay-content {  
    top: 9%; 
	}
	
#menu {
  font-size: 114%;  
}

.socialprofiles li a{
    padding:27px;
	
  }
	

}

@media screen and (max-width: 320px) {
	
div img {
   max-height:80%; 
   max-width:80%;  
}	

.container p {
   font-size: 210%;
   bottom:50px;
}

#wrapper { 
margin-left: 10%;
top:28px;
}

#left, #right {
		width: 5px;
		}
		
#top, #bottom {
		height: 5px;
		}

#left-f, #right-f {
		top: 13px; bottom: 13px;
		width: 4px;
		}
		#left-f { left: 13px; }
		#right-f { right: 13px; }
		
#top-f, #bottom-f {
		left: 13px; right: 13px;
		height: 4px;
		}
		#top-f { top: 13px; }
		#bottom-f { bottom: 13px; }
		
.triangle {
	margin-top: 17px;
    margin-left: 17px; 
    }
	
.eye {
	display:none;
}

#menu {
  font-size: 110%;  
}

.overlay .closebtn {
   top: 25px;
   width: 25px;
   height: 25px;
   left: 27px;
}

.overlay-content {  
    top: 15%; 
	}
	
.overlay a {
    padding: 3px;
	font-size: 280%;
}

.socialprofiles{
	margin-top: 70px;
	width:300px;
	}
	
.socialprofiles li a{
    padding:25px;
	
  }
  
}





		

	



	


	
	
