    body,
    html {
        height: 100%;
    }
    /* The hero image */
    
    .hero-image {
        /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../portalres/images/Abstracts_Plum.png");
        /* Set a specific height */
        height: 31%;
        /* Position and center the image to scale nicely on all screens */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    /* Place text in the middle of the image */
    
    .hero-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }
    
    .hero-text h1 {
        color: white;
        font-size: 4rem;
        font-family: "Oracle Sans2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height:1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       }
    
    .intro {
        font-size: 1.8rem !important;
    }
    
    .link-set-container {
        display: flex;
        align-content: center;
        padding: 10px;
    }
    
    .link-set-container i.icon {
        font-size: 4rem;
        padding-right: 10px;
    }
    
    ul.links li {
        padding: 5px;
    }
    
    .footer-sebl {
        position: relative;
        top: 50%;
    }
    
    .footer-sebl span {
        padding: 10px;
    }

    hr{margin-top:10px; margin-left:0; margin-right:0; margin-bottom: 10px;padding:0}
    .back-home{padding-top:10px; padding-bottom:10px; display:block;}


    ul li.listitem{
     
 margin-left:18px;

list-style-type:circle !important;
list-style-position: outside;



text-decoration: none;

text-indent: 0em;

text-transform: none;

margin-bottom: 0.5em;

margin-top: 0em;

line-height: 1.5}
    ol li.listitem{
     
 

list-style-type:decimal !important;
list-style-position: outside;
 margin-left:18px;

text-decoration: none;

text-indent: 0em;

text-transform: none;

margin-bottom: 0.5em;

margin-top: 0em;

line-height: 1.5}