@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&family=Playfair:wght@300&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&family=Playfair:wght@300&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&family=Playfair:wght@300&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap');
body{
    background-color: rgb(59, 72, 59);
}


   
     
   




/* Style the side bar */
 .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fde7f8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
   background-image: url(img/pexels-cátia-matos-1072179.jpg);
   image-resolution: 2044px;
}

/* Style the navigation links */
.sidebar a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

/* Style the navigation links on hover */
.sidebar a:hover {
    color: #fff;
    background-color: #4CAF50;
}

/* Style the close button */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style the hamburger menu button */
.nav-trigger {
    display: block;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
}



.header{
    background-image:url(img/pexels-nothing-ahead-3571551.jpg) ;
    background-position: 100%;
    background-repeat: no-repeat;
    color:aliceblue;

}
.content {
   display: grid;
   padding-bottom: 533px;
   background-image: url(img/pexels-matheus-bertelli-1144687.jpg);
   background-repeat: no-repeat;
   background-size: 100%;
   color: #4CAF50;
   background-blend-mode: color;
   padding:276px;

}

.content1{
    display: block;
    padding: 221px;
    padding-bottom: 350px;
    background-image: url(img/wp9160803.jpg);
    background-repeat:no-repeat;
    background-size: 100%;
    color:whitesmoke;
    font-family: 'Playfair', serif;
  }
.content1 a{
    color: aqua;
    font-family: 'Roboto Condensed', sans-serif;

}
.content3{
    display: block;
    
    background-image: url(img/wp9160759.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 309px;
    color: rgb(255, 103, 1);
    font-family: 'Playfair Display', serif;
    font-size:30px;
}


.content4{
background-image: url(img/wp9160769.jpg);
background-repeat: no-repeat;
background-size: 100%;
font-family: 'Playfair', serif;
color: azure;
padding: 107px;
    padding-bottom: 322px;
    font-size: 21px;
}

.content5{
    background-image: url(img/wp9160780.png);
    background-repeat: no-repeat;
background-size: 100%;
color:#ffffff;
font-family: 'Roboto Condensed', sans-serif;
padding: 155px;
    padding-bottom: 372px;
    font-size: 26px;
}
.content5 ul li{
    list-style: none;
}