body {
	background-color: #f4edd2;
	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;
	
	}
	
#element-header{
    background-image: url('images/about/bg_element_about.png');
	width:100%;
	height: 230px;
	float:left;
	position: fixed;
	top: 0px;
	z-index:2;
	
	}
	


	
/* 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/about/wavyline.svg");
   background-repeat: no-repeat;
   background-position:center 97%;
   
   }
   
.bg_image{
	position: fixed;
    top:33%;
	width: 299px;
	height: 568px;
	margin: 0 auto;
	left:0;
	right:0;
	}
	
.info{
   width:65%;
   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:21%;
   position: relative;
   line-height:122%;
   z-index:1;
   text-align: center;	
   -webkit-font-smoothing: antialiased;
	}
	
.box_wrapping{
   width:80%;
   margin: 0 auto;
   letter-spacing:1px;
   font-weight:normal;
   color: #434040;
   margin-top:18%;
   position: relative;
   z-index:1;
   text-align: center;
}
	
#title{
	text-align: center;
    color: #434040;
	font-weight:bold;
	text-transform:uppercase;
	font-size:150%;
	letter-spacing:3px;
	-webkit-font-smoothing: antialiased;
	}
	
#title img{
	position:absolute;
	top:40px;
	margin: 0 auto;
	left:0;
	right:0;
	}

	
h2{
   text-align:left;
   font-weight: bold;	
   letter-spacing:3px;
   font-size: 122%;
   color: #434040;
   margin-top:3%;	
   text-transform:uppercase;
   -webkit-font-smoothing: antialiased;
}

h5{
   text-align:left;
   font-weight: normal;	
   letter-spacing:2px;
   font-size: 105%;
   color: #434040;
   margin-top:3%;	
   line-height: 1.9;
}

.box_1 img{
	margin-top:-10px;
	float:left;
	}

.box_1{
	margin-right:120px;
	width:20%;
	display:inline-block;
	margin-top:50px; 
	}
	
.box_2 img{
	margin-top:-10px;
	float:left;
	}
	
.box_2{
	vertical-align:top;
    margin-right:120px;
	width:20%;
	display:inline-block;
	margin-top:50px; 
	}
	
.box_3 img{
	margin-top:-10px;
	float:left;
	}
	
.box_3{
	vertical-align:top;
	width:20%;
	display:inline-block;
	margin-top:50px; 
	}
	
.box_3 a{
	text-decoration:none;
	color: #434040;
	padding-bottom: 13px;
	letter-spacing:1px;
	}
	

	
.download{
   position:relative;
   top: 4%;
   margin:auto;
   left:0;right:0; 
   margin-top:15%;
   padding-bottom:70px;	
   margin-bottom:40%;
   font-weight:bold;
   letter-spacing:1px;
   text-transform:uppercase;
   font-size:125%;
   background-image: url("images/about/download_icon.svg");
   background-repeat: no-repeat;
   background-position:center;
}

.download a{
   text-decoration:none;
   color: #434040;
	}
	
.footer {
  position:relative;	
  padding: 1rem;
  text-align: center;
  height: 100px;
  z-index:3;
}

h4{
   font-weight: normal;
   font-size: 108%;
   color: #434040;
   letter-spacing: 1px;
	}


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

h2{
   font-size: 138%;
}

h5{  
   font-size: 121%;
}


}

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

h5{  
   font-size: 105%;
}

}

@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%;
   }
   
.footer{
	height: 1%;
	}
	
h4{
 padding-bottom:50px;
	}

}


@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%;
	}
	
h2{
   font-size: 122%;
}

h5{  
   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;	
}

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

#container p{
   margin-top: 9%;  
   }
   
.eye img {
   max-height:85%; 
   max-width:85%;
	}
	
.eye {
	top: 8px;
	margin-right: 11%;
	}
	

.footer{
	height: 1%;
	}
	
h4{
 padding-bottom:35px;
	}
	
.info{
   width:100%;
	}
	
.box_wrapping{
   width:70%;
}
	

.box_1{
	width:55%;
    margin-right:0;
	}
	
.box_2{
	width:55%;
	 margin-right:0;
	}
	
.box_3{
	width:55%;
	}
	
.box_1 img{
	float:none;
	text-align:center;
	width:10%;
	height:10%;
	}
	
.box_2 img{
	float:none;
	text-align:center;
	width:10%;
	height:10%;
	}
	
.box_3 img{
	float:none;
	text-align:center;
	width:10%;
	height:10%;
	}
	
h2{
   text-align:center;
   font-size: 148%;
}

h5{
   text-align:center;
    font-size: 110%;
}

#title{
	font-size:165%;
	
	}
}

@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: 77%;
	margin-top: 33%;
  }	
  
#element-header{
    background-image: url('images/about/bg_element_about_mobile.png');
	height: 152px;
	}

h4{
 padding-bottom:35px;
	}
	
.info{
   width:85%;  
   font-size: 220%;
	
}

.box_wrapping{
   width:80%;
   margin-top:35%;
}


.box_1{
	width:95%;  
	}
	
.box_2{
	width:95%;
	}
	
.box_3{
	width:95%;
	}
	
.box_1 img{
	float:none;
	text-align:center;
	width:9%;
	height:9%;
	}
	
.box_2 img{
	float:none;
	text-align:center;
	width:9%;
	height:9%;
	}
	
.box_3 img{
	float:none;
	text-align:center;
	width:9%;
	height:9%;
	}
	
h2{
   text-align:center;
   font-size: 148%;
}

h5{
   text-align:center;
    font-size: 110%;
}

#title{
	font-size:155%;
	
	}
	

	
}

@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: 80%;
	margin-top: 35%;
  }	 
  
#element-header{
    background-image: url('images/about/bg_element_about_mobile.png');
	height: 152px;
	}

h4{
 padding-bottom:10px;
	}
	
.bg_image{
	display:none;
	}
	
.info{  
   font-size: 260%;
	
}

.box_wrapping{
   width:90%;
   margin-top:35%;
}

.box_1{
	width:98%;  
	}
	
.box_2{
	width:98%;
	}
	
.box_3{
	width:98%;
	}
	
.box_1 img{
	float:none;
	text-align:center;
	width:12%;
	height:12%;
	}
	
.box_2 img{
	float:none;
	text-align:center;
	width:12%;
	height:12%;
	}
	
.box_3 img{
	float:none;
	text-align:center;
	width:12%;
	height:12%;
	}
	

h5{
    font-size: 115%;
}


  
}
	

	
	



