﻿<style type="text/css">




/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (min-width:320px) {

ul.topnav li a {
    display: none;
    }


}




/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:919px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:919px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}



@media only screen and (max-width: 919px) {

#contentwrapper { 
margin: 0 auto;
width:90%;
border:0px solid yellow;
}




}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #111;}




.mainmenu {display:none;}



p {
	margin-top:10px 10px;
	
	    
    -moz-text-decoration-color: #e8d9b1; /* Code for Firefox */
     text-decoration-color: #e8d9b1;
	
}

html, body { min-height: 100%; }

a {
	color: #e8d9b1;
}

a:visited {
	color: #e8d9b1;

}

a:link {
	color: #e8d9b1;

}

a:active {
	color: #e8d9b1;
}

a:hover {
	color: #e8d9b1;
}




p{  font-size: 3.5vmin;
     /* -webkit-text-stroke: 1px black; */
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.photogallery { border:1px solid black;}


#woodback {
		
background-image:url('blade.png'),url('wood-back.jpg');background-position: center bottom,center bottom;background-repeat: no-repeat, repeat-y;margin:0;padding:0;background-size:90%, 100%;
}



@media screen and (min-width: 920px) {

ul.topnav li a {
    display: none;
    }


.mainmenu {display:block;}


#contentwrapper { margin: 0 auto;
width:920px;
border:0px solid yellow;
 }

#woodback {
		
background-image:url('blade.png'),url('wood-back.jpg');background-position: center bottom,center bottom;background-repeat: no-repeat, repeat-y;margin:0;padding:0;background-size:auto, 100%;
}



}

</script>
