   .sidething {
    background-color: #B00707;
    float:right;
    height: 400px;
    width:300px;
    color:white;
    margin-top:50px;
    margin-right:20px;
    text-align: center;
    
   }
   
   
    .title {
        color:black;
    font-size:70px;
    padding:20px;
    margin:20px;
    margin-top:15%; 
        
    }
        
    
    
    body {
    height:95vh;
        background-color:white;
    font-family: "Acme", serif;
    
    }
    
    .flexHeader {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  background-color: #B00707;
  color: #FFFFFF;
}

.flexLogo {
    flex-basis: 3em;
    border-radius: 50%;
}

img.flexLogo {
    width: 10%;
}

.flexH1 {
    flex-grow: 3;

}

.flexNav {
    flex-grow: 4;
}

.flexNav a {
    font-size: 1.25em;
    padding: .5em;
    color: #FFFFFF;
}

.interiorFlex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: right;
    /* border: 1px solid lightsalmon; */
}
    
    p {
        color:#0a0a0a;
        font-size:23px;
    }
    
    a{
        margin-left:30px;
        margin-top:30px;
    font-size:25px;
        color:red;
    }
    a:hover {
        color:black;
        bold
            font-size:55px;
        }
        
        /* STARS  */
.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #ffca08;
}
/* END STARS  */

.partners{
    color:#ffffff;
}

.swim{
 
}

.hero{
    background-image: url("https://t3.ftcdn.net/jpg/02/55/78/60/360_F_255786001_nqunh2BB5NWxpKyHaGWaelZo5qW3smsV.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height:350px;
    width:1000px;
}



