#header{
    font-size: 30px;
}
#footer{
    position: absolute;
    color: white;
    /*top:90%;*/
    /*margin-top:43%;/*21.7%;*/
    /*outline: auto;*/
    /*width: 100%;*/
    bottom: 0;
}
#page-container{
    position: relative;
    min-height: 100%;
}
#underheader{
    font-style: italic;
    font-size: 22px;
}
h1{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-shadow: 2px 2px white;
    outline: 3px solid black;
    text-decoration: solid;
    background-color: rgb(241, 247, 246);
    border-radius: 10px;
}

h2{
    color: rgb(201,17,17);
    text-shadow: 2px 2px white;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

table, th, td, tr{
    /*border: 1px solid green;*/
    font-size: 20px;
    /*padding:5px;*/
    color:white/*rgb(53,94,59)*/;
    padding:4px;
    
}

table{
    /*margin-top: auto;
    margin-bottom: auto;*/
    /*padding: 15pt;*/
    background-color: rgb(1, 28, 5)/*rgb(255,254,252)*/;
    border-radius: 20px;
    /*border:3px solid black;*/
    width:75%
}
.aboutTable{
    border:0px;
    padding:5px;
    top:10%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-align: left/*center*/;
    /*width: 100%;*/
}


h3{
    font-size: 30px;
    margin: auto;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    
    /*position: absolute;*/
    font-style: bold;
    color:black;
    
}

p{
    /*text-align: center;*/
    font-size: 25px;
}

#outer{
    text-align:center;
    /*position:absolute;*/
    top:5%;/*15%;*/
    left:1%;/*20%;/*45%;JUST removed it due to translate command*/
    /*width:85%;/*--------------------60% would center the buttons*//*70%*/
    padding:0.3%;/****************10px;*/
    margin-bottom: 2px;/***************%;*/
    translate:1%;/*20%;/*25%;*/
    float:right;
}
#inner{
    display:inline-block;
    margin:10px 10px 10px 0px;
    border:none;
    /*Just added these bellow*/
    margin-left:auto;
    margin-right: auto;
}
.dropdown-content{
    display: none;
    position: absolute;
}
.dropdown-content a{
    display: block;
}
#inner:hover .dropdown-content{
    display:block;
}

a:link{
    color:white;
}
a:active{
    color: white;
}

body{
    background-color: rgb(1, 28, 5);
    background-image: url("background\ image.jpg");
    background-attachment: fixed;
}

button{
    background-color: rgb(1,28,5);
    border: 0px rgb(1,28,5);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    color:rgb(255,254,252);
    
}


/*footer{
    position: fixed;
    bottom: 80px;
}*/

button:hover{
    color: white;
    text-decoration: underline white 2px;
}

.contact{
    /*width:30%*/
    margin:10% 40% 10% 40%
}
#hours{
    width:100%;/*50%*/
    /*margin:10% 40% 0% 40%;*/
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    position:absolute;
    padding:5px;
    top:5%;

    background-color: rgb(1, 28, 5);
}

.Hours{
    top:20%;
    /*width: 30%;*/
    margin-right: auto;
    margin-left: auto;
    /*margin-top:10%;*/
}

#Yan{
    /*position: absolute;*/
    left:1%;
    top:2%;/*5%;*/
    width:100%;/*75%;*/
}
#imgbut{
    position: absolute;
    left: 1%;
    top:2%;
    width: 75%;
    text-align: left;
}

#mountain{
    position:absolute;
    
    top:20%;
    left:5%;
    /*background-size: 100% auto;*/
    
}
#mountwat{
    border-radius: 50%;
}
#mount{
    border-radius: 5%;
}
/*#intropict{
    position: absolute;
    top:33%;
    left:10%;
    margin-bottom: 5%;
}*/


#about{
    background-color: bisque;
    /*display: block;*/
    /*margin-left: auto;
    margin-right: auto;*/
    /*width:50%;*/
    text-align: center;
    border-radius: 30px;
    border:3px solid black;
    padding:10px;
    margin-top:320px;
    font-size:20px;
    
}
#copyright{
    font-size: 12px;
    /*padding:8%;*/
    /*outline: auto;*/
    float: right;
    color: white;
    /*width: 14%;*/
}
/*#copyrightcont{
    position: absolute;
    bottom: 0%;
    height:auto;
    width: 100%;
    top:95%;/*115%;*/
    /*margin-left: auto;
    margin-right: auto;
}*/

a:visited{
    color:white
}
a:hover{
    color:white
}
a:focus{
    color:white
}
a:hover{color:white}


