
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {

  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
    padding: 8px 10px;
  }
  
.topnav.responsive .menu{
    margin-top:35px;
    }


.picture{
    height:150px;
}

.slogan{
    font-size: 1.5em;
    text-align: center;
    padding-top: 70px;
    color: #ffffff;
    min-height: 20px;
    
}

.headoffer{
    font-size: 1em;
    text-align: center;
    color: #ffffff;
    min-height: 20px;
    padding-top: 10px;
}

/* ABOUT */

.about-wrapper {
  display: block;
  margin: 0;
}


.photo{
  width: 100%;
  padding: 30px 20px 30px 20px;
}
  
.abouttext{
  width: 100%;
  padding: 20px 20px 30px 20px;

}

.abouttitle{
  font-size: 1.6em;
}

/* COMMON */

.commonPhoto{
  background-image: url("../img/commonPhoto.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 100%;
}

/* ORDER */

.buttonOrder {
  border: none;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
}


.buttonPosition{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 50px 0;
}

/* CONTACTS */
      
.map_picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
}











