/*!
Theme Name: cdf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cdf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cdf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


body {
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    font-size: 18px;
    /* letter-spacing: 0.1em; */
}

p {
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5;
}

.p-lg {
    font-weight: 300;
    font-size: 27px;
    font-family: "DM Sans", sans-serif;
    text-transform: none;
}

.p-md {
    font-weight: 300;
    font-size: 22px;
}

h1,
.h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.1;
}


h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #0A1A30;
}

h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.space {
    height: 100px;
}

.spaceSm {
    height: 50px;
}

.spaceXs {
    height: 30px;
}

.rounded {
    border-radius: 30px !important;
}

.img-90 {
    width: 90%;
}

.img-100 {
    width: 100%;
}

.img-120 {
    width: 120%;
}

a.custom-logo-link {
    display: block;
    max-width: 300px;
    margin: auto;
}

a.custom-logo-link img {
    max-width: 100%;
    height: auto;
}

.leftSide {
    margin-left: -20%;
}

.content-padding {
    padding-bottom: 110px;
    padding-top: 60px;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #0A1A30;
}

ul.nav {
    justify-content: flex-end;
}

ul.nav li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

ul.nav li a:hover,
ul.nav li.current-menu-item a {
    text-decoration: underline;
}

ul.nav li.menu-item {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
}

ul.nav li ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 48px;
    width: 130px;
    display: none;
    list-style: none;
    background-color: #0A1A30B5;
}

ul.nav li:hover ul {
    display: block;
}

ul.nav li.menu-item ul li {
    padding: 15px 20px;
}

ul.nav li.menu-item-has-children>a:after {
    content: '';
    width: 12px;
    height: 12px;
    display: flex;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    transform: rotate(-45deg);
    margin-left: 15px;
    margin-top: -8px;
}

.font-light {
    font-weight: 300;
}

.brandBg {
    background-color: #F7F5F0;
}

.banner {
    /* background-image: url(assets/img/banner.png); */
    min-height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    background-size: cover;
    padding-top: 5vh;
    border-bottom-right-radius: 10vh;
    border-bottom-left-radius: 10vh;
    overflow: hidden;
}

.innerBanner {
    min-height: 60vh;
    padding-top: 20vh;
}

.bannerContent {
    position: relative;
    z-index: 1;
    max-width: 80%;
    text-align: left;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #0A1A3099;
}

.bannerContent span {
    font-size: 38px;
    font-weight: 500;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 60px;
    padding: 18px 40px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(180%);
}


.bannerContent span b {
    font-family: "Libre Bodoni", serif;
    font-style: italic;
    font-weight: normal;
}

.bannerContent h1 {
    margin-left: 30px;
}





.banner .p-lg {
    margin-bottom: 20px;
    margin-top: 20px;
}


.darkBg {
    background-color: #171717;
    color: #fff;
}


.btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

.btn.btn-pro {
    border: 1px solid #0A1A30;
    color: #0A1A30;
    background-color: transparent;
}

.btn.btn-pro:hover {
    background-color: #0A1A30;
    color: #fff;
}
