/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 960px) {
  body {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }

  header {
    margin: 0 10%;
  }

  .topnav:not(.responsive) .menu {
    display: none;
  }

  .topnav.responsive .menu {
    display: visible;
  }

  .topnav a.menu-bars {
    display: block;
    text-align: center;
  }

  .window {
    min-height: auto;
  }
  .window .content {
    min-height: 100%;
  }

  .first-column {
    width: calc(100% - 20px);
    margin: 5px;
  }

  .second-column {
    width: calc(65% - 20px);
    margin: 5px;
  }

  .third-column {
    width: calc(35% - 20px);
    margin: 5px;
  }

  .window .header.page-title {
    letter-spacing: normal;
    text-transform: uppercase;
  }

  .content .top {
    width: 80vw;
  }

  .content .top img {
    width: 100%;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 786px) {
  body {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow-x: hidden;
  }

  header {
    margin: 0 10%;
  }

  .topnav:not(.responsive) .menu {
    display: none;
  }

  .topnav.responsive .menu {
    display: block;
  }

  .topnav a.menu-bars {
    display: block;
    text-align: center;
  }

  .window {
    min-height: auto;
  }
  .window .content {
    min-height: 100%;
  }

  .first-column,
  .second-column,
  .third-column {
    width: 100%;
    margin: 5px;
  }

  .window .header.page-title {
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .clippy {
    position: absolute;
    width: 200px;
    top: -100vh;
    right: -20%;
    z-index: 100;
  }

  .wordart img {
    max-width: 100%;
  }

  .welcome img {
    margin: 10px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    text-align: center;
  }

  .content .film {
    width: 50%;
    text-align: center;
  }



}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .windows {
    width: 95vw;
    margin: auto;
  }
}
