/* Some declarations*/

body>section:first-of-type {
    /*min-height: 100vh;*/
}

body section:first-of-type>div {
    /*height: 100vh;*/
}

section {
    position: relative;
}

.flexrow { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.flexitem {}

.logo img {
    max-height: 26px;
    width: 290px;
    max-width: 75vw;
}

.logo {
    float: left;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .logo {
        max-width: 75vw;
    }
    .text-left * {
        text-align: left;
    }
}

.nav-toggle:before {
    left: 10px;
    top: 10px;
}

img {
    max-width: 100%;
}

.services .row img {
    max-width: 100px;
}

.features .row img {
    max-width: 40px;
}

.features h3 {
    line-height: 0.95em;
}

.updates,
.contact,
.services {
    padding: 80px 0px 0px;
    text-align: center;
}

.banner {
    height: 100vh;
    padding: 10% 0 10% !important;
    background-position: center left;
}

.banner:before,
.testimonials:before {
    content: ' ';
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000099;
}

.banner .container {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
}
.banner p {
    color: #fff;
    /*font-size: 22px;*/
    line-height: unset; 
    padding-bottom: unset;
}

@media only screen and (max-width: 767px) {
	.banner p, .testimonials p, div p {
		/*text-shadow: 2px 2px black;*/
		font-weight: bolder;
	}
	div p br {
		display: unset;
	}
}

.map-container {
    height: 80vh;
}


/* colors */

.se-pre-con {
    background: #030303;
}

header.sticky,
.header.sticky {
    background: #2a2a2acc;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}

.banner .button-container a,
.banner a,
span.line {
    background: #fcf998;
    color: #030303;
}

.joinnow {
    background: #fcf998;
    color: #333333;
}

.joinnow *,
.joinnow h1,
.joinnow h2,
.joinnow h3 {
    color: #333333;
}

.features h3,
.services h3,
.nav-collapse a:active,
.nav-collapse .active a,
a:hover,
nav ul li a:hover {
    color: #df8b1d;
}