* {
    margin: 0; padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #FFFBE9;
}
header , main, footer{
    /* testcolor delete later */
    background-color: #AD8B73;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
    text-align: center;
    box-shadow: 0px 5px 12px black ;
}
main{
    background-color: #E3CAA5;

}
nav{
    margin-top: 2vh;
    max-height: 20vh;
    /* testcolor delete later */
    background-color: #CEAB93;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding: 1vh 1vh;
    text-align: center;
}
nav li{
    position: relative;
    display:inline-block;
    list-style: none;

}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }  
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
.thumb{
    margin-left: 33%;
}
.thumb:after {
    content: "";
    display: table;
    clear: both;
  }
  .column {
    float: left;
    width: 16.66%;
  }
.demo {
    opacity: 0.6;
  }
  .active,
.demo:hover {
  opacity: 1;
}
.horsecoral {
    position: relative;
  }
.cursor {
    cursor: pointer;
  }
  .mySlides {
    display: none;
  } 
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.horsebox{
    background-color: #FFFBE9;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    box-shadow: 0px 5px 12px black ;
    display: inline-block;
    border-radius: 6px 6px 18px 24px;
}

.horsebox img, .statbox{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.horsebox img{
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 5px 12px black ;
    display: inline-block;

}
.statbox {
  padding-left: 10px;
}
.horsebox .statbox{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 18px 24px 18px 24px;
    padding-left: 10px;}
.horsebox .statbox ul{
    margin-top: 1vh;
    margin-bottom: 1vh;
    list-style: none;
    display: inline-block;
    text-align: left;
    line-height: 2.9vh;
}
.details{
    margin-bottom: 2vh;
    padding-bottom:2vh;
    padding-left: 2vw;
    padding-right: 2vw;
}
.details p{
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
    text-align: justify;
}


.formS,.form {
    align-self: center;
  }


.formS, .form__input {
  width: 60%;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid black;
  border-radius: 2px;
  margin: 0.625rem auto;
  transition: all 250ms;
}

@media (max-width:800px) {
    header,main,footer{
        width:100%
    }
    .button-17 {
        border-radius: 24px;
        box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
        color: #3c4043;
        max-width: 100%;
        padding: 2px 24px;
        position: relative;
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
        z-index: 0;
      }

    }

   