body {
margin-bottom: 60px;
}

p{
font-size: 1.25rem;
font-weight: 300;
margin-top: 0;
margin-bottom: 1rem; 
}

ul{
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem; 
}

footer {
position: absolute;
width: 100%;
height: 60px;
line-height: 60px;
border-top: 1px solid #e5e5e5;
}

.header {
line-height: 1;
border-bottom: 1px solid #e5e5e5;
}

.menu {
background: rgba(255, 255, 255, 0.9);
}

.jumbotron-sub {
object-fit: cover;
}

.jumbotron {
background-image: url('./img/bg01.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-shadow: 1px 1px #000000;
}

.grayscale {
filter: grayscale(40%);   
}

.home-icon{
    width:25px;
    height:25px;
    margin-top: -10px;
}

.bg-special{
    background-color: #d3cfcc;
    /* left: 15px; */
}

img {
    object-fit: cover;
}

.txt-img{
    width:100%;
    height: 200px;
    max-width: 250px;
}

.txt-img-diploma{
    max-width: 250px;
}

.txt-img-lg{
    width:100%;
    max-height: 600px;
}

.home-icon {
    margin-left:5px;
    opacity: .4;
}

.home-icon:hover {
    opacity: .6;
}

