/*
* Copyright (c) 2023 Rafael da Silva Rocha.
* See /LICENSE and /COPYING for more information.
*
* Based on theme by Nikolai Bain originally available at Webflow.
* 
*/

/**  media */

@media screen and (min-width: 1280px) {
  .banner-container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-icon {
    color: #096ad0;
  }
  .nav-content {
    margin-left: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .logo-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-banner {
    display: none;
  }
  .nav-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    text-align: center;
  }
  .small-button {
    position: relative;
  }
  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 15px;
  }
  .nav-link.cta-button {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  /*
  .heading.h1 {
    font-size: 40px;
  }*/
  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }
  .banner-section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .banner-container {
    text-align: center;
  }
  .large-3-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    -ms-grid-columns: 2fr 1fr 1fr 0.8fr;
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 767px) {
  /*h1 {
    font-size: 36px;
  }*/
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 15px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.daek-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  .button.light.mobile-hidden {
    display: none;
  }
  .spacer {
    height: 32px;
  }
  .spacer._64 {
    height: 48px;
  }
  .spacer._80 {
    width: 64px;
    height: 64px;
  }
  .nav-content {
    position: absolute;
    overflow: auto;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #e7ecf0;
    background-color: #fff;
  }
  .nav-cta-button-container {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-bar {
    border: 1px none #000;
  }
  .logo-div {
    margin-right: auto;
  }
  .footer-logo {
    padding-left: 0px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  .nav-dropdown:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .paragraph {
    font-size: 15px;
  }
  .nav-menu {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-link {
    width: auto;
  }
  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-link {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }
  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*
  .heading.h1 {
    font-size: 35px;
  }*/
  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .heading.h4 {
    font-size: 20px;
  }
  .heading.large-h1 {
    font-size: 35px;
  }
  .heading.large-h1 {
    font-size: 35px;
  }
  .heading.large-h1 {
    font-size: 35px;
  }
  .heading.large-h1 {
    font-size: 48px;
  }
  .section-top {
    text-align: center;
  }
  .cta-banner {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }
  .banner-section {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .banner-container {
    text-align: left;
  }
  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-illustration {
    width: 120px;
    margin-left: 0px;
  }
  .large-3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 0.8fr;
    grid-template-columns: auto;
  }
  .footer-rights {
    display:block;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }
  .ebook-header-block {
    display: none;
    height: auto;
  }
  .ebook-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ebook-mobile-block {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
  /*h1 {
    font-size: 32px;
  }*/
  h2 {
    font-size: 28px;
  }
  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }
  .button.subscribe {
    margin-left: 0px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .color-block {
    margin-bottom: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph.medium {
    font-size: 16px;
  }
  .text-field {
    width: 100%;
  }
  .text-area {
    width: 100%;
  }
  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }
  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading.large-h1 {
    font-size: 42px;
  }
  .title-tag {
    margin-bottom: 6px;
  }
  .cta-banner {
    padding: 32px;
  }
  .banner-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .banner-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}
