/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2026 | 02:55:22 */
:root {
  /*--blue: #00bdd8; */
	--blue:#b91c1c;
  
  --ff1: Montserrat,-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,sans-serif;
}
h1 {text-transform:uppercase; background-color:#FFFFFFDD; padding:10px; color:var(--blue);}
.intro-text {text-transform:uppercase; font-weight:700; color:#333; font-family:var(--ff1); letter-spacing:-1px; padding-left:10px;}
i {color: var(--blue); font-size:5rem!important;}
h2 {padding-top:0px; margin-top:10px;}
.section-inner.thin {max-width:80%;}

h1 {letter-spacing:-3px;}
h2 {letter-spacing:-1px; font-size:3rem;}
footer {background:var(--accent-color);}
/*CSS for Desktops Bootstrap*/
@media only screen and (min-width: 576px) {
	.cover-header {min-height: 80vh!important; height:80vh;}
  h1 {font-size:60px;}
  .intro-text {font-size:36px;}
}

input, textarea {margin:20px 0px!important; background-color:var(--blue)!important; color:white!important; font-weight:500!important;}
::placeholder {color:black; font-weight:500;}
.widget {border-top:0px;}
.fauto-footer-menu a {padding-bottom:10px; display:block; text-decoration:none;}
.wpcf7-form.sent .row{display:none;}
.hide {display:none;}

footer * {
    color:white!important;
}

form {
    input, textarea {
        background:#EEE!important;
    }
    input[type="submit"] {
        background:#b91c1c!important;
    }
}

.entry-header h1 {
    font-size:5rem;
    letter-spacing: -2px;
}

.site-logo img {
    width:80px;
}