@font-face {
    font-family: "Playfair Display";
    src: url("../media/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../media/fonts/Helvetica.ttf") format("truetype");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Courier New";
    src: url("../media/fonts/Courier-New-Regular.ttf") format("truetype");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}

body, header, footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

footer {
    /*padding-left:100px;*/
}

header, footer, .intro {
    background-color: purple;
    color: white;
}

main {
    padding-top: 20px;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.row {
    margin: 0;
}

img {
    width: 100%;
}

.secondary img {
    width: 100px;
}

.card {
    border: none;
    padding: 5px;
    margin-bottom: 20px;
}

    .card .card-img-top {
        width: 100%;
        border-radius: 0;
    }


    .card.secondary {
        width: 100%;
        display: flex;
    }

body {
    font-family: 'Playfair Display', serif;
}

nav {
    /*height:50px;*/
    padding: 20px;
    /*align-items: center;*/
    justify-content: center;
    text-align: center;
}

header, footer {
    font-family: 'Courier New', monospace;
    font-size: 16px;
}

.search-bar {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .armel-news {
    font-family: helvetica, sans-serif;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;
}


.intro {
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 20px;
}

p {
    text-align: justify;
}

.author {
    color: purple;
}


.footer-social .bi {
    font-size: 26px;
    margin: 10px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.navbar {
    width: 100%;
}

.card.main {
    font-size: 18px;
}

.card.secondary {
    font-size: 14px;
}

.card span {
    font-size: 12px;
}

.search-box {
    background-color: white;
    font-size: 14px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 10px 20px;
}

    .search-box input {
        background: transparent;
        border: none;
    }

    .search-box .icon {
        color: #888;
    }

a {
    text-decoration: none;
}

article a {
    color: black;
}

header .nav-link {
    color: white;
}

footer a {
    color: white;
}

footer {
    font-size: 16px;
}

.footer-title {
    color: yellow;
    font-weight: bolder;
    font-size: 20px;
}

.custom-navbar {
    background-color: purple;
}

.custom-navbar {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.newsletter-input, .btn-subscribe {
    padding: 5px;
    margin: 2px;
    width: 100%;
}

.btn-subscribe {
    background-color: yellow;
}

.control-row {
    display: flex;
    align-items: center;
    padding: 10px;
}

    .control-row * {
        margin-right: 10px;
    }

.widgets {
    border: solid 1px purple;
    padding: 5px;
    margin: 20px;
}


.custom article {
    color: #FF0000;
    background-color: #0000FF;
    border: dotted 6px #FF00FF;
    border-radius: 12px;
}

.custom h1, custom h2, custom h3 {
    color: #00FF00;
}
