/*
Theme Name:         Safeclick Theme
Description:        Built from Sage WordPress starter theme.
Version:            1.0.0
Text Domain:        safeclick
*/
html {
    font-size: 8px;
}
@media (min-width: 768px) {
    html {
	font-size: 9px;
    }
}

@media (min-width: 992px) {
    html {
	font-size: 10px;
    }
}

.maintenance h1 {
    font-size: 5rem;
    color: #0f2c33;
    font-weight: 700;    
    line-height: 1;
    margin-bottom: 4rem;
    font-family: Montserrat,sans-serif;
    font-style: normal;
}
.maintenance p {
    font-family: Droid Serif,serif;
    font-style: italic;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #9b9b9b;
}
.maintenance .wrap .contact_us {
    color: #0f2c33;
    border: 3px solid #0f2c33;
}
.maintenance .wrap .contact_us:hover {
    background: #0f2c33;
    color: #ffffff;
}

.service-callout:last-child .callout__footer {
    display: none;
}
.footer-nav a {
   pointer-events: none;
   cursor: default;
}