body{
    color: #44372D;
    font-family: Brandon-Grotesque, sans-serif;
    background-color: #FFFFFF;
}
header{
    background-color: #C1A38D ;
    height: 100px;
    width: auto;
}
#mellowwicklogo{
    height: 100px;
    background-image: url(images/mellowwicklogocolor.jpg);
    background-size: 300px;
    background-position: center;
    background-repeat: no-repeat;
}
nav{
    background-color: #FFFFFF;
    font-weight: bold;
    position: static;
    
}
nav a{
    text-decoration: none;
    color: #44372D;
    padding: 10px;
    display: block;
    text-align: center;
    transition: background-color 0.5s ease-out;
}
nav a:hover{
  background-color: #44372d;  
  color: #FFFFFF;
  padding: 10px;
  transition: background-color 0.5s ease-out;
}
nav ul{
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-flow: row nowrap}
nav ul li{
    width: 100%;
}
#candles{
    max-width: 100%;
    height: auto;
    background-image: url(images/candles.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 210px;
    box-shadow: 5px 5px 5px 5px;
    justify-content: center;
    margin: 50px;
}
section{
    float: left;
    width: 50%;
    padding-right: 1rem;
    box-sizing: border-box;
}
p{
    margin: 10px;
    margin-bottom: 75px;
}
h2{
    text-align: center;
    font-family:  Brandon-Grotesque, sans-serif;
    margin-bottom: 50px;
    font-weight: lighter;
 
}

#daisywaxmelts{
    background-image: url(Images/daisywaxmelts.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 200px;
    margin: 0%;
    filter: drop-shadow(10px 10px 5px #44372d);
}
#roomspray{
    background-image: url(Images/roomspray.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(10px 10px 5px #44372d);
    grid-column: 2 / 2;


}
#jarcandle{
    background-image: url(Images/jarcandle.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 200px;
    filter: drop-shadow(10px 10px 5px #44372d);
}
.grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px;
    padding: 10px;
    grid-column-gap: 25px;
    
}
footer{
    text-align: center;
    color: #FFFFFF;
    background-color: #44372d;
    background-size: 300px;
    height: 100px;
    margin: 0;
}
h4{
    font-weight: lighter;
    font-size: 10pt;
    background-color: #44372D;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    height: 20px;
    padding: 6px;
}
