@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

.fancy {
    font-family: "Young Serif";
}

.quote a {
    color: blanchedalmond;
}

.main-content a {
    color: rgb(33, 98, 219) !important;
    text-decoration: none !important;
}

.main-content a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width: 850px) {
    .imageMedia {
        width: 100% !important;
        height: auto;
    }

    div {
        width: 100% !important;
    }
}

.imageMedia {
    margin-bottom: 5px;
}

.imgCaption {
    padding: 0px 5px;
    font-size: 14px;
}

.menu li {
    margin: 0px 2px;;
}


.page_404 img {
    width: 100%;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}