.header {
    height: 5rem;
}

.brand-image {
    height: 3rem;
    width: 4rem;
}

.title-icon{
    height: 4rem !important;
}

img.fa-2x{
    height: 6rem;
}

#main-body {
    min-height: calc(100vh - 5rem - 4rem - 2rem);
}

.footer {
    margin-top: 2rem;
    height: 4rem !important;
    background-color: #2c3e50;
}

footer span {
    font-size: 0.8rem;
}

.social{
    height: 2rem;
}

.rot-rcloud-background {
    background-image: linear-gradient(#6586c3c5 0, #6586c3c5 100%), url('../img/background-img.webp');
}

footer.rot-background {
    background-image: linear-gradient(#2c3e5057  0,#2c3e508f 150%), url('../img/background-img.webp')!important;
}

.web-app-button:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.web-app-button .web-app-button-container .button {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all 0.25s;
}
.web-app-button .web-app-button-container .button:hover {
    background: #1F2329;
    color: #ffffff;
}


.web-app-button{
    background: #fff;
    text-align: center;
    margin: 30px;
    width: 18rem;
    height: 20rem !important;
    display: inline-block;
}

.app-button {
border: 2px solid #dee2e6 !important;
border-radius: 1rem;
}

.web-app-button-container{
    list-style-type: none;
    width: 100%;
    margin:0px;
    height:100%;
}

.web-app-icon {
    font-size: 2.125em;
    font-weight: 300;
    color:black;
    margin: 0;
    padding: 0.1em 0;
    height:30%;
    border-top-left-radius: calc(0.75rem - 1px) !important;
    border-top-right-radius: calc(0.75rem - 1px) !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.text-fancy{
    font-family: 'Poppins', sans-serif;
}

.web-app-title{
    color:black;
    font-size: 1.5rem;
    font-weight: 700;
    height: 4rem;
}
.web-app-button-container .description{
    font-weight: 400;
    color: #979797;
    margin-top:10px;
    
}

#web-app-notifications {
    position: fixed;
    top: 5rem;          /* height  header */
    right: 0;
    z-index: 9999;
}