@charset "UTF-8";
/* CSS Document */

/* Desktop ----------- */
  @media only screen and (min-width:1041px){
#head{
	min-width: 1100px;
	height: 215px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7); 
	padding-bottom: 20px;
	z-index: 5;
	
}
#menu_btn{
	display: none;
}
#navbar_container{
	width: 100%;
	display: block;
	height: 50px;
	z-index: 10;
	margin-top: -50px;
	margin: 0 auto;
	
}
#navbar_container nav{
	position: relative;
	z-index: 11;

    height: 50px;
	}
		
.fixed{
	position: fixed;
	animation:myback 1.25s;
	 -moz-animation:myback 1.25s; /* Firefox */
     -webkit-animation:myback 1.25s; /* Safari and Chrome */
	/*Safari and Chrome*/
    }
	/* Chrome, Safari, Opera */
@-webkit-keyframes myback {
    from {top: -188px;}
    to {top: 0px;}
}

/* Standard syntax */
@keyframes myback {
    from {top: -188px;}
    to {top: 0px;}
}
	
.goaway{
		position: fixed;
		animation:mymove 1.25s;
		-webkit-animation:mymove 1.25s; /* Safari and Chrome */
		animation-fill-mode: forwards;
		/*Safari and Chrome*/
        -webkit-animation-fill-mode: forwards;
}
	/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: -188px;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: 0px;}
    to {top: -188px;}
}
	
#navbar_container nav ul{
	display: block;
	margin-top: -30px;
	position: relative;
	list-style: none;
	text-decoration: none;
	z-index: 12;
	width: 100%;
	min-width: 1100px;
	
}

#navbar_container ul li{
	display: block;
	position: relative;
	list-style: none;
	text-decoration: none;
	float: left;
	
}
#navbar_container ul a {
	display: block;
	color: #F3F0F0;
	text-decoration: none;
}
.navbutn{
	display: block;
padding-left: 2.5%;
padding-right: 2%;
padding-top: 12px;
padding-bottom: 12px;
font-size: 1.4vw;
-moz-border-radius: 5px;
  -moz-box-shadow: #7f9825 0px 0px 1px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #0b0b09;
 border-radius: 5px;
  border: 2px solid #353434;
   border-top-color: #939191;
  box-shadow: #7f9825 0px 0px 1px;
  color: #ffffff;
  font-family: Arial;

  margin: 0 auto;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
	}
	.navbutn:hover {
   border-top-color: #DC3538;
   background: #940507;
   color: #ffffff;
   }
   .navbutn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
    #page_indicator{
	  border-top-color: #E84B4E;
   background: #c90c1c;
  
   }
   .pgindicator{
	  border-top-color: #c90c1c;
   background: #c90c1c;
   color: #ffffff;
   }
#logo{
	margin: 0 auto;
	z-index: 5;
	text-align: center;
	width: 100%;
	height: 185px;
   min-width: 700px;
	}
	
#logo_img{
z-index: 5;
width: 70%;
min-width: 500px;
max-width: 1000px;
height: 100%;
 margin-top: 5px;
 margin: 0 auto;
min-width: 100px;
background-image: url("../images/header.png");
background-size: 100%;
background-repeat: no-repeat;	
}

#center_image{
	margin-top: -200px;
	padding-right: 100px;
	padding-left: 100px;
	margin-left: 33%;
}
  }
  
  
  
  
  
/* iPads (portrait) ----------- */
@media (min-width: 768px) and (max-width: 1040px)  { 
#head{
	height: 175px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7); 
	padding-bottom: 20px;
	z-index: 5;
	margin-top: -20px;
}

#menu_btn{
	display: none;
}

#navbar_container{
	width: 100%;
	height: 30px;
	z-index: 10;
	margin-top: 0px;
	margin: 0 auto;
	margin-left: -3.5%;
	margin-top: -30px;
}

#navbar_container nav{
	position: relative;
	z-index: 11;
	width: 100%;
   
	}
#navbar_container ul{
	margin: 0 auto;

}



.fixed{
	position: fixed;
	animation:myback 1.25s;
	 -moz-animation:myback 1.25s; /* Firefox */
     -webkit-animation:myback 1.25s; /* Safari and Chrome */
	/*Safari and Chrome*/
    }
	/* Chrome, Safari, Opera */
@-webkit-keyframes myback {
    from {top: -138px;}
    to {top: 0px;}
}

/* Standard syntax */
@keyframes myback {
    from {top: -138px;}
    to {top: 0px;}
}
	
.goaway{
		position: fixed;
		animation:mymove 1.25s;
		-webkit-animation:mymove 1.25s; /* Safari and Chrome */
		animation-fill-mode: forwards;
		/*Safari and Chrome*/
        -webkit-animation-fill-mode: forwards;
}
	/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: -138px;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: 0px;}
    to {top: -138px;}
}

	
	
nav ul{
	margin-top: -15px;
	position: relative;
	list-style: none;
	text-decoration: none;
	z-index: 12;
	width: 100%;
	
	
}

ul li{
	position: relative;
	list-style: none;
	text-decoration: none;
	float: left;
	
}
ul a {
	color: #F3F0F0;
	text-decoration: none;
}
.navbutn{
padding-left:2.5%;
padding-right: 2.5%;
padding-top: 1.2%;
padding-bottom: 1.2%;
font-size: 1.4vw;

	-moz-border-radius: 5px;
  -moz-box-shadow: #7f9825 0px 0px 1px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #0b0b09;
 
  border-radius: 5px;
  border: 2px solid #353434;
   border-top-color: #939191;
  box-shadow: #7f9825 0px 0px 1px;
  color: #ffffff;
  font-family: Arial;


  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
	}
	
    #page_indicator{
	  border-top-color: #E84B4E;
   background: #c90c1c;
  
   }
   .pgindicator{
	  border-top-color: #c90c1c;
   background: #c90c1c;
   color: #ffffff;
   }
#logo{
	margin: 0 auto;
	z-index: 5;
	text-align: center;
	width: 100%;
	height: 187px;
    min-width: 700px;	
}

#logo_img{
z-index: 5;
width: 70%;
margin: 0 auto;
height: inherit;
min-width: 100px;
	background-image: url("https://laukunedo-mammothlakes.com/aatherto2/images/header.png");
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: 100%;
}

#center_image{
	margin-top: -200px;
	padding-right: 100px;
	padding-left: 100px;
	margin-left: 33%;
}
}
/* Mobile ----------- */
@media (max-width: 767px)  { 
#menu_btn{
	position: fixed;
	width: 100%;
	padding-left:2.77%;
padding-right: 2.77%;
padding-top:2.77%;
padding-bottom:2.77%;
font-size: 2.1vh;
margin-top: -8px;
margin-left: -2px;
-moz-border-radius: 5px;
  -moz-box-shadow: #7f9825 0px 0px 1px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #0b0b09;
 text-align: center;
 text-transform:uppercase;

  border-radius: 5px;
  border: 2px solid #353434;
   border-top-color: #939191;
  box-shadow: #7f9825 0px 0px 1px;
  color: #ffffff;
  font-family: Arial;
z-index: 5;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
}
#navbar_container{
	display: none;
}

#navbar_container nav ul{
	margin-top: -15px;
	position: relative;
	list-style: none;
	text-decoration: none;
	z-index: 12;
	width: 87%;
	
	display: block;
}

#navbar_container ul li{
	position: relative;
	list-style: none;
	text-decoration: none;
	text-align: center;	
}
#navbar_container ul a {
	color: #F3F0F0;
	text-decoration: none;
}
.navbutn{
	display: none;
padding-left:2.77%;
padding-right: 2.77%;
padding-top: 16px;
padding-bottom: 16px;
font-size: 14px;

	
  
 
  border-radius: 5px;
  border: 2px solid #353434;
   border-top-color: #939191;
  box-shadow: #7f9825 0px 0px 1px;
  color: #ffffff;
  font-family: Arial;


  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
	}
	
   .navbutn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
    #page_indicator{
	  border-top-color: #E84B4E;
   background: #c90c1c;
  
   }
   .pgindicator{
	  border-top-color: #c90c1c;
   background: #c90c1c;
   color: #ffffff;
   }
#logo{
	
	margin: 0 auto;
	padding-top: 12%;
	z-index: 5;
	text-align: center;
	width: 100%;
	height: 367px;	

}


#logo_img{
z-index: 5;
	background-image: url("https://laukunedo-mammothlakes.com/aatherto2/images/header_mobile.png");
	background-repeat: no-repeat;
	height: inherit;
background-size: 100%;
overflow: visible;
width: 100%;
}


#center_image{
	margin-top: -200px;
	margin: 0 auto;
	
}
}