.full-width-image {
    width: 80%;
    height: 300px;
    text-align: center;
}


/* Style the header */

.paldev-header2 {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}


/* Page content */

.paldev-content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.paldev-sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.paldev-sticky+.paldev-content {
    padding-top: 102px;
}

.site-banner {
    height: 100px;
}