﻿body { /* Applies to the entire page */
    background-image: url('../img/warehousebackground.jpg');
    font-family: Helvetica;
}

.container-bgr {
    /*border-radius: 15px;*/
    opacity: 0.98;
    padding-bottom: 2%;
    padding-right: 5%;
    padding-left: 5%;
}

.lower-section,
.upper-section {
    display: flow;
    justify-content: center;
    align-items: center;
    color: rgba(#54b8d2, 0.5);
}
    
span
{
    font-size: 2.2rem;
}

.upper-section {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 1%;
    width: 100%;
    background: #d1d1cf;
}

.lower-section {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 1%;
    width: 100%;
    background: /* #efefe7 #4e7cc5*/ #ffffff;
}

.footer-section {
    /*border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    opacity: 0.98;
    width: 100%;
    max-height:7%;
    bottom:0;
    background: #d1d1cf;
}

.section-divider {
    position: relative;
}

.section-divider:before {
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    background: #2c3e50;
    border-radius: 100%;
    position: absolute;
    top: -3.25rem;
    left: calc(50% - 3.25rem);
    color: rgba(#2980b9, 0.5);
    line-height: 6rem;
    text-indent: 1.75rem;
    font-size: 3rem;
}