body { background-color: #5763ab; } .bg-saburly-indigo { background: rgb(69, 76, 183); background: linear-gradient( 90deg, rgba(69, 76, 183, 1) 0%, rgba(157, 163, 255, 1) 100% ); } .bg-saburly-lighter { background: rgba(87, 99, 171, 0.05); } .bg-saburly-light { background: rgba(87, 99, 171, 0.05); } .bg-saburly-light-header { background: RGBA(248, 248, 248, 1); } .bg-saburly-fadeout { background: rgb(255, 255, 255); background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(87, 99, 171, 0.05) ); } .bg-saburly-fadeout-up { background: rgb(255, 255, 255); background: linear-gradient( 180deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0.5) 49%, rgba(255, 255, 255, 1) 100% ); } .bg-contact-form { background: rgb(255, 255, 255); background: linear-gradient( 180deg, RGBA(87, 99, 171, 1) 0%, RGBA(78, 89, 154, 1) 100% ); } .bg-saburly svg { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } .bg-saburly-dark { background-color: #393990; } .bg-saburly svg, .bg-saburly-light svg, .bg-saburly-indigo svg { position: absolute; bottom: 0; } .bg-saburly-indigolight svg { position: absolute; top: 0; transform: rotate(180deg); } .bg-saburly-indigolight { background-color: #edf3ff; } .btn-saburly-green { background: rgb(0, 255, 252); background: linear-gradient( 150deg, rgba(0, 255, 252, 1) 0%, rgba(0, 177, 186, 1) 55% ); } .client-logo { max-height: 3rem; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.3s ease; } .client-logo:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); } .border-bottom-saburly { box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04), 0 2px 3px 0 rgba(51, 6, 13, 0.12); } .saburly-bottom-shadow { -webkit-box-shadow: 0 7px 6px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.3); box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.3); } .border-contact { border-bottom: 1px solid rgba(87, 99, 171, 0.2); } .typed-cursor { color: #5763ab; } .saburly-main-bg { background-color: #5763ab; } .saburly-menu { background-color: rgba(87, 99, 171, 1); } .headroom--scrolled .saburly-menu { background-color: rgba(87, 99, 171, 0.9); } .saburly-logo { max-height: 22px; } @media (min-width: 992px) { .saburly-logo { max-height: 30px; } } .saburly-overlay-shadow { background-color: RGBA(0, 0, 0, 0.1); } .headroom-wrapper { background-color: rgba(87, 99, 171, 0.05); } .saburly-text-intro { color: #1f2443; } .saburly-color, h2 span { color: #5763ab; } .saburly-transition, a li, a { transition: all 0.25s ease; text-decoration: none; } .pointer { cursor: pointer; } .bg-white-opacity { background: rgba(255, 255, 255, 0.9); } .slideout-open .social-icons { display: flex; } .blog-post p { margin: 1.5rem 0; }