/*
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*/
.form-horizontal .control-label{
    text-align: left!important;
}

.contact-module{
    position: relative;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.contact-module h1, .contact-module h3, .contact-module p{
    color: #fff;
}

.contact-module a{
    color: #dbe6ff;
}

.form-control{
    border-radius: 0px!important;
    border:none;
}

.form-horizontal{
    margin-top: 30px;
}

/*Custom Styles*/
.contact-module{
    background: url(images/contact-background.jpg) no-repeat;
    background-color: rgba(86, 85, 86, 0.6)!important;
}
.send-btn{
    background: #34497c;
    border-radius: 0px;
    border-color: #34497c;
    padding-left: 30px;
    padding-right: 30px;
}
.send-btn:hover{
    background: #2a3c67;
    border-color: #2a3c67;
}

/* 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) {

}