
@media only screen
and (min-width : 375px) {
  .home .site-content {
    margin-top: 60px;
  }
}

@media only screen
and (min-width : 425px) {
  .home .site-content {
    margin-top: 0px;
  }
}


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

  .navbar-brand .site-title .site-title-desktop {
    display: block;
  }

  .navbar-brand .site-title .site-title-mobile {
    display: none;
  }

  .close-flag {
    top: 150px;
    left: -150px;
    width: 220px;
    background-size: cover;
  }

  .close-flag {
    position: absolute;
    top: 150px;
    left: -160px;
    width: 220px;
    height: 2000px;
    z-index: 100 !important;
    /* background-image: url('images/flag-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top; */
  }


  .flag-wrapper {
    left: -30px;
    top: 50px;
  }

  .home .site-content {
    margin-top: 240px;
  }

  .ff-annotation {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .ff-event {
    /* width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden; */
    /* padding-right: 3rem !important;
    padding-left: 3rem !important; */
  }

}


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

  html {
    overflow-x: auto;
  }

  .flag-wrapper {
    left: -50px;
    top: 20px;
  }

  .home .site-content {
    margin-top: 300px;
  }

  .close-flag {
    top: 150px;
    left: -160px;
  }

  .ff-annotation {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }



}


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

  .container-flag-wrapper {
    max-width: 992px;
  }

  .flag-wrapper {
    left: -60px;
    top: -10px;
  }

  .close-flag {
    top: 150px;
    left: -150px;
  }

  .home .site-content {
    margin-top: 390px;
    padding-left: calc(2.5 * var(--spacer));
    padding-right: calc(2.5 * var(--spacer));
  }

  .home .site-header,
  .home .site-content {
    /* padding-left: 40px; */
  }

  .ff-annotation {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  .ff-event .ff-event-date {
    width: 21%;
  }

  .ff-event .ff-event-type {
    width: 15%;
  }

  .ff-event .ff-event-title {
    width: 40%;
  }

  .ff-event .ff-event-venue {
    width: 20%;
  }


  #main-nav {
    background-color: transparent;
    margin-top: 0;
    height: auto;
  }

    #main-nav .navbar-menu {
      flex-flow: row;
      padding: 0 24px;
    }

      #main-nav .navbar-menu .menu-item {
        margin-bottom: 0;
      }

      #main-nav .navbar-menu .menu-item .nav-link {
        color: var(--c-grey-m);
        text-decoration: none;
      }

      #main-nav .navbar-menu .menu-item .nav-link:hover {
        color: #000;
      }

      #main-nav .navbar-menu .menu-item:first-of-type {
        margin-top: 0;
      }

  .wpml-language-switcher li a {
    font-size: 1rem;
  }

}


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

  .container-flag-wrapper {
    max-width: 1280px;
  }

  .flag-wrapper {
    top: -20px;
    left: -90px;
  }

  .close-flag {
    top: 150px;
    left: -150px;
  }

  .home .site-content {
    margin-top: 390px;
  }

  #main-nav .navbar-menu {
    padding: 0 0 0 24px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1040px;
  }

}

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

  .container-flag-wrapper {
    max-width: 1460px;
  }

  .flag-wrapper {
    top: -70px;
    left: 70px;
  }

  .home .site-content {
    margin-top: 600px;
  }

  .close-flag {
    top: 150px;
    left: -70px;
    /* width: 320px; */
  }

}

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

  .container-flag-wrapper {
    max-width: 1600px;
  }

  .flag-wrapper {
    top: -100px;
    left: 120px;
  }

  .home .site-content {
    margin-top: 650px;
  }

  .close-flag {
    top: 150px;
    left: 40px;
  }

  .navbar-lng {
    position: absolute;
    right: 0;
    z-index: 101;
  }

  #main-nav .navbar-menu {
    padding: 0;
  }

}

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

  .container-flag-wrapper {
    max-width: 1720px;
  }

  .flag-wrapper {
    top: -150px;
    left: 140px;
  }

  .home .site-content {
    margin-top: 710px;
  }

  .close-flag {
    top: 150px;
    left: 190px;
  }

}
