/*
Theme Name:   Nightwatch
Template:     generatepress
*/

footer, h1 {
    display: none;
}

input {
    background-color: #FFFFF7 !important;
}

@media (max-width: 800px) {
    h4 {
        width: 60% !important;
    }
}

.custom-header {
    background-color: #FDEC72;
    height: 500px;
    background-image: url(https://tangogh.com/wp-content/uploads/2023/03/tangogh-floral-element.png);
    background-size: 318px 160px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 216px;
}

@media (max-width: 800px) {
    .custom-header {
        height: 400px;
        background-size: 212px 106px;
        padding-top: 150px;
    }
    
    .custom-header h4 {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 800px) {
    .layout-spacer {
        height: 40px !important;
    }
}

p, .mc-field-group label {
    font-size: 16px;
    letter-spacing: 2.6;
}

.main-navigation {
    background-color: transparent;
}

.header-image {
    width: 79px;
    height: 52px;
}

.site-main, .entry-content {
    margin: 0px !important;
}

.inside-article {
    padding: 0px !important;
}

@media (max-width: 800px) {
    .inside-article {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

.home-logo {
    max-width: 1000px !important;
}

@media (max-width: 800px) {
    .home-intro {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.wp-block-group__inner-container {
    padding: 0px !important;
}

.top-page-element {
    margin-top: -123px;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-embed {
    max-width: 790px;
}

@media (min-width: 800px) {
    .register-button {
        margin-top: -60px !important;
    }
}

.register-button .is-style-fill a {
    min-width: 250px;
    box-shadow: 0px 0px 22px rgba(3, 34, 79, 0.4);
    transition: all .2s ease-in-out;
}

.register-button .is-style-fill a:hover {
    transform: scale(1.1);
    background-color: #F9FE8F !important;
}

@media (max-width: 800px) {
    .media-box {
        h2, h4 {
            text-align: center !important;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .wp-block-media-text__content {
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.footer-widgets-container {
    padding: 0px !important;
}

.footer-widgets-container .contacts {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 800px) {
    .footer-widgets-container .contacts p {
        margin-left: 104px;
    }
}

@media (max-width: 800px) {
    .footer-widgets-container .contacts p {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.footer-widgets-container .widget {
    margin-bottom: 0px !important;
}

.credits {
    background-color: #03224F08;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 800px) {
    .credits {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.info-box {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 800px) {
    .info-box {
        margin-right: -40px;
        margin-left: -40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .info-box ul {
        margin-right: 30px;
    }
}

.mc-field-group {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

@media (max-width: 800px) {
    .mc-field-group {
        width: 200px;
    }
}

.mc-field-group input {
    display: block;
    width: 100%;
}

#mc_embed_signup .button {
    display: block;
    width: 400px !important;
    background-color: #FFD100 !important;
    color: #012150;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 22px rgba(3, 34, 79, 0.4);
}

@media (max-width: 800px) {
    #mc_embed_signup .button {
        width: 200px !important;
        margin-top: 40px;
    }
}

.info-title {
    margin-bottom: 30px;
}

.info {
    margin-top: -26px;
}