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

/*Custom Styles*/
.about-image{
    margin-top: 20px!important;
}

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