﻿@media (min-width: 200px) and (max-width: 768px) {

  .img-logo {
    max-width: 180px;
  }

  header div#logo {
    padding-top: 0;
  }

  .carousel-item h3, .de-title-2 h3 {
    font-size: 25px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 45px;
    margin-top: -40px;
  }
  #section-specials h2 {
    font-size: 25px;
    margin-top: -15px;
  }
  #section-specials p {
    font-size: 16px;
  }
  #section-specials h3 {
    color: #F1E3CC;
    font-size: 15px;
    font-family: var(--deco-font);
    font-weight: normal;
    margin: 15px 10px;
  }
  .image-with-counter .div-1 {
    top: 0;
    text-align: center;
    position: absolute;
    color: #ffffff;
    background: #dddddd;
    padding: 20px;
    padding-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    padding-top: 25px;
  }
  .carousel-item h1, #section-specials h5.s1 {
    font-size: 40px;
    display: block;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 0;
  }
  h5.s1 {
    font-size: 40px;
    font-family: var(--deco-font);
    font-weight: 400;
  }
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
  }
  section {
    padding: 30px 0 30px 0;
   
  }
  .link-f-logo {
    text-align: center
  }
}
/*------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1140px) {
  .img-logo {
    max-width: 200px;
  }

  header div#logo {
    margin-top: -25px;
  }

  .carousel-item h3, .de-title-2 h3 {
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 55px;
    margin-top: -40px;
  }

  .carousel-item h1, #section-specials h5.s1 {
    font-size: 60px;
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 0;
  }
  section {
    padding: 30px 0 30px 0;
  }
  h5.s1 {
    font-size: 50px;
    font-family: var(--deco-font);
    font-weight: 400;
  }
  .f-logo {
    max-width: 120px;
    text-align: center
  }
  .copy {
    font-size: 12px;
    text-align: center
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Extra extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
}
