body {
    background-color: #f0f2f5;
    font-family: 'Quicksand', sans-serif;
}

#main_gradient {
    height: 100%;
    background: #0047b3;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0047b3, #b3d1ff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0047b3, #b3d1ff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0047b3, #b3d1ff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0047b3, #b3d1ff);
    /* Standard syntax (must be last) */
}

.img-responsive {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.image_restriction {
    display: block;
    margin: auto;
    width: 50%;
}

.card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px;
}

.card-links-title {
    font-style: italic;
}

.links-img {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    transition: 0.3s;
    width: 100%;
}

.img-restriction {
    width: 100%;
}

.archive {
    border: 10px 10px;
    overflow-y: scroll !important;
    max-height: 250px !important;
    width: 100%;
}

h5 {
    font-weight: bold;
}

a.view {
    font-size: 16px;
    font-weight: bold;
}

ul {
    list-style-type: none;
}

.list-border {
    border-bottom: 1px solid black;
    padding: 5px;
    width: 50%;
}

.title {
    font-weight: bold;
}

.notopmargin {
    margin-top: 0%;
}

.nobotmargin {
    margin-bottom: 0%;
}

.table-border {
    border-bottom: 0.5px solid gray;
}

a.discreet {
    color: black;         /* Inherits color from parent element */
    text-decoration: none;  /* Removes the underline */
    cursor: pointer;        /* Ensures the cursor remains a hand pointer */
}