.display-4 {
    font-size: 3rem;
    text-align: center;
}
.display-6 {
    font-size: 2.5rem;
    text-align: center;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
}
.display-1 {
    font-size: 1rem;
}
.display-3{
    text-align: center;
}

.bg-darkblue {
    background-color: rgb(22, 24, 33);
}

.w-10 {
    width: 10%;
}

.button_color{
    background-color: #2B2B2B;
    border-color: #2B2B2B;
}
.space{
    align-self: center;
}

.small{
    font-size: 0.9rem;
}

.lines{
    height:100px;
    width: 200px;
    line-height:20px; /* Height / no. of lines to display */
    overflow:hidden;
}

.newsletter-subscribe {
    color: #313437;
    background-color: #ffffff;
    padding: 55px 74px
}

.newsletter-subscribe p {
    color: #7d8285;
    line-height: 1.5
}

.newsletter-subscribe h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
}

.newsletter-subscribe .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px
}

.newsletter-subscribe .intro p {
    margin-bottom: 35px
}

.newsletter-subscribe form {
    justify-content: center
}

.newsletter-subscribe form .form-control {
    background: #eff1f4;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
    min-width: 250px
}

.newsletter-subscribe form .btn {
    padding: 16px 32px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1
}

.newsletter-subscribe form .btn:hover {
    opacity: 1
}

.newsletter-subscribe form .btn:active {
    transform: translateY(1px)
}

.newsletter-subscribe form .btn-primary {
    background-color: #2B2B2B !important;
    color: #fff;
    outline: none !important
}

.newsletter {
    color: #000 !important
}

.btn-more{
    background-color: #2B2B2B;
    color: white;
    border-radius: 2%;
}