html { font-size: 100%; } /* default setting: 1rem = 16px */

h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    color: #800;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

p {
    
    font-family: georgia;
    text-align: justify;
    text-justify: inter-word;
    font-size: 16pt;
}



li {
    
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

a {
    color : #800;
    text-decoration: none;
}
a :hover {
    color : #F00;
    text-decoration: none;
}

li a {
    color : #800;
    text-decoration: none;
}
li :hover {
    color : #F00;
    text-decoration: none;
}

.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-left {
    padding: 1rem!important;
    text-align : center;
}

.blog-post-meta {
    color : #888;
}


.card {
    border: 0;
}

.card-body {
    padding: 0;
}

.card-body h5 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
    color : #880000;
}

.card-text-details {
    font-size: 1rem;
}

.card-date  {
    color : #AAA;
    font-size: 11pt;
}

.card-resume {
    font-style: italic;
}

.blog-library .card-img-top {
    width: 100%;
    height: auto;
}


/**
 * MEDIA
 */

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
    
}
@media (min-width: 992px) {
    .blog-post img {
        height: 680px;
    }
    .blog-left {
        padding: 3rem!important;
        text-align : left;
    }
    p {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    
}