.custom {
    color: #0047AB
}

h1.title-custom {
    color: white;
    background-color: #0047ab;
    text-shadow: 2px 2px #1684eb;
}

@media (min-width: 576px) {
    body { background-color: white;
           font-size: 1.75rem; }
}
@media (min-width: 768px) {
    body { background-color: white;
           font-size: 1.75rem; }
}
@media (min-width: 992px) {
    body { background-color: #CCF0FC;
           font-size: 1rem; }
}

@media (min-width: 576px) {
    .sky { background-color: #CCF0FC; }
    
    .custom-font {
        font-family: 'Parisienne', cursive;
        font-size: 2.50rem;
    }
    .bio {
        width: 40%;
    }

    .btn-custom {
        padding: .5rem 1rem;
        font-size: 1.75rem;
        border-radius: .3rem;
        margin-right: 1rem;
    }
    figcaption {
        font-size: 1rem !important;
    }
    .home {
        background-image: url("../images/mGeorgesHeureux.jpg"); 
        background-size: contain; 
        background-repeat: no-repeat; 
        height: 1500px;
    }
    .blockquote {
        font-size: 2rem;
    }
    h5 {
        font-size: 2rem;
    }
    .blockquote-footer {
        font-size: 1.50rem !important;
    }
}
@media (min-width: 768px) {
    .sky { background-color: #CCF0FC; }
    .custom-font {
        font-family: 'Parisienne', cursive;
        font-size: 2.50rem;
    }
    .bio {
        width: 40%;
    }
    .btn-custom {
        padding: .5rem 1rem;
        font-size: 1.75rem;
        border-radius: .3rem;
        margin-right: 1rem;
    }
    figcaption {
        font-size: 1rem !important;
    }
    .home {
        background-image: url("../images/mGeorgesHeureux.jpg"); 
        background-size: contain; 
        background-repeat: no-repeat; 
        height: 1500px;
    }
    .blockquote {
        font-size: 2rem;
    }
    h5 {
        font-size: 2rem;
    }
    .blockquote-footer {
        font-size: 1.50rem !important;
    }
}
@media (min-width: 992px) {
    .sky { background-color: white; }
    .custom-font {
        font-family: 'Parisienne', cursive;
        font-size: x-large;
    }
    .bio {
        width: 100%;
        padding-top: 2.5rem;
    }
    .btn-custom {
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        margin-right: 5px;
    }
    figcaption {
        font-size: 1rem !important;
    }

    .home {
        background-image: url("../images/GeorgesHeureux.jpg"); 
        background-size: contain; 
        background-repeat: no-repeat; 
        height: 800px;
    }
    .blockquote {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    .blockquote-footer {
        font-size: 1rem !important;
    }
}

h1.border-custom {
    border-color: #0047ab86 !important;
}

.btn-custom {
    color: rgb(255, 255, 255);
    background-color: #0047ab;
    border-color: #0047ab;
}

.bg-custom {
    background-color: #0047ab;
}


.lettrine{
    float: left; 
    text-shadow:3px 3px 3px silver;  
    font-size: 4em;  
    line-height: 80%; 
    margin:-.1em 0px;
    padding-right: .1em
  }