body{
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: justify;
}


.navbar
{
    font-weight: bold;
}

.navbar .navbar-nav li a
{
    color :white !important;
}

.navbar-toggler
{
    background-color:#03A9F4;
}

.footer {
    width: 100%;
    font-size: 14px;
    color: black;
    text-align: center;
    background-color: white;
}

.maincontentarea
{
    bottom: 50px;
}

.bg-bodega-blue {
    background-color:#111F8A;
    color: white;
}

.bg-bodega-lightblue
{
    background-color:#03A9F4;
}

.orangebar
{
    background-color:#EF9B2D;
    width: 100%;
    height: 13px;
}

.darkbluebar
{
    background-color:#111F8A;
    width: 100%;
    height: 13px;
}

.lightbluebar
{
    background-color:#03A9F4;
    width: 100%;
    height: 13px;
}

.glossarybox
{
    background-color:#ffffff;
    width: 100%;
    height: auto;
    color: black;
}

.resourceopenboxtool
{
    background-color:#ffffff;
    height:auto;
    color: black;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #EF9B2D;
    padding: 10px;
    user-select: none;

}

.resourceopenboxdocument
{
    background-color:#ffffff;
    height:auto;
    color: black;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #111F8A;
    padding: 10px;
    user-select: none;
}

.bodegameiframe
{
    overflow: hidden;
    padding-top: 70%;
    position: relative;

}

.resourceorangeborder
{
    border: 1px solid #EF9B2D;
}

.bodegameiframe iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.resourcevideoplayer
{
    width: 100%;
}

.frontpageimage

{
    width: 100%;
}

.animate-fading{animation:fading 4s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}