/*!
Theme Name: UpTime Mechanical
Theme URI: http://underscores.me/
Author: Andrew Oldroyd
Author URI: https://rockitfueltech.ca
Description: WP Theme for UpTime Mechanical
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

UpTime Mechanical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




.main-contact .form-wrapper .form-group label span {
    font-style: italic;
    color: #2284c9;
    text-transform: capitalize;
}



@media only screen and (max-width: 768px) {
    .banner-area h1, .banner-area .h1 {
        font-size: 58px;
        text-align: center;
    }
}


@media only screen and (max-width: 580px) {
    header#masthead .top-bar .top-contact-info ul {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

