.smooth-scroll {
    scroll-behavior: smooth;
}
.refresh-submit {
    scroll-behavior: auto !important;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.nav-bg {
    background-color: black;
    height: 100px;
}
.nav-logo {
    max-height: 10rem !important;
    height: 100px;
    width: auto;
}
.navmenu {
    float: right;
}
.navbar.is-primary .navbar-end > a.navbar-item:hover {
    background-color: #00b89c00;
    color: #fff;
    border-bottom: 2px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
    border-bottom-style: solid;
    border-bottom-color: white;
}
.navbar.is-primary .navbar-brand > a.navbar-item:hover {
    background-color: #00b89c00;
}
.main-tiles {
    max-width: 400px;
    min-width: 280px;
    margin-inline: 2rem;
}
.hero-body {
    transform: translateY(-104px);
}
.heroimg {
    background: linear-gradient(190deg, rgba(0, 0, 0, 0.646),rgba(0, 0, 0, 0.708)),
                url(../images/pexels-tim-gouw-139762.jpg);
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rbga(0,0,0,0.5));
    
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    display: flex;
}
#leadership.section {
    margin-top: -150px;
    margin-bottom: -85px;
}
.is-halfheight-hero {
    min-height: 40vh !important;
    max-height: 80vh !important;
    display: flex;
}
.is-fullheight {
    margin-top: 10rem;
    display: flex;
}
.is-halfheight {
    min-height: 70vh !important;
    display: flex;
}
.is-quarterheight {
    display: flex;
}
.cardimages {
    width: 400px;
    height: 340px;
    background: linear-gradient(190deg, rgba(1, 1, 49, 0.36),rgba(0, 0, 49, 0.708));
    
}
.tile-button {
    background-color: black;
    color: white;
    border-radius: 0px;
}
.section-overlay {
    transform: translateY(-249px);
}
.card-title-overlay {
    transform: translateY(-194px);
}
.back-tile1 {
    background: linear-gradient(190deg, rgba(0, 0, 1, 0.36),rgba(0, 0, 0, 0.708)), url(../images/leadership-1.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.back-tile2 {
    background: linear-gradient(190deg, rgba(0, 0, 1, 0.36),rgba(0, 0, 0, 0.708)), url(../images/data-1.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.back-tile3 {
    background: linear-gradient(190deg, rgba(0, 0, 1, 0.36),rgba(0, 0, 0, 0.708)), url(../images/coaching-1.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.tile-margin {
    margin-left: 2%;
    margin-right: 2%;
 }
.section-bg {
    background: url(../images/Group\ 17.png);
    background-size: contain;
}
#management {
    min-height: 80vh;
}
.management-bg {
    background: linear-gradient(190deg, rgba(0, 0, 0, 0.36),rgba(0, 0, 0, 0.708)),
    url(../images/track.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
    min-height: 60vh;
    display: flex;
    transform: translateY(65px);
}
.about-us {
    background-color: black;
}
.about-image {
    max-width: 340px;
}
.form-error {
    color: red;
}.form-success {
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
    justify-content: center;
    display: flex;
}


@media only screen and (max-width: 768px) {

/* .hero-body {
    transform: translateY(-154px);
} */
.title.is-1 {
    font-size: 1.5rem;
}
.tile-margin {
    margin: auto;
}
.button {
    margin-bottom: 20px;
}
.section-bg {
    background: url(../images/Group\ 17.png);
    background-size: initial;
    padding-bottom: 0px;
}
.subtitle:not(:last-child) {
    margin-bottom: 0.5rem;
}
#management {
    min-height: 100vh;
}
#leadership.section {
    margin-top: -270px;
    margin-bottom: -100px;
}
#coaching.section {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 10px;
}
#get-in-touch.section {
    min-height: 50vh !important;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}
.is-halfheight {
    min-height: 110vh !important;
}
.tile {
    margin-bottom: 60px;
}
.nav-logo {
    height: 50px;
}
.about {
    display: flex;
    
}
.about-info {
    flex-basis: 220px;
}
.about-image {
    max-width: none;
}
}