/* base raleway properties */

.raleway-<uniquifier> {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  /* base montserrat properties */


.montserrat-<uniquifier> {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  /* base merriweather properties */

.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
  }

  * {
    padding: 0;
    margin: 0;
}
  
h1 {
font-family: "Raleway", serif;
font-weight: 400;
font-size: 64px;
font-style: normal;
color: white;
}

h2 {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 64px;
    font-style: normal;
    color: #000000;
}

h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    color: #ffffff;
}

h4 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    color: #000000;
    margin-bottom: 50px;
}

h5 {
    font-family: Merriweather", serif;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    color: #000000;
    font-variant: small-caps;
}

h6 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    color: #ffffff;
}

#one {
    font-family: "Raleway", serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: white;  
}

#two {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    color: #000000;  
    padding: 25px 25px 25px 25px;
}

.three {
    font-family: Merriweather", serif;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.4;
}

.four {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    color: #000000;
}

#five {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    color: #000000;  
}

nav {
    background-color: #ffffff;
    padding: 20px 64px 20px 64px;
    display: flex;
    justify-content: space-between;
}

nav span {
    align-self: center;
}
nav a {
    font-family: "Raleway", serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #000000;  
    text-align: center;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

nav a:hover {
    color: #F52870;
}

.nav {
    background-color: #F52870;
    padding: 10px 20px 10px 20px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ffffff;
} 

.nav:hover {
    color: #221530;
}

header {
    background-image: url(../Assets/images/Hero\ Image.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FBA9C6;
    padding-top: 732px;
    padding-bottom: 70px;
    padding-left: 115px;
}

.booking {
    background-color: #221530;
    padding: 10px 20px 10px 20px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
} 

.booking:hover {
    color: #FBA9C6;
}

.contact {
    padding: 8px 18px 8px 18px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #221530;
    text-decoration: none;
    border-style: solid;
    border-color: #221530;
    border-width: 2px;
    
} 

.contact:hover {
    color: #FEEAF1;
}

.spacer {
background-color: #ffffff;
width: 100%;
height: 32px;
}

main {
    background-color: #221530;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 84px;
    padding-bottom: 84px;
}

main article {
    width: 325px;
    padding-top: 25px;
}

main article img {
    padding: 10px;
    padding-bottom: 25px;
}

main span {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 15px;
}

#about article {
    width: 45%;
}

#about {
    background-color: #ffffff;
    border-style: solid;
    border-color: #F52870;
    border-width: 5px;
    padding: 84px 64px 84px 64px;
    display: flex;
    column-gap: 65px;
    flex-wrap: wrap;
}

.space{
    margin-bottom: 50px;
}

.medium{
    margin-bottom: 35px;
}

.small{
    margin-bottom: 20px;
}

#Testimonials {
    background-image: url(../Assets/images/Testimonials.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 84px 64px 84px 64px;
}

#bknd {
    background-color: #221530;
    width: 1312px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#formatting {
    display: flex;
    
    justify-content: space-between; 
    align-items: stretch; 
    
    /* flex-flow: row nowrap; */ 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;
    column-gap: 10px;
}

#formatting span {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    column-gap: 10px;
}

#formatting2 {
    display: flex;
    
    justify-content: space-between; 
    align-items: stretch; 
    /* flex-flow: row nowrap; */ 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;
    column-gap: 10px;
}

#stars {
    padding-left: 25px;
    max-width: 100px;
    height: auto;
}


.yorkie {
    background-color: #ffffff;
    border-style: solid;
    border-color: #918A98;
    border-width: 3px;
    height: auto;
    width: 50%;
}

.yorkie img {
    width: 100%;
    height: auto;
}

.york {
    padding: 8px 18px 8px 18px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #221530;
    text-decoration: none;
    border-style: solid;
    border-color: #F8699B;
    border-width: 2px;
}



.york:hover {
    color: #FEEAF1;
}


.chat {
    padding: 8px 18px 8px 18px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #221530;
    text-decoration: none;
}

.chat:hover{
    color: #FEEAF1;
}

.doodle {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-style: solid;
    border-color: #918A98;
    border-width: 3px;
    width: 50%;
    height: 200px;
}

.doodle img {
    height: 200px;
    width: auto;
}

.doodle span {
    padding-top: 35px;
}

.blank {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: solid;
    border-color: #918A98;
    border-width: 3px;
    height: 200px;
}

.poodle {
    background-color: #ffffff;
    border-style: solid;
    border-color: #918A98;
    border-width: 3px;
    height: auto;
    width: 50%;
}

.poodle img {
    width: 100%;
    height: auto;
}

.edge {
    padding: 84px 64px 84px 64px;
}

.cta {
    background-color: #ffffff;
    border-style: solid;
    border-color: #F52870;
    border-width: 5px;
    padding: 50px 125px 50px 125px
}

.center {
    text-align: center;
}

.subtitle {
    text-align: center;
    color: #918A98;
    margin-top: 20px;
    font-size: 24px;
}

#today {
    background-color: #221530;
    padding: 10px 20px 10px 20px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

.touch {
    padding: 84px 64px 0px 64px;
}

#get {
    background-color: #FEEAF1;
    display: flex;
    
    justify-content: flex-start; 
    align-items: flex-start;
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;
}


.logo {
    padding: 30px 30px 30px 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.banner {
    background-color: #221530;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

article a {
    font-family: "Raleway", serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #ffffff;  
    text-align: center;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

article:hover {
    color: #F52870;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 64px;
    padding-right: 64px;
}

footer a {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 10px;
    font-style: normal;
    color: #000000;  
    text-align: center;
    text-decoration: none;
}

footer:hover {
    color: #F52870;
}

#copyright {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 10px;
    font-style: normal;
    color: #000000;  
    text-align: left;
    text-decoration: none;
}

/* tablet */
@media (max-width: 825px) {

}