/* CSS Document */

body.block-editor-page, html.wp-toolbar {
    
}

/* Make all block have a default with of 1140px */
.wp-block {
    max-width: 1140px;
}

/* Stackable Header */
.ugb-header.ugb-header--design-basic {
    padding: 2rem;
}



/* Hero */
.hero-content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 3;
	padding: 2rem;
}