body {
background-color: beige;
}
nav{
    background-color:rgb(24, 16,12) !important;
}
a{
    color: beige !important;
}
.navbar{
    color: beige !important;
}
.navbar-toggler-icon{
   border-color: beige ;
}
.nav-item{
    text-align: center;
}
.card{
    background-color:rgba(9, 9, 9, 0.6) ;
    color: white;
    padding: 5px;
    margin: 10px;
}
.card_1{
    background-color:rgba(9, 9, 9, 0.8) ;
    color:wheat;
    padding: 50px;
}
footer{
    position: fixed;
    bottom: 0;

}
.logo{
    width: 60px;
    height: 60px;
    fill: beige !important;
}
.mapofatl{
    width: 1100px;
    height: 500px;
    text-align: center;
}
.reviews{
    width: fit-content;
    height: fit-content;
}
.location_home{
    text-align: center;
}
p{
    font-size: larger;
    font-weight: 700;
    padding-top: 10px;
    padding-right:100px;
    padding-left: 100px;
    text-align: center;
}
.location_info{
    font-size: larger;
    font-weight: 700;
    padding: 30px;
}
h2{
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}
.about{
    background-image: url("./About_background.jpeg");
    opacity: 75%;
    padding-left: 10px;
    padding-right: 10px;
}
.reviews_image{
    text-align: center;
    
}
.home{
    padding-left:200px;
    padding-right:200px;
    padding-top:20px;
    font-size: larger;
}
.home_background{
    background-image: url("home_background.png");
    background-size:220px;
    padding-top: 300px;

}
.menu{
    align-content: center;
}
table{
    text-align: center;
}

