
:root {
    --color-one: #000;
    --color-two: #fb3288;
    --color-three: #111;
    --white: #fff;
  }

body {
    font-family: "Outfit", sans-serif;
}

  h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--color-two)
  }

.navbar-brand-logo {
    background-color: var(--color-one)!important
}
.navbar-brand-logo img {
    width: 150px;
    height: auto!important
}

#header-wrap {
    background: url('../assets/images/header-bg.png');
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    padding: 150px 15px;
    position: relative;
}
#header-wrap .container {
    position: relative;
    z-index: 9
}
#header-wrap h1,#header-wrap h2,#header-wrap h3,#header-wrap h4,#header-wrap h5 {
    color: var(--color-two);
}
#header-wrap h2 {
    margin-bottom: 20px;
}
#header-wrap p {
    color: var(--white);
    font-size: 1.2rem
}
.btn-wrap {
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
   
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    
    width: 200px;
  }
  .btn-one {
    border-color: #28a63f;
    color: var(--white);
    box-shadow: 0 0 40px 40px #28a63f inset, 0 0 0 0 #28a63f;
    transition: all 150ms ease-in-out;
    margin-top: 50px;
    display: block;
    margin: auto;
    margin-top: 30px
  }
  .btn-one:hover {
    box-shadow: 0 0 10px 0 #28a63f inset, 0 0 10px 4px #28a63f;
  }
  .btn-two {
    border-color: #28a63f;
    color: var(--white);
    box-shadow: 0 0 40px 40px #28a63f inset, 0 0 0 0 #28a63f;
    transition: all 150ms ease-in-out;
    margin-top: 50px;
    display: block;
  }
  .btn-two:hover {
    box-shadow: 0 0 10px 0 #28a63f inset, 0 0 10px 4px #28a63f;
  }
.h-ol {

    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
    left:0;
    z-index: 9;
    
}


.section-one {
    background-color: var(--color-one);
    position: relative;
    padding: 80px 15px;
}

.section-two {
    background-color: var(--color-three);
    position: relative;
    padding: 80px 15px;
}

.col-img img {
    width: 100%;
}
.col-text h2 {
    color: var(--color-two);
}
.col-text p {
    color: var(--white);
    font-size: 1.2rem
}

.section-three {
    background-color: var(--color-three);
    
    position: relative;
    padding: 80px 15px;
}
.section-three p {
    color: var(--white);
}
.section-three h1, .section-three h2 {
    color: var(--color-two);
    margin-bottom: 30px;
}
.content-wrap {
    background-color: var(--color-one);
    margin-top: 60px;
    padding: 40px;
    border-radius: 30px;
    
    
}



#page-header-wrap {
    background: url('../assets/images/header-bg.png');
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    padding: 150px 15px;
    position: relative;
}
#page-header-wrap .container {
    position: relative;
    z-index: 9
}
#page-header-wrap h1,#page-header-wrap h2,#page-header-wrap h3,#page-header-wrap h4,#page-header-wrap h5 {
    color: var(--color-two);
}
#page-header-wrap h2 {
    margin-bottom: 20px;
}
#page-header-wrap p {
    color: var(--white);
    font-size: 1.2rem
}
.section-page {
    padding: 80px 15px;
    position: relative;
}


#footer {
    background-color: var(--color-three)!important;
    padding: 100px 15px 30px;
}
#footer p {
    color: var(--white);
    
}

.footer-nav {
 
}
.footer-nav li {
    display: inline-block;
    padding-right: 20px;
}
.footer-nav li a {
    color: var(--color-two);
    text-transform: uppercase;
}

.s-t {
    font-size: 0.9rem;
    margin: 50px 0px;
}