:root {
  --primary-color: white;
  --default-font-family: "poppins", sans-serif;
  --secondary-color: rgb(22, 0, 0);
  --button-color: #462cb2;
}

body {
  font-family: var(--default-font-family);
  background: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font-family);
   color: var(--primary-color);
}

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

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/images/header\ photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;

  margin: 0 auto;
  text-align: center;
 
}

header h1{
    font: weight 500;
  font-size: 80px;
  line-height:1;
  margin: 30px 0;
}
header h2{
    font-weight: 500;
  font-size: 35px;
  line-height: 1.5;
margin: 0
}

header h3{
    font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 5px;
  margin: 0
}

header a{
font-weight: 500;
font-size: 14px;
text-align: center;
line-height: 1.5;
margin-top: 30px;
display: inline-block;
color: var(--secondary-color);
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
background: white;
padding: 15px 30px;
}

 
main{
  background: #99795F;
}

main h2{
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color:var(--primary-color);
  margin: 0;
  opacity: 0.4;
  text-transform: uppercase ;
}

main h3{
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
    color:var(--primary-color);
    margin: 0;
}

main h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--primary-color);
  margin: 0;
}

main h5{
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-color);
  margin: 0;
}

main p{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
    color:var(--primary-color);
    opacity: 0.7;
}

section{
  max-width:  100%;
  margin: 0 auto;
  padding: 100px;
 }

 section.nature-styles{
  background:#72573f ;
 }

footer{
    color:white;
     background-image: linear-gradient(rgba(17, 0, 0, 0.7), rgba(17, 0, 0, 0.7)),
    url(/images/footer-photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    }

footer h3{
font-weight: 600;
font-size: 18px;
line-height: 20px;
}

footer p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.7;
    margin-right: 20px;
}

  footer p a{
   color: yellow;
  }

footer ul{
    padding: 0;}

footer li{
    list-style: none;
    margin: 0
}

footer a{
    color: var(--primary-color);
    opacity: 0.7;
}


.grid{
  display: grid;
  grid-gap: 44px;
}
.grid-main2{
    grid-template-columns: 1fr 1fr;
}

.img-responsive{
  max-width: 100%;
  display: block;
}

.text-center{
  text-align: center;
}

.grid-main3{
       grid-template-columns: 1fr 1fr 1fr;
  }

.photo-styles{
  background:#5f4833 ;
  margin: 30px 0;
}

.video-embed {
  width:95%;
  aspect-ratio: 16/9;
  margin: 4px 10px 0;
  padding: 15px 0;
}

.photostyles-body{
  padding: 30px;
}

.photostyles-footer{
padding: 0 30px 30px;
}

.btn{
  display: block;
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding:10px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f1e1d1;
  text-decoration: none;
}

.grid-photos {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 6px;
  }

  .grid-footer{
       grid-template-columns: 1fr 2fr 2fr;
  }


  @media (max-width:970px){
    header{
        padding: 60px, 0;
    }
    header h1{
        font-size: 40px ;
    }
    header h2{
        font-size: 20px ;
    }
    header h3{
        font-size: 12px ;
    }

  main h2{
  font-size: 14px;
 }

main h3{
   font-size: 30px;
  line-height: 35px;
   }

main h4{
   font-size: 20px;
   }

main h5{
  font-size: 16px;
}

main p{
    font-size: 14px;
  }

section{
      padding: 20px;
    }

    footer h3{
      font-size: 16px;
    }

    footer a{
    font-size: 14px;
  }

    footer p{
    font-size: 14px;
  }
 
  .grid{
      grid-template-columns: 1fr;
      grid-gap: 10px;
    }
    
    .content-section{
      text-align: center;
    }

        .photostyles-body{
  padding: 0 20px;
}
    .video-embed {
    width: 80%;
    aspect-ratio: 16/9;
    margin: 0 30px;
  }
  }