 html,body{
     width:100%;
     height:100%;
     padding:0;
     margin:0;
     background: #242321;
     font-family: 'Poppins', sans-serif;
 }

 img.sto {
     max-width:100%;
 }


.section
{
    color:black;
}
.menu
{
    font-size:16px;
    background: white;
    padding-top: 60px;
    padding-bottom: 40px;
}
.red
{
    color:red;
}
.big
{
    font-size:30px;
}
.center
{
    text-align: center;
}
.but1 {
    background-color: rgb(164,41,40);
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.clear
{
    clear: both;
    margin-bottom: 50px;
}

.left
{
    float:left;
    width:28%;
    margin-left:5%;
     
}

.centered
{
    float:left;
    width:28%;
    margin-left:3%;
}

.right
{
    float:left;
    width:28%;
    margin-left:3%;
    margin-right:5%;
}
#parking
{
    position: absolute;
    top:100px;
    left:0px;
    width:370px;
    height:270px;
    background: url(parking.jpg);
    z-index: 2;
}
.transparent
{
    background: transparent;
}
.padding
{
    padding-left:10%;
    padding-right:10%;
}
.hearts
{

    background: url(bg_bottom.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 800px;
    padding-top:200px;
    position: relative;
}

#map
{
    width:60%;
    height: 400px;
    z-index: 1;
}