/*
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*/
.copyright-module{
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Custom Styles*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 361px)
and (max-width : 768px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 500px) {

}

/* Desktop Responsive ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 902px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 902px) {
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

}