.logo {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
}
.ishadow{
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #00000057;
    /* z-index: 999; */
    height: 100vh;
}
.jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
    display: block;
    margin: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 70%);

}
.jumbotron > p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
    padding: 0 18%;
    text-shadow: 0 1px 2px rgb(0 0 0 / 70%);
}
* {
    margin: 0;
}
.twelve {
    max-width: 800px;
    z-index:999;

}
.intros {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;

}

#about {
    background: #086691;
    color: #fff;
    padding-top: 96px;
    padding-bottom: 72px;
    overflow: hidden;
    margin: 0;

}
#content,
#howtojoin,
#team {
    background: #0c3447;
    padding-top: 56px;
    padding-bottom: 72px;
    overflow: hidden;
    margin: 0;
}
#content {
    background: #fff;
    text-align: center;
}
#content .sectionTitle {
    color: #086691;
}
#howtojoin {
    background: #0c3447;
    text-align: center;
    color: #fff;
}
.about {
    text-align: center;
}
.card-body {
    text-align: center;

}
.card-body p,
.card-title {
    padding: 0;
    margin: 0;
}
.sectionTitle {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.contacts {
    background: #1F1F1F;
    padding-top: 48px;
    padding-bottom: 18px;
    color: #fff;
}
.contact-details {
    display: flex;
}
.card-img-top {
    max-height: 200px;
    object-fit: cover;
}
.lead span b {
    font-weight: bolder;
}
