* {
  margin: 0;
  padding: 0;
}

/* Small device */
@media only screen and (max-width: 427px) {
  a {
    display: block;
    text-decoration: none;
    color: #b87a40;
    text-shadow: 1px 1px #25221ef6;
}

  .border,
  .button,
  .headerBox,
  .content1,
  .contentText1,
  .content2,
  .contentText2,
  Footer,
  img,
  .parallexText {
    border: 1px solid #b87a40;
    border-radius: 10px;
    box-shadow: 3px 3px black;
  }

  body {
    width: 100%;
    height: 100%;
    background-color: #464442;
    color: #b87a40;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-shadow: 1px 1px #25221ef6;
  }

  header {
    width: 100%;
    height: 100%;
  }

  /* Header box */
  .headerBox {
    width: 97%;
    height: 600px;
    display: flex;
    margin-left: 1%;
    justify-content: center;
    overflow: hidden;
    background-color: #154551;
    /* Parallex */
    background-image: url(./img/gent.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  /* Text parallex */
  .parallexText {
    width: 80%;
    padding: 1%;
    margin-top: 100%;
    align-self: center;
    background-color: #154551d3;
    text-align: center;
  }

  .navBox {
    display: flex;
    justify-content: space-evenly;
  }

  .button {
    width: 30%;
    margin: 2%;
    padding: 2px;
    background-color: #154551;
    box-shadow: 3px 3px #af2020;
  }

  .button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .show {
    width: 98%;
  }

  * {
    box-sizing: border-box
  }

  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    height: 70%;
    position: relative;
    overflow: hidden;
    margin-left: 1%;
  }

  /* Make the images invisible by default */
  .Containers {
    display: none;
    /* border: 1px solid #b87a40; */
    /* border-radius: 10px; */
    overflow: hidden;
    padding-top: 1%;

  }

  img {
    max-width: 100%;
    height: 100%;
  }

  /* forward & Back buttons */
  .Back,
  .forward {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    margin-top: -23px;
    padding: 17px;
    color: grey;
    font-weight: bold;
    font-size: 19px;
    transition: 0.4s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
  }

  /* Place the "forward button" to the right */
  .forward {
    right: 0;
    border-radius: 4px 0 0 4px;
  }

  .Back {
    left: 0;
    border-radius: 0 4px 4px 0;
  }

  /*when the user hovers,add a black background with some little opacity */
  .Back:hover,
  .forward:hover {
    background-color: rgba(0, 0, 0, 0.637);
  }

  /* Caption Info */
  .Info {
    color: #e3e3e3;
    font-size: 16px;
    padding: 10px 14px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .enable {
    background-color: #717161;
  }

  /* Faint animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.4s;
    animation-name: fade;
    animation-duration: 1.4s;
  }

  @-webkit-keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }

  @keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }

  .contentBox {
    display: flex;
    flex-direction: column;
  }

  .content1,
  .content2 {
    display: flex;
    flex-direction: column;
    background-color: #154551;
    margin-top: 2%;
    width: 97%;
    height: 100%;
    margin-left: 1%;
  }

  h3 {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .cardImage {
    align-self: center;
    width: 70%;
    height: 50%;
    margin-bottom: 3%;
  }

  .contentText1,
  .contentText2 {
    margin: 2%;
    padding: 1%;
  }

  Footer {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-top: 15px;
    width: 97%;
    margin-left: 1%;
    height: 50px;
    background-color: #154551;

  }

}

/* Tablet device */
@media only screen and (min-width: 427px) and (max-width: 768px) {
  a {
    display: block;
    text-decoration: none;
    color: #b87a40;
    text-shadow: 1px 1px #25221ef6;
}

  .border,
  .button,
  .headerBox,
  .show,
  .content1,
  .content2,
  .contentText1,
  .contentText2,
  Footer,
  img {
    border: 2px solid #b87a40;
    border-radius: 10px;
    box-shadow: 3px 3px black;
  }

  .button {
    width: 20%;
    margin: 2%;
    padding: 2px;
    background-color: #154551;
    box-shadow: 3px 3px #af2020;
  }

  .button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  body {
    width: 100%;
    height: 100%;
    background-color: #464442;
    color: #b87a40;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-shadow: 1px 1px #25221e;
  }

  header {
    width: 100%;
    height: 100%;
  }

  .headerBox {
    width: 98%;
    height: 600px;
    display: flex;
    margin-left: 1%;
    justify-content: center;
    overflow: hidden;
    background-color: #154551;
    /* Parallex */
    background-image: url(../img/gent.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .parallexText {
    margin-top: 50%;
    padding: 1%;
    align-self: center;
    border: 2px solid #b87a40;
    border-radius: 10px;
    background-color: #154551d3;
  }

  .navBox {
    display: flex;
    justify-content: space-evenly;
  }

  main {
    display: flex;
    flex-direction: column;
  }

  .show {
    width: 100%;
    height: 100%;
    background-color: #154551;
    overflow: hidden;
  }

  * {
    box-sizing: border-box
  }

  /* Slideshow container */
  .slideshow-container {
    max-width: 97%;
    position: relative;
    margin-left: 1%;
  }

  /* Make the images invisible by default */
  .Containers {
    display: none;
  }

  /* forward & Back buttons */
  .Back,
  .forward {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    margin-top: -23px;
    padding: 17px;
    color: grey;
    font-weight: bold;
    font-size: 19px;
    transition: 0.4s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
  }

  /* Place the "forward button" to the right */
  .forward {
    right: 0;
    border-radius: 4px 0 0 4px;
  }

  .Back {
    left: 0;
    border-radius: 0 4px 4px 0;
  }


  /*when the user hovers,add a black background with some little opacity */
  .Back:hover,
  .forward:hover {
    background-color: rgba(0, 0, 0, 0.425);
  }

  /* Caption Info */
  .Info {
    color: #e3e3e3;
    font-size: 16px;
    padding: 10px 14px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .enable {
    background-color: #717161;
  }

  /* Faint animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.4s;
    animation-name: fade;
    animation-duration: 1.4s;
  }

  @-webkit-keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }

  @keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }


  .content1,
  .content2 {
    background-color: #154551;
    margin-top: 3%;
    width: 99%;
    margin-left: 0.5%;
  }

  h3 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .cardImage {
    width: 98%;
    height: 50%;
  }

  img {
    max-width: 100%;
    height: 100%;
  }


  .contentText1,
  .contentText2 {
    margin: 10%;
    padding: 1%;
  }

  Footer {
    background-color: #154551;
    width: 99%;
    height: 50px;
    margin-top: 2%;
    margin-left: 0.5%;
    padding-top: 15px;
  }

}

/* Big device */
@media only screen and (min-width: 768px) {
  a {
    display: block;
    text-decoration: none;
    color: #b87a40;
    text-shadow: 1px 1px #25221ef6;
}

  .border,
  .button,
  .headerBox,
  .show,
  .content1,
  .content2,
  .contentText1,
  .contentText2,
  Footer,
  img {
    border: 2px solid #b87a40;
    border-radius: 10px;
    box-shadow: 3px 3px rgb(0, 0, 0);
  }

  .button {
    width: 20%;
    margin: 1%;
    padding: 2px;
    background-color: #154551;
    box-shadow: 5px 4px #773434;
  }

  .button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }


  body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #464442;
    color: #b87a40;
    text-align: center;
    text-shadow: 1px 1px #25221e;
  }

  header {
    width: 100%;
    height: 100%;
  }

  .headerBox {
    width: 98%;
    height: 600px;
    display: flex;
    justify-content: center;
    margin-left: 1%;
    overflow: hidden;
    background-color: #154551;
    /* Parallex */
    background-image: url(../img/gent.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }


  .parallexText {
    padding: 1%;
    margin-top: 500px;
    align-self: center;
    border: 2px solid #b87a40;
    border-radius: 10px;
    background-color: #154551d3;
  }

  .navBox {
    display: flex;
    justify-content: space-evenly;
  }



  main {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .show {
    width: 98%;
    margin-left: 1%;
    background-color: #154551;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  * {
    box-sizing: border-box
  }

  /* Slideshow container */
  .slideshow-container {
    display: flex;
    flex-direction: column;

    position: relative;
    margin: auto;
  }

  /* Make the images invisible by default */
  .Containers {
    width: 97%;
    margin-left: 1.3%;
    display: none;
  }

  /* forward & Back buttons */
  .Back,
  .forward {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    margin-top: -23px;
    padding: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 19px;
    transition: 0.4s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
  }

  /* Place the "forward button" to the right */
  .forward {
    right: 10%;
    border-radius: 4px 4px 4px 4px;
  }

  .Back {
    left: 10%;
    border-radius: 4px 4px 4px 4px;
  }

  /*when the user hovers,add a black background with some little opacity */
  .Back:hover,
  .forward:hover {
    background-color: rgba(0, 0, 0, 0.425);
  }

  .enable {
    background-color: #717161;
  }

  /* Faint animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.4s;
    animation-name: fade;
    animation-duration: 1.4s;
  }

  @-webkit-keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }

  @keyframes fade {
    from {
      opacity: .5
    }

    to {
      opacity: 2
    }
  }

  .contentBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

  }

  .content1,
  .content2 {
    background-color: #154551;
    margin-top: 1%;
    margin: 1%;
    width: 48%;
    height: 100%;
    margin-left: 1%;
  }

  h3 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .cardImage {
    width: 98%;
    height: 50%;
  }

  img {
    max-width: 100%;
    height: 100%;
  }

  .contentText1,
  .contentText2 {
    width: 98%;
    height: 140px;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 1%;
  }

  Footer {
    background-color: #154551;
    width: 98%;
    height: 50px;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 0.1%;
    margin-left: 1%;
  }
}
.button{
  display: flex;
  align-items: center;
  gap: 2%;
  justify-content: center;

}
#arrow{
  width:20px;
  height: auto;
}
a {
  display: block;
}