.navbar-logo{
    border-radius: 50%;
}
.first-jumbo{
    width: 100%;
    min-height: calc(100vh);

    overflow-y: hidden;

    background-image: url('floor-plan.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

    position: relative;
}
.ptext{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 27px;
}
.name{
    letter-spacing: 8px;
    text-transform: uppercase;

}
.text {
    background-color: rgba(0, 0, 0, 0.8);
    border: 5px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
    width: 70%;
    padding: 10px;

    margin: auto;
}
.icon{
    font-size: 5rem;
}
.lowercase{
    text-transform: lowercase !important;
}
.mission{
    padding: 50px;
    text-align: center;

    color: #fff;
}
.mission h5{
    font-weight: bolder;
    font-size: 2rem;
}