body{
    font-size: 18px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
  

    /* put the info about nav font */
  
}
a{
    text-decoration: none;
    color:#00035a;
    /* navigation info  */

}


h1{
font-size: 82px;
line-height: 90px;
font-family: 'playfair display',serif;
font-style: italic;
color: #ffffff;
margin-bottom: 40px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);



}

.inner-content {
    width: 100%;
    color: white;

}
/* header style */

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


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



}
.links-container{
    display:flex;
    gap: 56px;
}
.links-container li a {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jpg1 img {
    width: 1920hw;
   height: 1080px;
}


/* 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;
}

.hero-content {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: left;
position: absolute;
margin-left: 50px;
padding: 100px 0 150px;



}
.title {
    font-size: 35px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding-top: 20px;
padding-bottom: 50px;

}
.staem img {
   
    max-width: 80vw;
    height: 95vh;
    object-fit: cover;
    float: right;
    margin-right: 50px;
  

}
.title-2-text {
    font-size: 35px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding-top: 800px;
padding-bottom: 50px;

}


.container {
    position: relative;
    max-width: 800px; 
    margin: 0 auto; 
  }
  
  .container .content {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1; 
    width: 97.5%; 
    padding: 20px; 
  }

.attractive-content {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding-top: 30px;
padding-bottom: 50px;
overflow-wrap: break-word;
width: 1000px;
word-wrap: break-word ;
word-break: break-word;
margin-left: 300px;
}


.title-3-text {
    font-size: 35px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding-top: 50px;
padding-bottom: 50px;

}


.title-4-text {
    font-size: 35px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding-top: 50px;
padding-bottom: 50px;

}
* {
    box-sizing: border-box;
  }
  
  /* Style inputs */
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #00035a;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #00035a;
  }
  
  /* Style the container/contact section */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }

.footer {
    padding-left: 50px;
    padding-top: 50px;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'work sanse', sans-serif;
text-align: left;
position: absolute;



}
