#facebook-followus {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 9;
}

#menu {
  position: relative;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  row-gap: 8px;
  padding: auto 10px;
  justify-content: space-evenly;

  text-align: center;
  margin-top: 28px;
  font-weight: 500;
}

/* // X-Small devices (portrait phones, less than 576px) */
/* // No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
  #wrapper,
  #container {
    width: 100% !important;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  #header {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    width: 100% !important;
    height: 256px;
    background: transparent !important;
    margin: 0 !important;
  }

  #menu {
    font-size: 0.7rem !important;
    font-weight: 300;
  }

  #main {
    width: 100% !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
    z-index: 99 !important;
  }
  #main #maincontent {
    padding: 10px 12px !important;
  }

  #header #logo img {
    width: 100px;
    height: auto;
  }

  #slider {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
  }
  #slider img {
    position: absolute;
    top: 260px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  #facebook-followus {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 9;
    overflow-x: hidden;
  }
  #facebook-followus a img {
    width: 100%;
  }

  #tagline {
    bottom: 0px !important;
    left: 50%;
    transform: translatex(-50%);
    width: 100% !important;
    margin: 0 auto;
  }

  #footer {
    position: relative;
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
