@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Berkshire+Swash&display=swap');
*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    background-color: rgb(204, 255, 195);
    background-image: url(../images/seamless-christmas-background-with-decorative-christmas-trees-vector.jpg);
    background-repeat: repeat;
    position: relative;



}

header{
    width: 70vw;
    margin: 20px auto;
     position: sticky;
    top:0;
}

nav{
    text-align: center;
    background-color: #188969;
    border-radius: 10px;
    padding:10px;
    z-index: 100;
    display: flex;
    opacity: 80%;
    justify-content: space-evenly;
    
}



section{
    background-color:#188969;
    border-radius: 5px;
    color:white;
    padding: 10px;
    margin:20px;
}

img{
    width: auto;
}

article{
    display: flex;
    text-align: center;
    display: flex;
    margin: 0 auto;
    align-self: center;
    margin: 0 auto;
}
main{
    margin:0 auto;
    width: 70vw;
    
}

#products{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.insideproducts{
    display: flex;
    justify-content: space-evenly;
}

.productbox{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:auto;
}

hr{
    margin:20px;
}


nav a{
    background-color: rgb(118, 44, 44);
    border-radius: 10px;
    padding: 20px;
    width: 20%;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    margin:0px;
    font-family: "Berkshire Swash", serif;
    margin-left: 10px;
    margin-right: 10px;
}

h1{
    text-align: center;
    font-size: 3.5rem;
    font-family: "Berkshire Swash", serif;
    background-color: #188969;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 20px;
}

.logo{
     font-size: 5rem;
}

.underline{
    text-decoration: underline;
}

.schedulebox{
    display: flex;
    width: fit-content;
    padding:50px;
}

.schedulebox p{
    text-align: center;
}

p{
    align-items:center ;
    text-align: start;
    font-size: 2rem;
    font-family: "Bellefair", serif;
}

.e{
    color: #e4e4e4;
}

a{
    color:white;
    text-decoration: none;
}
h3{
    display: none;
}
a:hover{
    color:rgb(0, 237, 119);
    background-color: black;
    text-decoration: underline;
}
nav a:hover{
    background-color: red;
    padding: 20px;
    color: white;
    text-decoration: none;
}

.findus{
      display: flex;
      flex-direction: row;
    width: fit-content;
    padding:50px;
    margin-bottom: 50px;
}

.short{
    color: black;
    height: 30%;
    width: 70%;
    min-width: 100px;
    background-image: url(..//images/Purinton\ Family.avif);
    background-color: rgba(0,0,0,0.5);
    
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 50px;
     margin: 20px auto;
    
}
.short p{
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding:15px;
    border:2px solid white;
}

.findus{
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.info{
    text-align: center;
    width:30%;
}
iframe{
    width: 100%;
}
.info p{
    text-align: center;
}
.findus img{
    width: 56px;
    justify-content: space-evenly;
}
.findus img:hover{
    background-color: #188969;
}



@media screen and (max-width:900px) {
.info{
    text-align: center;
    width:100%;
}
    main{
        width: 90%;
    }
    .short{
        width: 100%;
    }

    nav{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    nav a{
        width: 100%;
        margin: 10px;
    }
nav a:hover{
        background-color: red;
    color: white;
    text-decoration: none;
    width: 100%;
        margin: 10px;
}
    .insideproducts{
        display: flex;
        flex-direction: column;
    }

    .findus{
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }
    .findus2{
        width: 90%;
        padding: 20px;
    }
 .logo{
    font-size: 3rem;
 }
 header{
    width: 90%;
    margin:0 auto;
     position: relative;
 }
 h1{
    font-size: 3rem;
 }
}