@import url('//fonts.googleapis.com/css2?family=Raleway&display=swap');

/*
font-family: 'Raleway', sans-serif; (text - regular400)
*/

body {
    font-family: 'Raleway', sans-serif;
  }
  /* put under the comment if it's NOT sinle page website */
  .navbar,
  .nav-v2,
  .nav-v4,
  .nav-v2-home-btn,
  .navbar-fixed-bottom.nav-v1 {
    display: none !important;
  }
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
  }
  .on-cover-content .section-wrapper {
    width: 1500px;
    max-width: 100%;
  }
  .on-cover-content .section-wrapper .container img {
    margin: auto;
    max-width: 90%;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 50px;
    max-width: 250px;
  }

  #home_page_cover {
    background-color: #fff;
    background-image: url('https://static.spotapps.co/web/wasabidsm--com/css/../custom/background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    padding: 10px 10px;
    width: 100%;
    text-transform: uppercase;
    background-color: #DF3038;
    background: #DF3038;
    border: 2px solid #DF3038;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn:hover,
  .on-cover-content .section-wrapper a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: transparent;
    background: transparent;
    border: 2px solid #DF3038;
    color: #DF3038;
    opacity: 1;
  }
  .on-cover-content.content-center .custom-temp-btn.too-many-words-button {
    font-size: 12px;
    padding: 4px 10px;
  }
  

  .on-cover-content .section-wrapper .container img {
      max-width: 90%;
  }
  .on-cover-content .section-wrapper .container p {
    font-size: 1.3em;
    color: #DF3038;
  }
  .section-wrapper {
    padding: 31em 0;
  }
  .section-wrapper img {
      max-width: 20%;
      margin: 20px 0 !important;
  }

  .container {
    margin: 20px auto;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-flow: row wrap;
  }

  .item {
    margin: 20px;
    flex: 1 1 calc(10% - 10px);
  }

  .too-many-words-button:before {
    top: 25%;
    font-size: 15px;
    }

  @media screen and (max-width: 1400px) {
    .section-wrapper {
      padding: 31em 0;
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button {
      font-size: 10px;
      padding: 6px 10px;
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button.hvr-icon-wobble-horizontal:before {
      padding: 5px 1px;
    }
    .too-many-words-button:before {
        top: unset;
        font-size: unset;
    }
    .on-cover-content .section-wrapper a.custom-temp-btn{
      font-size: 0.8em;
    }
  }

  @media screen and (max-width: 1200px) {
    .section-wrapper {
      padding: 17em 0;
    }
    .item {
      flex: 1 1 calc(10% - 20px);
      margin: 10px;      
    }
    .item h1 {
        font-size: 1.6em;
    }
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn {
        font-size: 0.7em;
    }
    .on-cover-content .section-wrapper .container p {
      font-size: 1.1em;
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button {
      padding: 4px 10px;
    }
  }

  @media screen and (max-width: 1023px) {
    .section-wrapper {
      padding: 7em 0;
    }
    .item {
      flex: 1 1 calc(20% - 20px)
    }
    .section-wrapper img {
        max-width: 25%;
    }
    .on-cover-content .section-wrapper .container img {
        margin: 20px 0 0;
    }
    .item p {
        min-height: 30px;
      }
      
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn {
        font-size: 1em;
    }
      
    .container {
      width: 50%;
    }
    
    .item {
      flex: 1 1 calc(70% - 20px)
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button {
      font-size: 14px;
      padding: 10px 10px;
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button br {
      display: none;
    }
    .on-cover-content.content-center .custom-temp-btn.too-many-words-button.hvr-icon-wobble-horizontal:before {
      padding: 0 1px;
    }
  }

  @media screen and (max-width: 991px) {
    .section-wrapper {
      padding: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .section-wrapper {
      padding: 200px 20px 20px;
    }
    .item {
      flex: 1 1 calc(100% - 20px)
    }
    .section-wrapper img {
        max-width: 50%;
        display: none;
    }
    .on-cover-content .section-wrapper {
      background-image: url('https://static.spotapps.co/web/wasabidsm--com/css/../custom/logo.png');
      background-size: 220px;
      background-position: center 50px;
    }
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn {
      margin-top: 0;
    }
    .container {
      width: 100%;
      margin: 20px auto;
    }
    .item {
      margin: 5px;
      flex: 1 1 calc(80% - 0px);
    }
  }