﻿




body {
background-color: rgb(255, 255, 255);
padding-top: 60px;
}
.ws_defaultstyle {
color: rgb(67, 67, 67);font-family: 'Open Sans',Georgia, serif;
}

@media (min-width: 992px) {
body {
background-image: url(/images/design/grass.jpg);
padding-top: 95px;
}
.ws_defaultstyle {

}
}



.logo img{
width: 60px;height: 37px;
background-image: url(/images/design/hillcrestlogo.png);background-position: left top;background-repeat: no-repeat;background-size: cover;
}

@media (min-width: 992px) {

.logo img{
width: 100px;height: 68px;margin-right: 10px;
background-position: left top;background-repeat: no-repeat;background-size: contain;
}
.logo::after { 
color: rgb(255, 255, 255);font-size: 2rem;
content: "Simply Fantastic Furniture!"
}

}





header .navbar{
border-top-width: 0px;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 5px;border-style: solid;border-color: rgb(247, 247, 247);
background-color: rgb(42, 108, 8);
}

header .navbar-nav {color: rgb(251, 251, 251);font-size: 0.8rem;}
header .navbar-nav a.nav-link {}
header .navbar-nav a.nav-link:hover {}
header .navbar-nav a.nav-link:active, .navbar-nav a.nav-link.active {}
header .navbar-nav a {padding-top: 5px;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;border-top-width: 1px;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-style: solid;border-color: rgb(206, 206, 206);}

@media (min-width: 992px) {
header .navbar{
margin-bottom: 98px;padding-top: 5px;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;
background-position: left top;background-repeat: no-repeat;background-size: contain;
}

header .navbar-nav {font-size: 1rem;font-weight: 500;}
header .navbar-nav a.nav-link {color: rgb(255, 255, 255);}
header .navbar-nav a.nav-link:hover {color: rgb(72, 72, 72);background-color: rgb(255, 255, 255);}
header .navbar-nav a.nav-link:active, .navbar-nav a.nav-link.active {color: rgb(0, 0, 0);background-color: rgb(255, 255, 255);}

header .navbar-nav a {margin-top: 2px;margin-bottom: 2px;margin-left: 2px;margin-right: 2px;padding-top: 5px;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-style: solid;border-radius: 5px;border-color: rgb(255, 255, 255);}

}


	


#ws_pagecontent {
border-radius: 5px;
background-color: rgb(255, 255, 255);
}

#ws_pagecontent  {font-size: 1rem;}
#ws_pagecontent a {}
#ws_pagecontent a:hover {}
#ws_pagecontent a.active {}

@media (min-width: 992px) {

main #ws_pagecontent  {
margin-bottom: 30px;padding-top: 15px;
background-color: rgb(246, 246, 246);
}
#ws_pagecontent  {font-size: 1rem;}
#ws_pagecontent a {color: rgb(47, 112, 0);}
#ws_pagecontent a:hover {color: rgb(66, 156, 0);}
#ws_pagecontent a.active {background-color: ;}
}




#ws_sidemenu {


}

#ws_sidemenu  {font-size: 1rem;}
#ws_sidemenu .list-group-item {background-color: ;text-decoration: none;}
#ws_sidemenu .list-group-item:hover {background-color: ;text-decoration: none;}
#ws_sidemenu .list-group-item.active {background-color: ;text-decoration: none;}

#ws_sidemenu .list-group-item {}

@media (min-width: 992px) {
#ws_sidemenu {


}

#ws_sidemenu  {font-size: 1rem;}
#ws_sidemenu .list-group-item {color: rgb(11, 11, 11);background-color: rgb(226, 226, 226);text-decoration: none;}
#ws_sidemenu .list-group-item:hover {color: rgb(59, 59, 59);background-color: rgb(246, 246, 246);text-decoration: none;}
#ws_sidemenu .list-group-item.active {color: rgb(0, 0, 0);background-color: rgb(255, 255, 255);text-decoration: none;}

#ws_sidemenu .list-group-item.item {margin-bottom: 15px;border-top-width: 2px;border-left-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-style: solid;border-radius: 5px;border-color: rgb(226, 226, 226);}
}

	


footer#footer {
background-color: rgb(42, 108, 8);
padding-top: 20px;border-top-width: 5px;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-style: solid;
color: rgb(255, 255, 255);font-size: 0.9rem;
}

@media (min-width: 992px) {

footer#footer {



}

}



#logoid {padding:0px;}

.list-group-item {transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;}

  #sidemenubutton {
   width: 100%;
    border-radius: 0;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(/images/svg/dropdown.svg);
    background-size: 4%;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    padding: 10px 5px;
}
  #sidemenubutton:hover, #sidemenubutton:active {
    background-color:#f8f9fa;
  }