/*
Theme Name: Starter Theme Child
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Template: starter-theme
Description: Child theme for Starter Theme. Add project-specific overrides here.
Version: 1.0.7
Text Domain: starter-theme-child
*/

body{ padding-top: 85px !important; }

/* Theme Responsive Styles */
.btn-default:not(#header .btn-callback), .button:not(#header .btn-callback) { background-color: #282828 !important; }
#header .btn-callback { color: #282828 !important; }
.title p.pretitle, .btn-link, .btn-link:hover { color: #282828 !important; }
#footer .footer-cta { background-color: #282828 !important; }
.nav ul li { margin-left: 15px !important; }

/* Largest Devices */
@media only screen and (min-width : 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    body{ padding-top: 60px !important; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

}
