/*
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*/
.navbar-brand{
	height: auto!important;
}

.navbar-brand img{
	max-height: 60px;
}

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


/* Media Queries ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {
    .nav li a{
        font-size: 9px!important;
    }
}
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {
    .nav li a{
        font-size: 9px!important;
    }
}
@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
    .nav li a{
        font-size: 9px!important;
    }
}