:root {
    color: #212020;
    color: #00000029;
    color: #5C621F;
}

body {
    margin: 0;
	padding: 0;
    color: #212020;
    font-weight: 400;
    font-style: normal;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.5px;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
}

h1, .h1 {
    font-weight: 600;
    font-size: 40px;
}

h2, .h2 {
    font-size: 40px;
}

.h3, h3 {
    font-size: 30px;
}

.h4, h4 {
    font-size: 25px;
}

p, li, a, font {
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}
a {
    color:#143344;
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.red-icon {
    color: #E01D40;
}

.border-bottom-wht {
    border-bottom: 2px solid #fff;
}

.card-img-overlay span {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px;
    color: #000;
    font-size: 15px;
}

.card-img-overlay span> i {
    vertical-align: middle;
    font-size: 25px;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    margin: auto;
    text-align: center;
    align-self: center;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 15px 40px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #5C621F;
    border: 1px solid #5C621F;
    text-transform: uppercase;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #5C621F;
    background-color:transparent!important;
    border-color: #5C621F!important;
    box-shadow: none;
}

header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.topbar ul>li {
    display: inline-block;
}
.topbar ul>li>a, .topbar ul>li>i {
    font-weight: 400;
    color: #fff;
}

.logo img {
    width: 50%;
    height: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.nav-link {
    display: block;
    padding: 0 0 0 3rem;
}

.nav-item {
    color: #fff;
    font-weight: 400;
    list-style:none;
}
.small-header .nav-item.active>.nav-link{
    color: #fff;
}
.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    border-bottom:4px solid #fff;
    padding-bottom: 11px;
    padding-top: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    color: #fff;
}
.navbar {
    padding-bottom: 0;
    padding-top: 0;
}
.header .nav-item {
    color: #fff;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 5px;
    border-bottom:transparent;
}
.header-socials i {
    font-size: 20px;
}
.mobile-only-items {
    display: none;
}
.navbar-nav-header .nav-item {
    list-style: none;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.nav-item i {
    margin-right: 0px;
    font-size: 20px;
}
.navbar-light .navbar{
    color:#fff;
}

.nav-item.active .nav-link {
    color: #fff;
    border-bottom: 3px solid #fff!important;
    font-weight: 500;
}

.navbar-nav {
    width: 77%;
}

/* Home */
.dark-bg {
    /* background-color: rgb(33 37 41 / 25%); */
    background: #212020;
    background: linear-gradient(180deg, #212020, transparent 15%, rgba(33, 32, 32, 0.6895133053221288) 60%, rgba(33, 32, 32, 0.8995973389355743) 73%, rgba(33, 32, 32, 1) 82%);
}

#background-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}

.home-page-header {
    overflow: hidden;
    padding: 30% 0 0 0;
    position: relative;
}

.home-header h1 {
    color: #fff;
    font-weight: 800;
}

.intro {
    background-color: #212020;
}

.intro .card {
    background-color: transparent;
}

.intro .card p {
    color: #fff;
}

.gallery, .organisations, .featured {
    padding: 5% 0;
}

.contact {
    padding-bottom: 5%;
}

/* About */
.about-header {
    background-image: url('/images/about/header.jpg');
    background-size: cover;
    background-position: center;
}

.about-header .row {
    height: 700px;
    padding-bottom: 10%;
}

.card-body {
    padding-left: 0;
    padding-bottom: 30px;
}

.card-title {
    text-transform: uppercase;
    color: #5C621F;
}

.about-header .dark-bg, .contact-header .dark-bg {
    background: #212020;
    background:linear-gradient(180deg, #212020, transparent 13%, rgba(33, 32, 32, 0.6895133053221288) 64%, rgba(33, 32, 32, 0.8995973389355743) 75%, rgba(33, 32, 32, 1) 91%);
}

/* Contact */
.contact-header {
    background-image: url('/images/contact/header.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact-header .row {
    height: 700px;
    padding-bottom: 10%;
}

.contact-header br {
    display: none;
}

.contact-header h2, .contact-header h2>a, .contact-header li {
    font-size: 1.25rem;
    font-weight: 400;
}

.contact-header h2>span {
    width: 310px;
    display: inline-block;
    vertical-align: text-top;
    text-align: start;
}

.contact-header li {
    margin-left: 28px;
    margin-bottom: 15px;
}

.contact-header li>i {
    margin-left: -28px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #323234;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #131010;
    background-color: #fff;
    border-color: #404627;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 130px;
}

label {
    margin-bottom: 10px;
}

#map {
    height: 600px;
    width: 100%;
}

.gm-style img {
    max-width: 80%;
}

.gm-style .gm-style-iw-c {
    max-width: 320px!important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #5C621F;
    color: #fff;
    font-size: 1em;
}

/* Footer */
.footer {
    background-color: #212020;
    padding: 30px 0;
}

.footer img {
    width: 20%;
    margin-bottom: 30px;
}

.footer p, .footer a, .footer i {
    color: #fff;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #5C621F!important;
    color: #fff;
    font-size: 15px;
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: none!important;
    font-weight: 500;
}

.error-page {
    padding: 24vh 0;
}