html {
    scroll-behavior: smooth;
}

body * {
    font-family: 'Montserrat';
}

.row-request {
    flex-wrap: nowrap !important;
    display: flex;
}

@media (max-width: 478px) {
    .row-request {
        display: flex;
        flex-wrap: nowrap !important;
        flex-direction: column;
    }
}

@media (max-width: 892px) {
    .main-banner h3 span {
        line-height: normal !important;
    }
}

@media (max-width: 430px) {
    .main-banner h3 {
        font-size: 24px;
        margin-top: 30px;
    }
}

@media (max-width: 398px) {
    .main-banner h3 {
        font-size: 21px;
        margin-top: 50px;
    }
}

.site-inner {
    max-width: 100%;
    padding-top: 80px
}

.site-header {
    border-bottom: 0;
}

.site-header .title-area {
    display: none;
}

.site-header .wrap {
    padding: 0;
}

.main-banner {
    height: calc(100vw * 9/16);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.banner-inner {
    height: calc(100vw * 9/16);
}

body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
    background-color: #201829;
}

h2 {
    font-size: 64px;
}

.main-banner h3>div:first-child {
    line-height: 1.1;
}

#services h3,
#services p,
#services .col-lg-12 {
    text-align: center;
}

.intro-section.no-pull-up {
    margin-top: 0;
}

.text-left p {
    padding-left: 0;
    margin-bottom: 30px;
}

.text-left h3 {
    text-align: left;
    margin-bottom: 5px;
}

#contentCreation h2 {
    margin-bottom: 30px;
}

#contentCreation .side-image {
    margin-top: -50px;
}

#contentCreation .wrapped-image {
    padding: 0 0 60px;
    text-align: center;
}

.overflow-bottom-photo img {
    position: absolute;
    padding-right: 10px;
    margin-top: -20px;
    left: 10px;
}

#contentCreation.intro-section {
    margin-bottom: 280px;
    padding-top: 60px;
    padding-bottom: 40px;
}

#entice h2 {
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-size: 40px;
}

#entice h3 {
    font-family: cursive;
    font-size: 32px;
    text-align: center;
}

#entice .image-container.pull-up {
    margin-top: -280px;
    margin-bottom: -40px;
}

#taste div {
    text-align: center;
}

#taste img {
    padding-bottom: 30px;
}

#process>div:first-child h3 {
    margin-bottom: 30px;
}

.main-banner {
    position: relative;
}

.main-banner>.wrap {
    max-width: 80%;
}

.main-banner .site-header>.wrap {
    max-width: 100%;
}

.banner-inner {
    position: relative;
    max-width: 80%;
}

.main-banner video {
    position: absolute;
    top: 0;
    left: 0;
}

body:not(.home) .banner-inner h3 {
    max-width: 60%;
    margin-left: 0;
    position: relative;
    text-align: left;
}

body:not(.home) .banner-inner {
    align-items: flex-start !important;
}

.main-banner h3 span {
    line-height: 0;
}

.our-work-button {
    margin-top: 40px;
}

.outline-button button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background: #ed1847;
    font-weight: normal;
    border-radius: 5px;
    border: 2px solid #ed1847;
    padding: 10px 24px;
    text-transform: initial;
}

.outline-button button:hover {
    background: none;
}

footer.site-footer {
    border-top: 0;
    padding: 0;
}

#overview>div:first-child,
#overview>div:last-child {
    padding: 60px 0;
}

#overview h2 {
    margin-bottom: 40px;
}

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

.wp-block-columns {
    margin-bottom: 0 !important;
}

.wp-block-group {
    margin-bottom: 0 !important;
}

.wp-block-image {
    margin-bottom: 0 !important;
}

.wp-block-cover {
    margin-bottom: 0 !important;
}

.wp-block-media-text {
    margin-bottom: 0 !important;
}

.wp-block-buttons {
    margin-bottom: 0 !important;
}

.wp-block-separator {
    margin-bottom: 0 !important;
}

.wp-block-spacer {
    margin-bottom: 0 !important;
}

.wp-block-pullquote {
    margin-bottom: 0 !important;
}

.wp-block-verse {
    margin-bottom: 0 !important;
}

.wp-block-code {
    margin-bottom: 0 !important;
}

.wp-block-file {
    margin-bottom: 0 !important;
}

.wp-block-table {
    margin-bottom: 0 !important;
}

.wp-block-latest-posts {
    margin-bottom: 0 !important;
}

.wp-block-archives {
    margin-bottom: 0 !important;
}

.wp-block-categories {
    margin-bottom: 0 !important;
}

.wp-block-latest-comments {
    margin-bottom: 0 !important;
}

.wp-block-rss {
    margin-bottom: 0 !important;
}

.wp-block-social-links {
    margin-bottom: 0 !important;
}

.wp-block-tag-cloud {
    margin-bottom: 0 !important;
}

.wp-block-calendar {
    margin-bottom: 0 !important;
}

.wp-block-search {
    margin-bottom: 0 !important;
}

.wp-block-embed {
    margin-bottom: 0 !important;
}

.wp-block-post-template {
    margin-bottom: 0 !important;
}

.wp-block-query {
    margin-bottom: 0 !important;
}

.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
}

.wp-block-group.alignwide>.wp-block-group__inner-container,
.wp-block-cover.alignwide>.wp-block-cover__inner-container,
.wp-block-media-text.alignwide>.wp-block-media-text__content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.alignfull>.wp-block-group__inner-container,
.wp-block-cover.alignfull>.wp-block-cover__inner-container,
.wp-block-media-text.alignfull>.wp-block-media-text__content {
    max-width: none;
}