 /*Theme Gray #efefef*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Verdana, 'DejaVu Sans', Arial, Helvetica, sans-serif;
    background-color: rgb(249, 249, 249);
    /*leave margin for footer*/
    margin-bottom: 80px;
}

a:link { 
    color: #0071c5;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out all; 
    -moz-transition: 0.2s ease-in-out all; 
    -o-transition: 0.2s ease-in-out all; 
    transition: 0.2s ease-in-out all; 
}

a:visited,
a:hover,
a:active {
    color: #0071c5;
    text-decoration: underline;
}

p {
    text-align: justify;
}
p.indent {  
    text-indent: 1.5em;  
}

img.profile {
    display:block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    height: 200px;
    width: 150px;
    overflow: hidden;

    margin-top: 0px;
    margin-left: 0px;

    object-fit: cover
}

.prl-blue {
    color: #0071c5;
}

.prl-orange {
    color: #ff8e3a;
}

.cmu-red {
    color: #990000;
}

h2,
h3,
h4,
h5,
h6 {
    color: #0071c5;
}
