@charset "utf-8";
/* CSS Document */

                          
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
	 
}

@keyframes
@font-face {
    font-family: 'asenineregular';
    src: url('asenine-webfont.woff2') format('woff2'),
         url('asenine-webfont.woff') format('woff'),
         url('asenine-webfont.svg#asenineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

link {
	text-decoration: none;
	color:#FFFFFF;
	}
visited {
	text-decoration: none;
}
hover {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
}
active {
	text-decoration: none;
}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	
a:link {
	color: #e8b21f;
}
a:visited {
	color: #e8b21f;
}
 


.overlay {
	
	position: fixed;
 
	left: 0;
  	right: 0;
  	width:100%;
  	height: 100%;
 
  -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain; 
 
  visibility: hidden;
  opacity: 0;
  z-index:1001;
	transition: all 1.5s ease-in-out; 
 -webkit-transition: all 1.5s ease-in-out;
 -moz-transition: all 1.5s ease-in-out;
 -o-transition: all 1.5s ease-in-out;

  }
  
  
.overlay:target {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
    z-index:1001;
}


.overlayleft {
	
	position: fixed;
	right: -100%;
   
  	width:100%;  
  	height: 100%;	
 
  z-index:1001;
	transition: all 1.5s ease-in-out; 
 -webkit-transition: all 1.5s ease-in-out;
 -moz-transition: all 1.5s ease-in-out;
 -o-transition: all 1.5s ease-in-out; 
  }
  


.overlayleft:target {
 right: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
    z-index:1001;
	background-color:#FFFFFF;
}



  .menu {
	 margin-left: 0;	 
	 position: absolute;
	 width: 10%;
	  z-index: 1000000;
	  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;}

.container1 {
	margin: 0;
	padding: 0;
width: 100%;
margin-left:0;
height: 100%; 
position: fixed;
z-index: 10;}
 




 @media (max-width: 1024px) {
	
	 
	.pimg1{
  background-image:url('../img/image1.jpg');
 background-position: left;
}
 .ptext .border{
	 background-color:#111111 ;}
	 	 
.ptext{ font-size: 5vw;
	 letter-spacing: 3px;
	 }
	 
	 
	 .menu {margin-left: 0;
	 margin-top: 0; 
	 width: auto;
	  }
ul{
  list-style:none;  
  margin:0;
  padding:0; 
	line-height: 1;
	 
	
}
ul li{
  display:block;
 margin-top: 50px;
   width: 100%;
  color:#e8b21f;
	font-size: 5vw;
	 text-shadow: 1px 1px 2px #111111;
 
}
ul li:hover{
  
}
ul li:last-child{
 
  border-bottom-right-radius:4px;
}
 ul li:first-child{ 
  border-top-right-radius:4px;
	 
}
label:before{
  height:2px;
  width:30px;
  background: white;
  display:inline-block;
  content:"";
  box-shadow:0px -5px 0px 0px  white,
             0px -10px 0px 0px white;
  margin-right:10px;
  transition:all .5s;
  position: absolute;
	margin-top: 20px;
 
}
label{
  display:block;
   padding:15px;
  color:white;  
  cursor:pointer;
	margin-top: 0px;
}
input[type="checkbox"]{
  visibility:hidden;
  position:absolute;
}
	 
	 #collapse ~ li { display:none;
	 
	  transition:all 1s;}	 
	 
#collapse:checked ~ li{
  
	display: block; 
	top: 0;
 margin-left: 0;
	animation: 1s ease-out 0s 1 slideInFromLeft;
}
#collapse:checked + label:before{
  position:absolute; 
  opacity:1; 
    color: white;
 
	 }}
  @media (min-width: 1025px) {
	
	.menu {
			 top: 35%;
			 }
 
	 	  
ul{
  list-style:none;  
  margin:0;
  padding:0;
  width:50%;
		  height:100%;
	margin-left: 10%;
	 
}
ul li{
  display:block;
  height:20px;  
   padding:10px; 
 float: left;
	color: #e8b21f;
	text-shadow: 1px 1px 2px #111111;
		font-size: 20px;
 
}
ul li:hover{
 
}
ul li:last-child{
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}
label:before{
display:hidden
}
	
	label:before{
display:hidden
}
label{
 
}
input[type="checkbox"]{
  visibility:hidden;
  position:absolute;
}
#collapse:checked ~ li{
  position:relative; ;
  opacity:1; 
}
#collapse:checked + label:before{
  position:relative; ;
  opacity:1;
  
	 }

}