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;
}
nav a:hover{
  background-color: #44372d;  
  color: #FFFFFF;
  padding: 10px;
}
nav ul{
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-flow: row nowrap}
nav ul li{
    width: 100%;
}
#candles{
    height: 150px;
    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;
}
.row{
    display: flex;
    padding: 0 8px;
    justify-content: center;
    margin-bottom: 100px;
} 
.row img{
    margin: 0 100px;
    box-shadow: 5px 5px 5px 5px black;
}
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;
}