#root{ height:100vh; margin:0; }

header{ min-height:50px;  }
footer{ min-height:50px; }

/* Trick */
#root{ 
  display:flex; 
  flex-direction:column; 
}

h2{
    color: #000000;
}

footer{
  margin-top:auto; 
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.navbar-dark{
    background-color: #000000;
}

.text-shade{
    color: #b9b9b9;
}

.p-r{
    position: relative;
}

.mb-70{
    margin-bottom: 70px;
}

.plr-30{
    padding: 0 30px;
}

.plr-15{
    padding: 0 15px;
}
.nav-space{
    padding-top: 56px;
}
.odd-tone{
    background-color: #eee;
    padding-bottom: 30px;
    padding-top: 30px;
}
.even-tone{
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}
.w-100{
    width: 100%;
}

.vh-20{
    height: 20vh;
}

.no-mb a{
    color: #0e0036;
}

.text-bold{
    font-weight: bold;
}

.flex-center{
    justify-content: center;
    align-items: center;
}

.app-faded-blue{
  background-color: rgb(223 246 255);
}

.app-blue{
     background-color:#840010;
}
.app-text-color{
  color: C30017;
}

.no-desktop{
    display: none;
}

.no-mobile{
    display: block;
}
@media screen and (max-width: 760px){
    .plr-15{
        padding: 0 0;
       
    }
    .no-desktop{
        display: block;
    }

    .no-mobile{
        display: none;
    }
}