@media screen and (max-width: 980px) {


  /* Global Styles */
  :root {
    --body-size: 16px;
    --small-size: 13px;
    --big-size: 26px;
    --medium-size: 18px;
    --huge-size: 32px;
  }


  /* Global Styles */
  body {
    /* Typography Variables */
    font-size: var(--body-size);
    line-height: 1.3;
    font-family: var(--font-regular);
    padding: 0 0 0 50px;
  }


  /* General */
  .padding {
    padding: 70px 20px;
  }


  .columns {
    column-count: 1;
  }

  .full-height {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .normal-height {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .small-height {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .post-title:hover,
  .home-menu li:hover,
  .overlay a:hover,
  .language:hover,
  .side-menu li:hover {
    opacity: 1;
  }

  /* Header */
  /* .site-header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 50px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: top left;
    padding: 18px 8px;
    letter-spacing: -0.4vw;
    font-family: var(--font-regular);
    background-color: var(--cream);
    font-size: 2.4vw;
  } */

  .site-header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 50px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: top left;
    padding: 18px 8px;
    letter-spacing: -0.4vw;
    font-family: var(--font-regular);
    background-color: var(--cream);
    font-size: 2.4vw;
    border: none;
  }

  .site-title {
    display: none;
  }

  /* Menu */
  .side-menu {
    height: 50px;
    left: 50px;
    padding: 18px 14px;
  }

  .side-menu ul li:not(:last-child) {
    margin-right: 14px;
  }

  .intro {
    padding-top: 30px;
  }

  /* Homepage */
  .home section {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .home section > div {
    width: 100%;
  }

  .home img {
    vertical-align: bottom;
  }

  /* News */
  .home-posts {
    padding: 20px 12px;
  }

  .home-posts ul {
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }

  .home-posts ul li span {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .news-thumb_container {
    display: none;
  }


  /* Mörk */
  .mork {
    overflow: auto;
    height: 100%;
  }


  .section-title {
    padding-bottom: 40px;
}

.home-menu ul li:not(:last-child) {
  margin-right: 0;
}

  /* Membership */
  .board {
    margin-top: 40px;
  }

  .board h3 {
    margin-bottom: 20px;
  }

  .become-member {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    gap: 0;
    margin: 0;
  }

  .become-member h3 {
    margin-bottom: 30px;
  }

  /* Newsletter */
  .newsletter h3 {
    margin-bottom: 20px;
  }

  .newsletter-info {
    margin-bottom: 40px;
  }

  /* Footer */
  .info {
    align-items: center;
  }

  .footer-text {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    text-align: center;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    text-align: center;
  }

  .footer-logos {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-logos img {
    width: 100%;
    max-width: 22vw;
    max-height: 100%;
    height: 100%;
  }

  .footer-logos img:not(:last-child) {
    padding-right: 0;
    padding-bottom: 30px;
  }

  /* Overlay */
  .overlay {
    padding: 100px 0 100px 50px;
  }

  .overlay-close {
    width: 26px;
    height: 26px;
    top: 80px;
    right: 20px;
  }

  .post-header {
    padding: 0 20px;
  }

  .post-title {
    margin-bottom: 40px;
  }

  .post-img {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .post-content {
    padding: 0 20px;
  }

  .post-excerpt {
    margin: 0;
    margin-bottom: 30px;
  }

  /* Page overlay */
  /* Slider */
  .swiper-container {
    margin: 0 0;
    margin-bottom: 60px;
    margin-top: 10px;
  }


  .swiper-posts {
    position: static;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .slider-arrows {
    margin-bottom: 10px;
    margin: 0;
    margin-top: 40px;
  }

  .slider-arrows > div:first-child span {
    margin-left: 20%;
  }

  .slider-arrows img {
    width: 20px;
  }

  .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: contain;
  }


  .slider-info {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: -6px;
  }

  .intro-logos {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .intro-logos img {
    max-height: 85px;
    max-width: 150px;
  }

  /* Members form */
  .member-form {
    margin-top: 60px;
  }

  .member-form input {
    margin-bottom: 20px;
  }


  .half {
    flex-direction: column;
    gap: 0;
  }

  .half input {
    width: 100%;
    flex: 100%;
  }

  .form-checks {
      margin-top: 18px;
  }
/*
  .social-icons {
    display: none;
  } */


  .social-icons {
    position: fixed;
    bottom: var(--padding);
    right: 60px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .social-icons a {
    display: inline-block;
    width: auto;
    width: 100%;
    height: 30px;
    transform: none;
    -webkit-transform: none;
  }

  .social-icons a:first-child {
    margin-right: 4px;
  }

  .social-icons a img {
    display: block;
    width: auto;
    height: 100%;
  }



}


@media screen and (max-width: 1344px) {

  /* .home-menu ul {
    margin-bottom: 60px;
  } */

  .home-menu ul,
  .newsletter-cta {
    flex-direction: column;
  }

  .home-menu ul li:not(:last-child),
  .newsletter-cta p:not(:last-child) {
    margin-bottom: 2px;
  }

  .mork .home-menu ul {
    align-items: flex-end;
}

}

@media screen and (min-width: 1920px) {

  /* Global Styles */
  :root {
    --body-size: 26px;
    --small-size: 21px;
    --big-size: 52px;
    --medium-size: 38px;
    --huge-size: 58px;
  }

}

@media screen and (min-width: 1920px) {

  .home-posts {
    margin: 0;
    min-height: 80vh;
  }

  .swiper-posts ul {
        min-height: 80vh;
    justify-content: space-between;
  }

}

@media screen and (min-width: 1920px), (min-height: 1000px) {

    .site-header {
      font-size: 1.8vh;
    }

}
