:root{
    --bronze: #A26A35;
    --offwhite:#F8F7F0;
    --black:#2f2822;
}


body{
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Lexend', sans-serif;
    /* put the info about nav font */
  
}
a{
    text-decoration: none;
    color:#2F2822;

}
h1{
font-size: 82px;
line-height: 90px;
font-family: 'Lora',serif;
font-style: italic;
color: #A26A35;
margin-bottom: 40px;

}

h2{
    font-size: 60px;
    font-family:'Lora',serif; 
    font-style: italic;
    color: #A26A35;
    margin-bottom: 40px;

}

h3{
    font-size: 30px;
    font-family: 'Lora',serif;
    font-size: italic;
    color: #A26A35;
}
/* header classes */

.container {
    max-width: 1400px;
    margin: 0 auto;

}



/* header style */

.header{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin:0 auto;
    padding: 60px 0;


position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;



}
.links-container{
    display:flex;
    gap: 56px;
}
.links-container li a {
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* hero/above the fold styling */
/* put color for text background */
.hero-section{
    background: #F8F7F0;
    display: flex;
}
.hero-section img{
    max-width: 50vw;
    height: 95vh;
    object-fit: cover;
}
.hero-content{
    width: 40%;
    max-width: 590px;
    margin: auto;
}
/* inside text box */

.hero-intro-text {
    font-size: 22px;
    margin-bottom: 80px;

}
.button-outline{
    padding: 24px 80px;
    border-radius: 50px;
    font-size: 22px;
    border: 2px solid #A26A35;
    display:inline-block ;
}
.latest-destinations-section {
    padding: 140px 0 200px;

}

.latest-destinations-text {
    max-width: 700px;
    margin: 0 auto;
    text-align:center;

}
.latest-distination-blog-feed {
    display: flex;
    gap: 16px;
    margin-top: 120px;

}
.latest-distination-blog-feed img {
    max-width: 100%;

}
.blog-small{
  
    flex: 1;
}
.blog-large{
    
    flex:2;
}
.blog-post-information {
    margin-top: 32px;

}

.blog-post-date {
    font-family: 'Lora',serif;
    font-size: 16px;
    margin-top: 12px;

}
/* next stops sections */

.next-stops-section {
    display: flex;
    padding: 120px 0;
    background-color: #F8F7F0;
    background-image: url(../img/beach-at-sunset.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50vw;

}
.next-stops-text { 
    max-width: 40%;

}

.text.link {
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(10, 9, 9)
}
.footer {
    background: #804d1d;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 120px 0 100px;
    color: white;
}