body {
	background-color: #b4d2d1;
	font-family: 'Quicksand', sans-serif;
	font-size: 87.5%; /* Base fontsize is 14px */
	line-height: 1.5;
	height: 100%;
    width: 100%;
	
    }
	
.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 */
	}
	
.overlay a.selected {
  color: #c17b66;
}

	
img.displayed {
   position:fixed;
   top: 4%;
   margin:auto;
   left:0;right:0; 
   height:20%; 
   width:20%;
   z-index: 3;
}

#myNav img {
   position:absolute;
   bottom:0;
   margin:auto;
   left:0;right:0; 
   max-height:100%; 
   max-width:100%;
  
}

	
	
#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: fixed;
	z-index: 2;
	}
	#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 {
	position:fixed;
    width: 0;
    height: 0;
    padding-bottom: 9%;
    padding-left: 9%;
    margin-top: 45px;
    margin-left: 45px; 
    overflow: hidden;
	z-index: 2;
	}
    

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


#wrapper { 
position:fixed;
width: 150px;
top:80px;
margin-left: 5%;
z-index: 2;
}

#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 img {
   max-height:100%; 
   max-width:100%;
	}

.eye {
	position: relative;
	margin-right: 13%;
	width: 60px;
	height: 33px;
	float: right;
	display:block;
	top: 4px;
	}
	
	
/* 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;
}

/* 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;
	
  }

/* end */


#container{
	position: absolute;
	width: 87%;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 13%;
	text-align:center;
  }	

#container p{
   font-family: barteldes-small, serif, Arial, sans-serif; 
   font-weight: 400;
   font-style: normal;
   font-size: 300%;
   color: #434040;
   letter-spacing: 1px;
   margin-top: 2%;  
   background-image: url("images/work/wavyline.svg");
   background-repeat: no-repeat;
   background-position:center 97%;
}

.info{
   width:80%;
   margin: 0 auto;
   font-family: barteldes-small, serif, Arial, sans-serif; 
   font-weight: 400;
   font-style: normal;	
   letter-spacing:1px;
   font-size: 400%;
   color: #434040;
   margin-top:5%;
   position: relative;
   line-height:122%;
   z-index:1;
   -webkit-font-smoothing: antialiased;
	}
	
h2{
   font-weight: bold;	
   letter-spacing:1px;
   font-size: 135%;
   color: #434040;
   margin-top:3%;	
   -webkit-font-smoothing: antialiased;
}

h3{
	font-weight: normal;	
    color: #434040;
    letter-spacing:1px;
	margin-top:-10px;
	font-size: 105%;
	 -webkit-font-smoothing: antialiased;
	}
	
i{
   font-style:italic;
	}
	
.sentence{
	margin-top:3%;
	padding-bottom:120px;
	font-weight: normal;	
    color: #434040;
    letter-spacing:1px;
	font-size: 115%;
	background-image: url("images/contact/mail.svg");
    background-repeat: no-repeat;
    background-position:center;
	}
	
.mail{
	margin-top:-50px;
	}
	
.mail a{
	letter-spacing:1px;
	text-decoration:none;
	color: #434040;
	padding-bottom: 13px;
	}
	
#element-header{
    background-image: url('images/contact/bg_element_contact_mobile.png');
	width:100%;
	height: 152px;
	float:left;
	position: fixed;
	top: 0px;
	z-index:2;
	
	}
	
/* 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;
}
  
.overlay a {
    font-size: 380%;	
}

.info{
    font-size: 470%;
	}

h2{
   font-size: 160%;
}

.sentence{
	font-size: 130%;
	}
	
h3{
	font-size: 140%;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
 
.eye img {
   max-height:85%; 
   max-width:85%;
	}
	
.eye {
	top: 8px;
	margin-right: 11%;
	}
	
.info{
    font-size: 400%;
	}

h2{
   font-size: 135%;
}

.sentence{
	font-size: 115%;
	}
	
h3{
	font-size: 105%;
	}
	
#container{
	margin-top: 14%;
  }	
}


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

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

.eye img {
   max-height:85%; 
   max-width:85%;
	}
	
.eye {
	top: 8px;
	margin-right: 11%;
	}
   
.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: 1px;
   left: 1px;
}

img.displayed {
   top: 2%;	
   height:17%; 
   width:17%;
}

#container{
	width: 90%;	
	margin-top: 14%;
  }	

#container p{
   margin-top: 5%;  
   font-size: 273%;
   }

}

@media screen and (max-width: 1440px) {
	
  .socialprofiles{
	margin-top: 100px;
	}
	
   .overlay .closebtn {
    top: 78px;
	width: 13px;
	height: 13px;
	left: 82px;
}
  
 .overlay a {
    font-size: 350%;
	
} 

.eye img {
   max-height:85%; 
   max-width:85%;
	}
	
.eye {
	top: 8px;
	margin-right: 11%;
	}
	
.info{
    font-size: 400%;
	}

h2{
   font-size: 135%;
}

.sentence{
	font-size: 115%;
	}
	
h3{
	font-size: 105%;
	}

}

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

#wrapper { 
margin-left: 7%;
}

.overlay .closebtn {
	width:12px;
	height:12px;
    top: 57px;
	left: 64px;
}

.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; }
		
img.displayed {
   height:150px; 
   width:150px;
   top: 15px;	
}
   
.eye img {
   max-height:85%; 
   max-width:85%;
	}
	
.eye {
	top: 8px;
	margin-right: 11%;
	}
	
#container{
	width: 90%;
	margin-top: 18%;
  }	

#container p{
   margin-top: 9%;  
   }
  
.info{
    font-size: 330%;
	}
	
.sentence{
	margin-top:9%;	
}

}


@media screen and (min-width: 360px) and (max-width: 480px) {
	
#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%;
    }
	   

.socialprofiles{
	margin-top: 30px;
	width:310px;
	}
	
.overlay .closebtn {
	width:18px;
	height:18px;
    top: 27px;
	left: 30px;
}

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

.socialprofiles li a{
    padding:27px;
	
  }
  
img.displayed {
   height:115px; 
   width:115px;
   top: 8px;	
}

#container{
	width: 65%;
	margin-top: 28%;
  }	
  
.info{
	line-height: 100%;
	}
	
h2{
    margin-top:9%;
}

.sentence{
	font-size: 105%;
	}
	
h3{
	font-size: 102%;
	}
	
i{
    padding-bottom:50px;
	}
	
}

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

#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 {	
   width:19px;
   height:19px; 
   top: 28px;
   left: 27px;
}

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

.socialprofiles{
	margin-top: 70px;
	width:300px;
	}
	
.socialprofiles li a{
    padding:25px;
	
  }
  
img.displayed {
   height:110px; 
   width:110px;
   top: 4px;	
}

#container{
	width: 70%;
	margin-top: 35%;
  }	 

.info{
	line-height: 95%;
	font-size: 295%;
	}

h2{
    margin-top:12%;
	font-size: 128%;
}

.sentence{
	font-size: 101%;
	margin-top:16%;	
	}
	
i{
    padding-bottom:70px;
	}

  
}
	
	

