/* General styles */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Header styles */

header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

nav a {
  font-weight: bold;
  margin-right: 20px;
}

nav a.cta {
  background-color: #ffd800;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

nav form {
  display: flex;
  align-items: center;
}

nav form input[type="text"] {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 10px;
  font-size: 16px;
}

nav form button[type="submit"] {
  background-color: #ffd800;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

/* Main styles */

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#hero {
  background-image: url('./Palm Beach 2.jpg');
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#hero h1 {
  font-size: 60px;
  margin-bottom: 20px;
  text-shadow: 2px 2px #333;
}

#hero h2 {
  font-size: 36px;
  margin-bottom: 40px;
  text-shadow: 2px 2px #333;
}

#hero a.cta {
  background-color: #ffd800;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#featured {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

#featured img {
  flex: 1;
  margin-right: 20px;
  margin-top: 20px;
}

#featured div {
  flex: 1;
}

#featured b {
  font-size: 24px;
  margin-bottom: 20px;
}

#featured span {
  margin-bottom: 20px;
}

#featured a.cta {
  background-color: #ffd800;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.destination{
  margin-left: 8px;
}

.hiking, .culture, .adventure {
  display: flex;
}

.right{
  margin-left: 8%;
  margin-top: 14%;
}

.guide{
  margin-top: 12px;
}

.experiences, li.adventure{
  text-align: center;
}

.cooking, .artisan, .tours{
  width: 90%;
  border-radius: 4px;
  
}

.img{
  border-radius: 4px;
}

span{
  text-align: justify;
}

/* Footer styles */

footer {
background-color: #333;
color: #fff;
padding: 40px 0;
}

footer ul {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

footer li {
margin-right: 10px;
}

footer a {
color: #fff;
}

footer a:hover {
text-decoration: underline;
}

footer p {
margin-bottom: 20px;
}

footer form {
display: flex;
justify-content: center;
align-items: center;
}

footer form input[type="email"] {
padding: 10px;
border-radius: 4px;
border: none;
margin-right: 10px;
font-size: 16px;
}


footer form button[type="submit"] {
background-color: #ffd800;
color: #fff;
padding: 10px 20px;
border-radius: 4px;
border: none;
font-weight: bold;
font-size: 16px;
cursor: pointer;
}



@media (max-width: 768px) {
nav {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;

}

nav a {
margin: 10px 0;
}

nav form {
margin-top: 10px;
}

#featured {
flex-direction: column;

}

#featured img {
margin-bottom: 20px;
margin-top: 20px;
width: 340px;
margin-left: 9px;
border-radius: 5px;

}

#featured div {
text-align: center;
}

#featured h3 {
font-size: 28px;
}

#featured p {
margin-bottom: 40px;
}

#hero {
height: 300px;
}

#hero h1 {
font-size: 36px;
}

#hero h2 {
font-size: 24px;
}

#hero a.cta {
font-size: 16px;
padding: 8px 16px;
}

.hiking, .culture, .adventure {
  display: flex;
}

.right{
  margin-left: 8%;
  margin-top: 14%;
}

.guide{
  margin-top: 12px;
}

.experiences, li.adventure{
  text-align: center;
}

.cooking, .artisan, .tours{
  width: 90%;
  border-radius: 4px;
  
}
.img{
  width: 60%;
  height: 200px;
  margin-top: 15%;
}

span, .P, p{
  font-size: 12px;
}


b, .H3{
  font-size: 17px;
}

}

