Hello, World!
//creates navigation sidebar
@media only screen and (min-width:991px) {
.page-section:first-of-type {
padding-top:0px !important;
}
.page-section {
margin-right: 0px;
}
#header {
width: 250px !important;
position: fixed;
height: 100vh;
z-index: 99999 !important;
display: table;
}
.header .header-announcement-bar-wrapper {
padding: 50px 0px 0px 0px;
}
.header-inner{
height: 100vh;
display: table-cell;
vertical-align: top;
}
}
//Add Spacing Between Navigation Links
.header-nav-item {
margin-bottom: 25px;
}
//reposition content to accommodate sidebar
#home-2, #home-5, #home-6, #home-7, #our-story-1, #our-story-4, #our-story-5, #our-story-6, #our-story-7{
.content-wrapper {
width:80% !important;
margin-left:20% !important;
}
}