/*
Theme Name: STC Version 0.01
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Martin Mulholland
Author URI: Your website address.
*/

/*Global Styles*/
.fixed-background-image-module{
    position: relative;
    height: 800px;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.fixed-background-image-module div{
    height: inherit;
}

.background-overlay{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 800px;
}

.background-overlay-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    height: inherit;
}

/*Custom Styles*/
.fixed-background-image-module{
    background: url(images/fixed-background-image-1.jpg) no-repeat;
}

/* Media Queries ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {
}
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {
}
@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
}