/* myStyle.css */
body{
background: url("http://www.geocities.ws/gra310town/Images/altbackground.png"); 
    background-color: white;
    background-repeat: no-repeat; 
  background-size: cover;
  margin: 0;
  padding: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width:640px) {
  .header_section {
    order: 0;
  }
  .navigation_menu {
    order: -1;
  }
}
nav{
    position: fixed;
    z-index:110;
    width:100%;
    background: black;
    overflow: auto;
    max-height: 50px;
}


.nav-ul {
    
  list-style-type: none;
  margin: 0 0 0 150px;
  padding: 0;
  overflow: hidden;
  background-color: #be1e2d;
  list-style: none;
}

.nav-li {
  float: left;
}
/* change position of logo in nav bar*/
.logo img{
    position: fixed;
    z-index: 1000;
    margin-top: 10px;
    margin-left: 15px;
    width:100px;
}

nav a{
    width:100px;
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    font-family: Atleas;
    color: #41393d;
    text-align: center;
}

nav a:hover {
    background: purple;
    transition: 0.5s;
    text-transform: uppercase;
}
.nav-li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    margin-left: 70px;
}

.nav-li a:hover {
  background-color: #41393d;
}

/* This is the nav bar */

.bodytext{
    font-size: 100px;
}

/* Hero Image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 01)), url("townmenu.png");
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
     display: flex;
    justify-content: center;
    align-items: center;
    background: lightgrey;
    border: 5px solid #41393d;

}
/* This is the hero image customization */


/* hero image text */
.herotagline{
    font-size: 120px;
    top: 10%;
  left: 1%;
    text-align: center;
    position: absolute;
    text-shadow: 1px 1px 2px #000000
       
        
      /* hero image text fade in animation */  
        opacity: 0.0;
animation: fadeIn ease 10s;
-webkit-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
    
}
 /* hero image text fade in animation */
/* hero image text */

/* Column One Mission Statement and Vision */
.column-one{
    width: 500px;
    float: left;
}
/* Column Two Phones/Location/Hour */
.column-two{
     width: 200px;
  height: 405px;
  padding: 15px;
  background-color: black;
  box-shadow: 10px 10px 5px grey;
    float: right;
    margin-right: 50px;
    text-align: center;
    margin-top: 50px;
}

.column-text{
    color: white;
}
/* Change Color for headings of
   Phone/Location/Hour */
h4{
    color:#be1e2d;
}

/* This will edit all paragraphs 
   Mission and Vision Statement*/

p {font-family:athelas;
color: #41393d;
text-indent: .5cm;
    letter-spacing: 1px;
    }

/* Edit paragraphs */ 


/* This will edit the Mission Statement text and header */ 
#mission {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 500px;
    color: #41393d;
    font-size: 20px;
}

/* This will edit the Mission Statement text and header */ 


/* This will edit the Vision text */ 
#vision {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 500px;
    color: #41393d;
    font-size: 20px;
}

/* This will edit the Vision text */ 

/* Menu Section */
.menuimage{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* Image of Food */
.menuarea{
    background-color: lightgray;
}
/* Background behind pic of food */

.menutext{
 position: absolute;
  margin-top: -450px;
    margin-left: 860px;
    color: white;
    z-index: 10;
font-size: 100px;
}
/* Customize text: Menu over pic
   of food */

/* Brunch button customization */
.brunch {
    z-index: 10;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background-color: #be1e2d;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
   border-radius: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
    width: 200px;
    margin-left: 1000px;
   margin-top: -300px;
    text-decoration: none;
}


.brunch:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* creates a drop shadow on button */

/* Dinner button customization */
.dinner {
    z-index: 10;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background-color: #be1e2d;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
   border-radius: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
    width: 200px;
    margin-left: 1000px;
   margin-top: -200px;
    text-decoration: none;
}


.dinner:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
} /* creates a drop shadow on button */


/* End of Menu Section */


/* End of content in Body */



/* Begin Body Content of Gallery Page */





/* End Body Content of Gallery Page */



/* Begin Body Content of Events Page */















/* End Body Content of Events Page */


/* Begin Body Content of Brunch Page */

.brunchp{
    font-size: 100px;
}













/* End Body Content of Brunch Page */



/* Begin Body Content of Dinner Page */


.dinnerp{
    font-size: 100px;
}












/* End Body Content of Dinner Page */




/* Begin Footer */


.site-footer {
  background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) ,
url("http://www.geocities.ws/gra310town/Images/background.png");
  background-size: cover;
  width: 100%;
  height: 250px;
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
    z-index: 100;
} /* Footer background */

}
.copyright-text
{
  margin:0
}

.footer-links{
    width: 100px;
    color: white;
    text-decoration: none!important;
} 

.footer-text{
    float: right;
    margin-right: 200px;
    font-size: 18px;
}


.footerlocation{
    float: right;
    margin-right: 250px;
    margin-top: 20px;
    z-index: 1000;
}

.location{
    font-size:20px;
    font-style:strong;
        color: white;
}

.address{
    font-size: 18px;
    color:white;
    line-height: 10px;
    text-align: left;
    margin-right: 90px;
}
.footer-img{
   float: left;
    margin-left: 100px;
    z-index: 1000;
}

.footer-logo{
    
    float: right;
    margin-left: -1550px;
   
    margin-top: -30px;
    z-index: 5000;
    
}
.row{
    margin-top: 20px;
    margin-left: 150px;
}
