a {
    text-decoration: none !important;
    color: inherit !important;
}

.cookie-bar {
    background-color: #204473 !important;
    border: none !important;
    color: white !important;
    border-radius: unset !important;
}

.article-header-section {
    height: 300px !important;
}

.contact-form {
    width: 600px;
}

.login-form {
    width: 400px;
}

.article-content {
    font-size: 18px;
    line-height: 1.8;
    margin: 100px 0;
}

.recommended-cards-container {
    margin: 0 !important;
}

.article-video-container {
    margin-top: -50px;
}

button:hover {
    color: lightgrey;
}

#email-input {
    margin: 0;
}

.send-message-button {
    margin-top: 20px;
    line-height: normal !important;
}

#email-content-input {
    height: 200px;
    border-color: grey !important;
}

.navbar-element {
    width: 150px;
}

.footer-navbar-element:hover {
    color: lightgrey !important;
}

.youtube-logo {
    margin-left: 100px;
    color: #a02f2f;
    font-size: 20px;
    font-weight: bold;
}

body {
    background-color: rgba(77, 118, 255, .2) !important;
}

.top {
    margin-top: 50px;
}

.welcome-section {
    height: 650px;
    margin-top: 100px;
    background-color: rgba(77, 118, 255, .2) !important;
    margin-top: -50px;
}

.articles-cards-section-second {
    margin-top: 50px;
}

.newsletter-section-header {
    margin-top: 150px;
}

.search-section-header {
    margin-top: 100px;
}

.articles-cards-sections-read-more-container {
    margin-top: 50px;
}

.articles-cards-sections-pagination-container {
    margin-top: 100px;
}

.footer {
    height: 300px;
    background-color: #193457;
}

.content {
    background-color: white;
}

.articles-cards-sections-container {
    margin-top: -80px;
}

.newsletter-section {
    padding-bottom: 200px;
}

.welcome-section-content {
    height: 100%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0 !important;
}

h1, .section-header {
    color: #204473 !important;
    font-size: 36px !important;
    font-weight: bold !important;
}

h2 {
    color: #3d3e47 !important;
    font-size: 30px !important;
    font-weight: normal !important;
}

.navbar-navigation {
    font-size: 20px;
}

.nav-link {
    color: black !important;
    padding: 0 !important;
}

    .nav-link:hover {
        color: grey !important;
    }

.offcanvas-title {
    color: white !important;
}

.offcanvas-header {
    background-color: #204473;
}

.offcanvas {
    background-color: white !important;
}

.navbar-brand {
    padding: 0 !important;
}

.card-text {
    color: #2f61a0;
    font-size: 16px;
}

.pagination-status-container {
    padding: 5px 25px;
}

.read-more-button {
    color: white;
    background-color: #2f61a0;
    border-radius: 25px;
    padding: 5px 25px;
    border-style: none;
}

.newsletter-logo {
    font-size: 48px;
    color: #2f61a0;
    margin-right: 20px;
}

.newsletter-input {
    width: 100%;
    margin: 20px 0px;
    border-style: none;
    border-bottom: 1px grey solid;
    color: grey;
}

    .newsletter-input:focus {
        outline: none;
    }

#email-content-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.footer-section {
    color: white;
}

.footer-youtube-logo-section {
    font-size: 20px;
    font-weight: bold;
}

.footer-youtube-logo {
    color: #a02f2f;
}

.footer-copyright {
    font-size: 14px;
    padding-top: 5px;
}

.articles-cards-section-last {
    margin-top: 4rem !important;
}

.navbar-toggler {
    border: none !important;
}

.hamburger-icon {
    font-size: 2rem;
    color: black;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 1250px) {
    .youtube-logo {
        margin-left: 0;
    }

    .footer-youtube-logo-section {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .newsletter-section {
        padding-bottom: 100px;
    }

    .newsletter-section-header {
        margin-top: 70px;
    }

    .footer-navbar.footer-section {
        display: none !important;
    }

    .navbar-element {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .laptop-img {
        display: none !important;
    }

    .welcome-section {
        height: 300px;
    }

    h1, .section-header {
        font-size: 28px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .newsletter-logo {
        font-size: 42px !important;
    }
}

@media (max-width: 511px) {
    .footer-logo-img {
        max-width: 200px;
    }
}
