.top{
     background-image:url('/imageserver/Reusable/westbury2020/Asset-3.png');     
     background-size:cover;
     padding-left:20px;
     
}

.line-break{
     border:1px solid black;
     max-width:1000px;
     margin:20px auto;
}

.main-img img{
    float:right;
    margin-top:-20px;
}

ul li{
     list-style-type:none;
     padding:10px 10px 5px 10px;
     background-color:#526657;
     border-radius:5px;
}

ul li a {
     color:#B3B2A1;
}

ul li a:hover{
     color:#B39F86;
}

.button {
  transition-duration: 0.4s;
  border:2px solid #526657;
  color:white;
  font-size:1.1em;
  border-radius:5px;
}

.button:hover {
  color: #526657;
  box-shadow: 0 2px 6px 0 white;
  text-decoration:none;
}

.animatebtn {
  color: #526657;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  max-width: 170px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding:10px 20px;
}
@media (min-width: 600px) {
  .animatebtn {
    margin: 0 1em 2em;
  }
}
.animatebtn:hover {
  text-decoration: none;
}

.animatebtn-1 {
  font-weight: 900;
}
.animatebtn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.animatebtn-1 rect {
  fill: none;
  stroke: #526657;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.animatebtn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
  color:#526657;
}
.animatebtn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 45, 255;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
    .main-img img{     
           float:none;
           text-align:center;
   }
}