body {
    background: #fff;
    color: #41393d;
    font-family:Roboto;
    margin: 0px;
}

h2, h3, h4, h5, h6 {
    color: #be1e2d; 
}

nav{
    margin: 10px;
    overflow:hidden;
}


nav ul{
    margin: 0px;
    height: 50px;
    
}

nav ul li{
    display: inline-block;
    list-style-type: none;
    
}

.logo-img {
    position: relative;
    top: 10px;
    height: 50px;
    left: 15px;
}

.nav-bar {
   overflow: hidden;
   background-color: black;
}

nav {
    float: right;
}


body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
    /* The image used */
    background-image: url("img/hero.jpg");
    
    /* Set a specific height */
    height: 80%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* The hero image */
.second-image {
    /* The image used */
    background-image: url("img/blk_bg.jpg");

    height: 50%;

    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Place text in the middle of the image */
.second-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* The hero image */
.third-image {
    /* The image used */
    background-image: url("img/stirfry.jpg");
    
    height: 40%;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.menu-image {
    /* The image used */
    background-image: url("img/beef_bowl.jpg");

    height: 30%;

    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.about-image {
    /* The image used */
    background-image: url("img/sushi_.jpg");
    
    height: 80%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.about-text {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 5%;
    right: 50%;
    width: 500px;
    color: white;
}

.people-image {
    /* The image used */
    background-image: url("img/people.jpg");
    
    height: 70%;

    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.people-text {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 5%;
    right: 50%;
    color: white;
}


.map {
    background-image: url("img/map.jpg");
    
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container {
    position: absolute;
    left: 500px;
    right: 400px;
    bottom: 300px;
    top: 190px;
    height: 350px;
    width: 300px;
    color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: #8a8c8f;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
 }


.footer{
	background-color: #be1e2d;
	width: 100%;
	text-align: center;
    margin: 0px;
}

.footer .footer-company-motto{
    padding-top: 30px;
	color:  #fff;
    margin: 0px;
}

.footer .footer-company-name{
    padding-bottom: 30px;
	color:  #fff;
	margin: 0px;
}

.footer .footer-links{
    padding: 30px;
	list-style: none;
	color:  #ffffff;
    margin: 0px;
}

.footer .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
    margin: 0px;
}
