﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: ghostwhite;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 10px;
    }

    .body-content {
        padding: 0;
    }
}
/*div {
    direction: rtl;
}*/

.NotFound {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.containerPNF {
    max-width: 1280px;
    /*padding: 40px 180px;*/
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
}

    .containerPNF p a {
        font-family: sans-serif;
        color: #428bca;
        text-decoration: none;
    }


@media (min-width: 1px) {
    .ShortLinks {
        display: flex;
        bottom: 40px;
        left: 0px;
        right: 0px;
        position: fixed;
        justify-content: center;
        width: 100%;
        line-height: 42px;
        touch-action: manipulation;
        outline: 0;
        animation: a2aFadeIn .2s ease-in;
        padding: 4px;
        background-color: #fff;
        border-radius: 6px;
        z-index: 9999995;

    }
}

@media (min-width: 900px) {
    .ShortLinks {
        display: none;
    }
}
