/* Navbar Height */
#navigationbar {
padding-bottom: 8px;
height: 120px;
}

/* Logo Whole Width */
#logosm {
    margin: 0 auto;
    font: 400% 'Niconne', cursive;
}

#lgmenu {display: none !important;}
#smmenu {text-align:center; width:100%;}
a.odsmmenu {font: 350% 'Niconne', cursive !important;}

.menubars {font-size:200%;color:#86e92e;}
#searchthathides {display:none !important;}

/* Full Screen Menu Popout */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #353535; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#mySidenav {margin: 0 auto; font: 300%;}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 30px;
    color: #86e92e;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Main Content */
#wrapper {
    width: 100%;
    text-align:center;
}

#meetstephanie {
    padding-top: 32px;
    margin: 0 auto;
    width: 100%;
}
.centersection {width: 830px;margin: 0 auto;}
.recommendedsection {width: 830px;margin:0 auto;font-size:130%;text-align:left;}

.hellothere {font-size:180%;}
.introtext {font-size:160%;width:90%;}

#footerbox {width:100%;text-align:left;}
.footersection {width:80%;padding:10px 20px;margin: 0 auto;}
.divider{display:none;}

/* Gallery */

.section3 {display:none;}

#lastsection {width: 100%;}


/* Individual Pages */

#resourcewrapper {text-align:center;}

.fullimage {width:100%;margin:0 auto;}

.fullimage img {border-radius:5px;padding:5px;max-width: 85%;}

.resourceinfo {
    width: 100%;
    margin: 0 auto;
    font-family: 'Muli', sans-serif;
    text-align:left;
}

.importantstuff {padding: 30px 0;}
.singlepost {width:90%;margin:0 auto;}
.centeronsmall {text-align:center;width:100%;}
.centeronsmall2 {margin:0 auto;}
