h2 {
    color: #28477c;
}

h1 {
    font-size: 3.0rem;
}

h2 {
    font-size: 2.0rem; 
}

h3 {
    font-size: 1.8rem;
}

p {
    font-size: 1.2rem;
    font-weight: 500;
}




a:link, a:visited, a:active {
    color: #28477c; 
    background-color: transparent; 
    text-decoration: underline; 
    text-decoration-color: #28477c;
    text-decoration-thickness: 3px; 
    text-underline-offset: 15px; 
}

a:hover {
    color: #007bff; 
    text-decoration-color: #007bff; 
    text-decoration-thickness: 3px; 
    text-underline-offset: 10px; 
}

.start {
    background: linear-gradient(0deg, rgba(31,55,99,1) 0%, rgba(40,71,124,1) 100%);
    background: url("../images/tlo.jpg") no-repeat scroll center top #f9f9fa !important;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
}



.border-left {
    border-left: 5px solid #28477c !important;
    padding: 10px;
}

.footer {
    clear: both;
    background: #1f3763;
    color: white;
    text-align: center;
    padding: 2%;
    margin-top: 3%;
}
