* {
            padding: 0px;
            margin: 0;
         }

/* karla base 

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

.dancing-script- <uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

h1 { 
  font-family: "Dancing Script"; 
  font-weight: 700; 
  font-size: 130px;
  color: #111940;
  margin-top: 100px;
  margin-left: 20px;
  text-shadow: 2px 4px 4px rgba(250, 243, 224, 0.25);
}

h2 {
  font-family: "Karla", sans-serif; 
  font-weight: 600; 
  font-size: 50px;
  color: #111940; 
}

h3 {
  font-family: "Karla", sans-serif; 
  font-weight: 500; 
  font-size: 32px;
  color: #111940;
}

h4 {
  font-family: "Karla", sans-serif; 
  font-weight: 500; 
  font-size: 22px;
  color: #111940;  
}

p {
  font-family: "Karla", sans-serif; 
  font-weight: 400; 
  font-size: 18px;
  color: #111940;
}

nav {
    background: #FFA726;
    position: fixed;
    width: 100%;
    padding:5px 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 5;
    flex: 1 1 auto;
}
nav a {
    color: #111940;
    font-size: 20px;
    text-decoration: none;
}
nav a:hover {
    color: #FAF3E0;
}
.nav-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    font-family: "Karla", sans-serif;
}

nav .book-btn {
padding: 8px 20px;
justify-content: center;
align-items: center;
border-radius: 20px;
background: #FAF3E0;
margin-right: 30px;
font-family: "Karla", sans-serif;
color:#111940;
}

nav .book-btn:hover {
    background-color: #111940;
}

.logo {
    width: 105px;
height: 60px;
margin-left: 20px;
}

header {
    background-image: url(../Exported-Imgs/HeroBackground.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    position: relative;
}

/* services */
.services {
    background-image: url(../Exported-Imgs/ServicesBackground.jpg);
    display: flex;
    justify-content: center;    /* center the whole row */
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 40px;                  /* space between columns */
    width: 100%;
    text-align: center;
    font-family: "Karla", sans-serif;
    flex-wrap: wrap
}
.services article{ 
  width: 300px;
}
.services article a {
  text-decoration: none;
  color: #111940;
}

.services article a:hover{
  color: #FAF3E0;
}
.team {
background-image: url(../Exported-Imgs/Our-Team\ Background.jpg);
width: 100%;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
display: grid;
}

.team > p {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.team header {
    text-align: center;
}

.team-grid {
    display: flex;          /* makes image + info side by side */
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.team-grid article {
  display: flex;
  gap: 20px;
  padding: 20px;
  text-align: left;
  width: 500px;
}
.team-grid img {
  align-self: flex-start;
  width: 350px;
}

#testimonials {
  background-image: url(../Exported-Imgs/Testimonials-Background.jpg);
  background-size: cover;
  padding: 40px;
  text-align: center;
}
#testimonials h2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}

#testimonials .articles {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
#testimonials article {
  border: 1px solid #111940;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
}

#testimonials article .author {
  display: flex;           /* img + text side by side */
  align-items: center;
  gap: 12px;
}

main {
  background: #FAF3E0;
}
#about {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 40px;
  align-items: center;
}
#about h2{
  margin-bottom: 20px;
}
#about aside{
  margin-top: -50px;
}

#CTA {
  background-image: url(../Exported-Imgs/Rectangle\ 5.jpg);
  background-size: cover;
  padding: 50px; 
}
#CTA div {
 background-color: #faf3e06f;
 text-align: center;
 padding: 40px;
 border-radius: 20px;
}
#CTA h2 {
  text-align: center;
}
#CTA p {
  text-align: center;
  margin-bottom: 50px;
}
#CTA .book-cta {
padding: 8px 20px;
justify-content: center;
align-items: center;
border-radius: 20px;
background: #FFA726;
font-family: "Karla", sans-serif;
text-decoration: none;
display: inline-flex;
color:#111940;
}

#CTA .book-cta:hover {
 background-color: #111940; 
 color: #FAF3E0;
}

footer {
background: #FAF3E0;
padding: 30px 80px;
display: flex;
justify-content: space-between;
align-items: center;
}

.footer-logo {
width: 300px;
height: 150px;
flex-shrink: 0;
padding-bottom: 40px;
}

footer a {
  color: #111940;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.footer-right {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 15px;
}
.footer-right .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rights {
  background-color:#FAF3E0;
  border-top: solid black 1px ;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}  
.rights article {
  display: flex;
  gap: 20px;
}
.rights a {
  text-decoration: none;
  font-family: "Karla", sans-serif;
  text-align: right;
  display: flex;
  color: #111940;
}
.toggle {
display: none; 
/* align-self: center; */
}

.active {
display: flex;
}


/* the following rule will style the bars */

i.fa-bars {

color: #FAF3E0;

font-size: 30px;

align-self: center;

}
/* tablet */
@media (max-width: 825px) {
nav {
        flex-direction: column;
        display: flex;
  }
  h1 {
    font-size: 100px;
    text-align: center;
    justify-content: center;
  }
  .nav-links {
    flex-direction: row;
    column-gap: 10px;
  }
  nav .book-btn {
    font-size: 16px;
    padding: 6px 16px;
  }
  nav a {
    font-size: 16px;
  }
}

@media (max-width: 700px) {

.toggle {

display: block;

align-self: center;
}

nav {

flex: 100%;

/* display: none; */

text-align: center;

row-gap: 8px;
}

}

/* mobile */
@media (max-width: 450px) {
  h1 {
    font-size: 80px ;
    text-align: center;
    justify-content: center;
    
  }
  nav {
        flex-direction: row;
        display: flex;
        /* min-width: none; */
  }
  nav a {
    font-size: 16px;
  }
  nav .book-btn {
    font-size: 16px;
    padding: 6px 16px;
  }
}


