.image-size {
    height: 500px;
}

.navbar {
    position: fixed;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.5rem 1rem; */
}
.nav{
    display: block;
}

.banner-text {
    z-index: 982;
    position: absolute;
    top: 23%;
    left: 34%;
    color: #fff;
}

.show-content {
    z-index: 982;
    position: absolute;
    top: 43%;
    left: 29%;
    color: #fff;
    width: 50%;
}


@media (min-width: 1200px) {
    .col-lg-2 {
        width: 13.666667%;
    }
}

.containers {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 500px;
}
.p-t-0{
    padding-top: 0px;
}
.circle {
    background-color: blue;
    width: 150px;
    height: 150px;
    border-radius: 1000px;
    margin: 0.5em;
}
.f-font {
    color: #03a6e8 !important;
    letter-spacing: -4px;
    font-size: 26px;
    font-weight: bold;
}

.carousel-button {
    font-family: MuseoSans-700;
    position: absolute;
    right: 15%;
    bottom: 20px;
    z-index: 0;
    color: #fff;
    text-align: center;
}
.carousel-caption {
    bottom: 200px;
}
.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}


.aligner a {
    color: #fff;
}

.m-0-0-30 {
    margin: 0 0 30px;
}

.p-l-0 {
    padding-left: 0;
}