/** Default styles for custom pages **/

#page {
    max-width: 100%;
}

#page .site-content {
    max-width: 100%;
    padding: 0;
    display: inherit; /** Temporary fix. Flex should be used **/
}

#page .custom-page.home .cta .container {
    background-color: transparent;
}

#page .custom-page h2 {
    border-bottom: none;
}

#page .custom-page h4 {
    font-style: normal;
}

/** Specific styles for the home page (default-home.css in GB Theme) **/

.custom-page.home div.bwp-button a,
.custom-page.home button.bwp-button {
    font-size: 22px;
    background-color: transparent;
    color: #555;
    border: 2px solid #555;
    margin-top: 0px;
    margin-bottom: 30px;
}

.custom-page.home div.bwp-button a:hover,
.custom-page.home button.bwp-button:hover {
    color: white;
    border: 2px solid green;
    background-color: green;
}

.section.cta button.bwp-button {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid white;
    margin: 40px auto;
    margin-top: 30px;
}