*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body, html{
    box-sizing: border-box;
}
nav{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: #235506;
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
main{
  margin-left:250px;
  padding:40px;
  
 
}


nav> a{
  color:white;
  text-decoration:none;
  display:block;
  padding:15px 20px;
}
a:hover{
    background-color: rgba(0, 0, 0, 0.4);
}
.products{
    background: rgb(13, 75, 1);
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: #000000 7px 7px 10px;
    transition: 0.3s;
    margin: 30px;
}

 .information{
    display: none;
 }
.products:hover{
    box-shadow: #000000 10px 10px 15px;
    background: #359100;
    padding-right: inherit; 
    padding: 25px;
    margin: 30px;
    transition: 0.3s;
}
.products:hover .information{
    display: block;
}
.shop-footer{
   background: #235506;
   color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
}
.tree{
  width: 450px;
  height: auto;
}
.shop-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cut, .get, .deliver{
display: flex;
justify-content: center;
}

.services{
    background: rgb(13, 75, 1);
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: #000000 7px 7px 10px;
    transition: 0.3s;
    margin: 30px;
    display: flex;
    flex-direction: column;
}
.serv{
  display: none;
}
.services:hover{
    box-shadow: #000000 10px 10px 15px;
    background: #359100;
    padding-right: inherit; 
    padding: 25px;
    margin: 30px;
    transition: 0.3s;
}
.services:hover .serv{
    display: block;
}

.media{
max-width: 100%;
background-image: url("../images/Purinton\ Family.avif");
height: 40vh;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
}
.video{
width:800px;
height:400px;
border: 5px double black;
background: #1f88f9;
margin: 20px;
}
.video:hover{
width:800px;
height:400px;
border: 5px double rgb(0, 0, 0);
background: #175ba3;
margin: 20px;
opacity: 70%;
}
.title{
  display: flex;
  justify-content: center;
  background: green;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hours{
padding-left: 20px;
height: 25vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 4rem;
background: #4fad18;
}
.PhoneNumber{
padding-left: 20px;
margin-bottom: 20px;
margin-top: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 3rem;
background: #4fad18;
}
.Address{
padding-left: 20px;
margin-top: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 3rem;
background: #4fad18;
}
.Email{
padding-left: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 3rem;
background: #4fad18;
}
#text{
  display: flex;
  
}
.icon{
  width: 50px;
}
.social{
padding-left: 20px;
margin-top: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 3rem;
background: #4fad18;
}
.contact-title{
  font-size: 50px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.us{
  font-size: 40px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.home-information{
  color: #000000;
}
.box{
  display: flex;
  justify-content: center;
}
.image{
  display: flex;
}
@media  screen and (max-width: 664px) {


  section{
    margin-left: 2px;
  }
  nav{
    margin: 0px auto;
    display: flex;
   align-items: center;
  flex-direction: row;
  background-color: #235506;
  width: 100%;
  height: 10vh;
  position: relative;
  top: 0;
  left: 0;}
main{
  margin-left:0px;
  padding:10px;
  text-align: center;
 
}
nav> a{
  color:white;
  text-decoration:none;
  display:block;
  padding:5px 10px;
}
a:hover{
    background-color: rgba(0, 0, 0, 0.4);
}
.products{
    background: rgb(13, 75, 1);
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: #000000 7px 7px 10px;
    transition: 0.3s;
    margin: 30px;
}

 .information{
    display: block;
 }
.products:hover .information{
    display: block;
}
.shop-footer{
   background: #235506;
   color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.tree{
  width: 225px;
  height: 310px;
  max-width: 100%;
}
.shop-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cut, .get, .deliver{
display: flex;
justify-content: center;
}

.services{
    background: rgb(13, 75, 1);
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: #000000 7px 7px 10px;
    transition: 0.3s;
    margin: 30px;
    display: flex;
    flex-direction: column;
}
.serv{
  display: none;
}
.services:hover{
    box-shadow: none;
    background: #359100;
    padding-right: none;
    transition: none;
}
.services:hover .serv{
    display: block;
}

.media{
max-width: 100%;
background-image: none;
height: 20vh;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
}
.video{
width: 300px;
border: 5px double black;
background: #1f88f9;
height: 20vh;
}
.video:hover{
  width: 300px;
  height: 20vh;
}
.title{
  display: flex;
  justify-content: center;
  background: green;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hours{
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2rem;
background: #4fad18;
}
.PhoneNumber{
margin-bottom: 20px;
margin-top: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2rem;
background: #4fad18;
}
.Address{
margin-top: 20px;
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2rem;
background: #4fad18;
}
.Email{
height: 15vh;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2rem;
background: #4fad18;
}
#text{
  display: flex;
  
}
.image{
  width: 100%
}






}