/*
Theme Name: Crew Child
description: Client Theme - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/

.logo img {filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff); width: 300px;}

.main-inner a {color:var(--color-1);}
.main-inner a:hover, #contact-info a:hover, footer a:hover {color:var(--color-3) !important;}

.units {display: flex; flex-wrap: wrap; column-gap: 50px; row-gap:30px;margin-bottom:50px;}
.unit ul {margin-top: 15px;}
.ql-heading {color: var(--color-1) !important;}

.page-about h2:nth-child(n), .home h2:nth-child(n) {margin-top: 30px;}

.jumbotron-sm {background: none; position: relative; z-index: 1;}
.jumbotron-sm:before {content: ""; position: absolute; top: 0; left: 0; width:100%;height: 100%; background:var(--color-1); opacity: .7; z-index: -1;}

#contact-section {background-position: center;}
