*{
    margin:0;
    padding:0;
}

/**********************Body Styling************************/
body{
    background-color: floralwhite;
}
/**********************Navbar Section Styling************************/
#logo.navbar-brand{
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 92px;
}
#logo{
    margin: 3pt;
    padding: 3pt;
    max-width: 30%;
    max-height: 30%;
}
nav.navbar::scroll{
    background-color: #DEB887;
}
ul.nav{
    list-style: none;
    margin-right: 550px;
    align-content: center;
}
ul.nav li::after hover{
    margin: 20px;
    padding: 10px 5px 5px 5px;
    text-decoration: underline;
}
ul.nav li{
    margin: 20px;
    padding: 10px 5px 5px 5px;
}
/**************************Hero Section Styling***********************/
.jumbotron{
    background-image:url(u337560209/domains/thenumonday.com/public_html/Banner2.jpg);
    height: auto;
    width:auto;
    padding: 25%;
    max-height: 100%;
    max-width:100%;
}
/***Hero Section Div/Backgrounds***/
/*contains hero-text 1 thru 4*/
#hero-div04{    
    border-top-left-radius: 30px;
    border-bottom-right-radius:60px; 
    background-image: linear-gradient(#FFA07A,#DEB887,#FF7F50);
    padding: 20px;
    width: 550px;
    height: 300px;
    opacity: 75%;
    z-index: -1;
    box-shadow: 0px 7px 3px 0px;
}
/*contains hero-text 2 thru 4*/
#hero-div14{
    justify-content: flex-start;
    width:500px;
    height:90px;
}
/*contains hero-text 3 & 4*/
#hero-div24{
    justify-content: center;
    width:inherit;
    height:80px;
}
/*contains hero-text 4*/
#hero-div24{
    justify-content: flex-end;
}

/*Hero Section Text-Elements*/
#hero-text1{
    line-height:10px;
    z-index: 0;
}
#hero-text2{
    line-height:80px;
    color: firebrick;
    text-decoration: underline;
    width: 500px;
    height: auto;
    max-height: inherit;
    max-width: inherit;
    z-index: 1;
    text-shadow: 5px;
}
#hero-text3{
    line-height:40px;
    list-style-position: outside;
    padding-left: 100px;
    width: 500px;
    height: auto;
    max-height: inherit;
    max-width: inherit;
    z-index: inherit;
}
#hero-text4{
    line-height:40px;
    list-style-position:inside;
    padding-left: 100px;
    width: 500px;
    height: auto;
    max-height: inherit;
    max-width: inherit;
    
}
.container h1{
    height: auto;
    width: auto;
    max-height: 75%;
    max-width: 75%;
    }
#thumbnail {
    margin: 5px;
    padding: 5px;
    font-size: 50pt;
    text-decoration: underline;
}

/**************************Action Section Styling***********************/
#action-links{
    height:auto;
    width: auto;
    max-height: 500px;
    max-width: 100%;
    padding-left: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
}
div.col-md-2{
    padding-left:100px;
    padding-right: 100px;
    margin-left: 20px;
    padding: 20px;
}
.col-md-2 img{
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    box-shadow: 5px 2px 2px 0px black; 
    border-radius: 20px;
}
#color-bar{
    background-color: whitesmoke;
    
}
/*.icon-bar{
    list-style: none;
    display: inline-block;
}*/
#wellness, #diy , #product{
    background-color: beige;
    border-right: 1px;
    border-right-style: groove;
    border-radius: 50px;
    border-color: black;
    box-shadow: 0px 5px 5px 0px grey;
    
}
.thumbnail-title, .thumbnail-text{
    text-align: center;  
}
.thumbnail-title{
    text-decoration: underline;
}
#diy > a:link{
    text-decoration: none;
}
#diy > a:hover{
    box-shadow: 0px 10px 10px 0px purple;
}
#wellness > a:link{
    text-decoration: none;
}
#product > a:link{
    text-decoration: none;
}
/*************orl*************Contact Page Styling***********************/
form{
    margin: auto;
    padding:auto;
}
#form-container{
    padding-top: 300px;
}
form div.row{
    margin-top: 5px;
    margin-bottom: 5px;
}
#name,#email{
    width: 300px
}
#comment{
    width: 600px;
}

