   


            div img{
                display:block;
                margin:0 auto;
            }
           
            img{
                max-width: 100%;
                height: auto;
            }

            p{
                
                text-align: center;
                font-size: 20px;
                font-family: "athelas", serif;
                font-weight: 900;
                text-shadow: #ffffff 1px 0 10px;
             }
            /* this is the sets the border color and placement of an img */
            .logoborder{
                 display: block;
                 border-color: rgb( 138, 140, 143 );
                 border-style:inset;
                 background-color: black;
                
            }

            .imgborder{
                 display: block;
                 margin: 0 auto;
                 border-color: rgb( 138, 140, 143 );
                 border-style:inset;
                 background-color: black;
                
            }
            /* sets the color, style, and font of the navigation bar */
            .navbar{
                
                text-align: center;
                color: white;
                background-color: black;
                font-size: 30px;
                border-style:groove;
                border-color: rgb( 138, 140, 143 );
                font-family: "athelas", serif;
                
            }
            /* Sets the the color, size , background, and font of the header*/
            .header{
                
                text-align: center;
                color: rgb( 190, 30, 45 );
                display:block;
                background-color: black;
                font-size: 18px;
                border-style:groove;
                border-color: rgb( 138, 140, 143 );
                font-family: "athelas", serif;
                display: block;

    
    
   
                

              
                
            }
             /* sets the background size and margin */ 
           body, html {
               height: 100%;
               margin: 0;
            }

            body {
                /* sets the background img */
                background-image: url("images/bamboopaper.jpg");

                /* Full height */
                height: 100%; 

                /* Center and scales the image */
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
            }
            
              /* Sets the menu list pistion, size, color, and font*/
            .menu_items{
                font-family: Athelas, serif;
                font-size: 18px;  
                text-align: center;
                position:relative;
               
            }
            
            .menu_items li {
                display: inline-block;
                float: none;
                padding: 1px 50px; 

            }
            
            .menu_items li a {
                
                text-decoration: none;
                color: rgb( 190, 30, 45 );
            }

            /*Creates a table for images */
            div.gallery {
                margin: 5px;
                border: 5px solid #000000;
                float: left;
                width: 300px;
            }

            div.gallery:hover {
                border: 5px solid #be1e2d
;
            }

            div.gallery img {
                width: 100%;
                height: auto;
            }

            div.desc {
                font-size: 20px;
                padding: 15px;
                text-align: center;
                text-shadow: #ffffff 1px 0 10px;
                
            }

            * {box-sizing:border-box}

            /* Slideshow container */
            .slideshow-container {
              max-width: 1000px;
              position: relative;
              margin: auto;
            }

            /* Hide the images by default */
            .mySlides {
                display:none;
            }

            /* Next & previous buttons */
            .prev, .next {
              cursor: pointer;
              position: absolute;
              top: 50%;
              width: auto;
              margin-top: -22px;
              padding: 16px;
              color: white;
              font-weight: bold;
              font-size: 18px;
              transition: 0.6s ease;
              border-radius: 0 3px 3px 0;
            }

            /* Position the "next button" to the right */
            .next {
              right: 0;
              border-radius: 3px 0 0 3px;
            }

            /* On hover, add a black background color with a little bit see-through */
            .prev:hover, .next:hover {
              background-color: rgba(0,0,0,0.8);
            }

            /* Caption text */
            .text {
              color: #be1e2d;
              background-color: black;
              text-shadow: rgb( 138, 140, 143 ) 1px 0 5px;
              font-size: 35px;
              padding: 8px 12px;
              position: absolute;
              bottom: 1px;
              width: 100%;
              text-align: center;
            }

            /* Number text (1/3 etc) */
            .numbertext {
              color: #f2f2f2;
              font-size: 12px;
              padding: 8px 12px;
              position: absolute;
              top: 0;
            }

            /* The dots/bullets/indicators */
            .dot {
              cursor: pointer;
              height: 15px;
              width: 15px;
              margin: 0 2px;
              background-color: #bbb;
              border-radius: 50%;
              display: inline-block;
              transition: background-color 0.6s ease;
            }

            .active, .dot:hover {
              background-color: #717171;
            }

            /* Fading animation */
            .fade {
              -webkit-animation-name: fade;
              -webkit-animation-duration: 1.5s;
              animation-name: fade;
              animation-duration: 1.5s;
            }

            @-webkit-keyframes fade {
              from {opacity: .4} 
              to {opacity: 1}
            }

            @keyframes fade {
              from {opacity: .4} 
              to {opacity: 1}
            }

            /*Social Media Buttons*/
            .fa {
              padding: 20px;
              font-size: 30px;
              width: 50px;
              text-align: center;
              text-decoration: none;
              margin: 5px 2px;
              
            }

            .fa:hover {
                opacity: 0.7;
            }

            .fa-facebook {
              background: #3B5998;
              color: white;
            }

            .fa-twitter {
              background: #55ACEE;
              color: white;
            }

            .fa-google {
              background: #dd4b39;
              color: white;
            }