.nav-bg {
    background-color: black;
    height: 100px;
}
.nav-logo {
    max-height: 10rem !important;
    height: 100px;
    width: auto;
}
.main-tiles {
    max-width: 400px;
}
.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;
}
.is-halfheight-hero {
    min-height: 80vh !important;
    display: flex;
}
.is-halfheight {
    min-height: 70vh !important;
    display: flex;
}
.is-quarterheight {
    min-height: 50vh !important;
    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.png) 0 0 no-repeat fixed;
    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.png) 0 0 no-repeat fixed;
    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.png) 0 0 no-repeat fixed;
    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;
    padding-bottom: 350px;
}
.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;
}