/*
 Theme Name:   1st Member
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

body {
    font-family: 'League Spartan', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

h1 {
    font-size: 18px;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    color: #cc9f53;
}

h3 {
    color: #00334e;
}

p {
    line-height: 1.6em;
    font-size: 18px;
}

a {
    color: #8a1f03;
}

a:hover {
    text-decoration: none;
    color: #8a1f03;
}

ul {
    font-size: 18px;
}

.section {
    padding: 50px 0;
}

.navbar {
    background: white !important;
}

.navbar-nav {
    margin-left: auto;
}

a.nav-link {
    margin-left: 50px;
    font-size: 22px;
    color: #8a1f03;
}

a.nav-link:hover {
    color: #00334e;
}

.intro {
    padding: 0;
    background: #00334e url(img/masthead.png) left top no-repeat;
    color: white;
    height: 409px;
}

.intro h1 {
    padding-top: 50px;
}

.intro img {
    margin-top: -80px;
}

.services ul {
    list-style: none;
}

.services ul li::before {
  content: "✓";
  margin: 0px 10px 0 0px;
  color: #8a1f03;
}

.about {
    background: #00334e;
    color: white;
}

.about h3 {
    color: #cc9f53;
}

.about a {
    color: #cc9f53;
}

.contact h3 {
    text-align: center;
}

.nf-form-fields-required {
    text-align: center;
}

#wrapper-footer-full, #wrapper-static-hero {
    background-color: #00334e;
}

#wrapper-footer-full p, #wrapper-static-hero p {
    font-size: 16px;
    line-height: 1em;
}

#wrapper-footer {
    padding: 50px 0 25px 0;
    background: #00334e;
    color: white;
    text-align: center;
}




@media screen and (max-width: 1400px) {

   

    .intro {
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {

    .intro {
        padding: 50px 0;
        height: auto;
    }

    .intro img {
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {

    .intro {
        height: auto;
    }

}

@media screen and (max-width: 768px) {
    
    .intro {
        height: auto;
    }

    .about img {
        float: none !important;
        margin-bottom: 50px;
        width: 50%;
    }
}

@media screen and (max-width: 576px) { ... }

.osano-cm-widget {
        background-image: url("/wp-content/themes/1st Member/img/cookie.svg");
        background-size: contain;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        right: 1rem;
        bottom: 1rem;
        opacity: 0.9;
        transition-property: opacity, visibility, transform;
                        }
      .osano-cm-widget svg {
        display: none;
                        }
      .osano-cm-widget:focus,
      .osano-cm-widget:hover {
        opacity: 1;
        transform: none;
                        }
      .osano-cm-widget:active {
        transform: translateY(1px);
                        }

