/*
 Theme Name: Spectasun
 Author:     Johann Kratzik
 Template:   bricks
 Version:    1.0
*/

html, body {
    height: 100%;
}
#brx-content {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    body * {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        moz-hyphens: auto;
        hyphens: auto;
    }
}