body {
    overflow-x: hidden;
}
a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main {
    padding-top: 145px;
}
body.page-template-home-page main {
    padding-top: 0;
}
body.blog .post-listing .entry-title {
    margin: 1rem 0 0.5rem;
}
body.blog article a,
body.archive article a {
    color: #780000;
    text-decoration: none;
}
body.archive .post-listing.list-page img {
    width: 300px;
    padding: 2rem 0;
    height: auto;
}
h2.entry-title {
    font-size: 1.5rem;
}
body.blog .post-listing .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.post-detail .post-thumbnail {
    width: 40%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
    background-color: #fff;
}
.main-img {
    width: 50%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
section.about .main-img img {
    width: 100%;
}
.post-detail {
    color: #000;
    font-size: 1.3rem;
    line-height: 35px;
    font-family: "Archivo", sans-serif;
}
section.portfolio {
    min-height: 100vh;
}
section.portfolio .col-md-4 {
    margin: 2rem 0;
}
section.portfolio h3 {
    text-align: center;
    margin-bottom: 1rem;
}
section.portfolio p {
    font-size: 1.3rem;
    color: #000;
    margin-top: 1rem;
    text-align: center;
    font-family: "Archivo", sans-serif;
}
section.portfolio a {
    color: #780000;
    font-size: 1.7rem;
    line-height: 35px;
    text-decoration: none;
    font-weight: 700;
    font-family: "Archivo", sans-serif;
}
section.portfolio img {
    width: 100%;
    background: #fff;
    height: 300px;
    border: 1px solid #000;
}
section.portfolio h2 {
    color: #003049;
}
.post-detail a {
    color: #780000;
    font-size: 1.3rem;
    line-height: 35px;
    font-weight: 700;
}
body.blog .post-listing article {
    width: 33%;
    float: left;
}
body.blog .post-listing article .posted-on {
    margin-bottom: 0.25rem;
    display: block;
    font-weight: 700;
}
body.page-template-home-page header {
    padding: 1rem 0;
    top: 0;
    z-index: 111;
    position: fixed;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}
.page {
    margin: 0;
}
body.page-template-home-page header.scroll {
    padding: 0.5rem 2rem;
    background-color: rgb(0, 48, 73);
    border-bottom: 0;
    -moz-box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
header {
    background-color: rgb(0, 48, 73);
    border-bottom: 1px solid #999;
    padding: 1rem 0;
    -moz-box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header.scroll {
    padding: 0.5rem 2rem;
}
header.scroll .container {
    max-width: 100%;
}
section.home-hero {
    position: relative;
    background: #780000;
}
.post-thumbnail img {
    height: auto;
    width: 100%;
}
section.home-hero.interior {
    background: rgba(253, 240, 213, 1);
    padding: 1.5rem 0;
    border-bottom: 1px solid #fff;
}
section.home-hero.interior h1 {
    font-size: 2.5em;
    font-family: "Archivo", sans-serif;
    margin: 0;
    color: #c1121f;
    text-shadow: 1px 1px #fdf0d5;
}
section.home-hero .content-wrap {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.home-hero .content-wrap h1 {
    font-family: "Archivo", sans-serif;
    font-size: 4rem;
    color: #fff;
}
section.home-hero .content-wrap p {
    color: #fff;
    font-size: 1.4rem;
    font-family: "Archivo", sans-serif;
}
.menu-btn {
    position: relative;
    display: none;
    width: 48px;
    height: 48px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 0;
    z-index: 1;
    float: right;
}
section.stats img {
    width: 75%;
}
section.stats .col-md-6.aos-init:last-child {
    text-align: center;
}
.menu-btn:focus {
    outline: none;
}
.menu-btn__hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.callout label {
    color: #fdf0d5;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.callout input {
    height: 50px;
}
.callout textarea {
    min-height: 257px;
	width:100%;
}
.callout .row {
    align-items: flex-start;
}
.callout input[type="submit"] {
    border: 1px solid #fdf0d5;
    background: transparent;
    color: #fdf0d5;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.6em 1em;
}
.callout input[type="submit"]:hover {
    color: #000;
    background: #fdf0d5;
}
time.updated {
    display: none;
}
.callout .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fdf0d5;
    color: #fdf0d5;
}
.menu-btn[aria-expanded="true"] .menu-btn__hamburger {
    background-color: transparent;
}
.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static;
    z-index: 0;
}
.menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.menu li {
    margin-left: 1.5rem;
}
.menu li:first-child {
    margin-left: 0;
}
.menu a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Archivo", sans-serif;
}
.menu a:hover,
.menu a:focus {
    color: #fdf0d5;
}
body.blog article a.post-thumbnail img {
    width: 100%;
    height: 250px;
    filter: brightness(20%);
    background: #fff;
    border: 1px solid #222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
body.blog article a.post-thumbnail img:hover {
    filter: brightness(100%);
}
body.page-template-home-page h2,
body.page-template-home-page h3,
body.page-template-home-page h4 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #780000;
}
body.page-template-home-page h3 {
    color: #fff;
}
video {
    object-fit: cover;
    width: 99vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin-top: -220px;
}
.content:before {
    content: "";
    position: absolute;
    background: rgba(102, 155, 188, 0.7);
    top: 0;
    right: 0;
    bottom: 6px;
    left: 0;
}
section .row,
footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.discovery {
    background-color: #fdf0d5 !important;
    padding: 2rem 0;
}
section.delivery {
    background-color: #fdf0d5 !important;
    color: #1d4c27;
    padding: 2rem 0;
}
section.discovery,
section.delivery {
    padding: 4rem 0;
}
section.stats {
    background-color: #669bbc;
    color: #fff;
    padding: 4rem 0;
	position:relative;
}
section.development {
	display: flex;
	min-height: 66vh;
	align-items: center;
	justify-content: center;
	position: relative;
}
section.development .parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding:4rem 0;
    background-image: url('/wp-content/uploads/2023/02/CA-CTA-Back.jpg');
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
section.delivery p {
    font-size: 1.2rem;
    color: #000;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.nav-link {
    padding: 1rem 0;
}
section.discovery p {
    font-size: 1.2rem;
    color: #000;
}
section.development p,
section.stats p {
    font-size: 1.2rem;
    color: #fff;
}
section.discovery .fa-user-astronaut,
section.delivery .fa-box-open {
    color: #780000;
    font-size: 350px;
}
section.development .fa-rocket {
    color: #fff;
    font-size: 350px;
}
section.development [data-aos="fade-up"] {
    text-align: center;
}
section.discovery [data-aos="fade-right"],
section.delivery [data-aos="fade-right"] {
    text-align: center;
}
.wp-block-heading {
    font-size: 25px;
}
section.cta {
    background: url(/wp-content/uploads/2023/02/CA-CTA-Back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 5rem 0;
}
section.cta .callout ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
section.cta .callout ul li:hover a img {
    opacity: 1;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
section.cta .callout ul li img {
    width: 50%;
    opacity: 0.4;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
section.cta .callout h5 {
    font-size: 2.5rem;
    color: #fdf0d5;
    font-weight: 300;
    margin-bottom: 3rem;
    font-family: "Archivo", sans-serif;
}
section.cta .callout {
    border: 1px solid #fdf0d5;
    padding: 2rem;
    width: auto;
}
section.intro-copy {
    padding: 2.5rem 0 2rem;
}
section.intro-copy h2 {
    padding-bottom: 1rem;
    color: #003049;
}
section.about {
    background: url(/wp-content/uploads/2023/03/christopher-amato-about.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 4rem;
}
section.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fdf0d5;
    opacity: 0.7;
}
section.about .container {
    padding: 3em 4em 20em;
    color: #fff;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}
section.about .container h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-family: "Archivo", sans-serif;
}
section.about .container p {
    font-size: 1.25rem;
    font-family: "Archivo", sans-serif;
    line-height: 35px;
}
section.about .container a {
    font-size: 1.25rem;
    font-family: "Archivo", sans-serif;
    line-height: 35px;
    color: #669bbc;
}
section.about .container a:hover,
section.about .container a:focus {
    color: #fff;
}
section.portfolio,
section.contact,
section.post-listing,
section.post-detail,
section.skills {
    background: #fff;
    padding-top: 3rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 240, 213, 0.5) 100%);
}
section.skills .row {
    align-items: inherit;
}
section.skills .row .col-md-4 a {
    text-decoration: none;
    color: inherit;
}
section.skills .row .col-md-4 a:hover,
section.skills .row .col-md-4 a:focus {
    color: #780000;
    text-decoration: underline;
}
section.skills .row .col-md-4 {
    padding: 2rem;
}
section.skills .row .col-md-4 {
    margin: 2rem;
    border: 5px solid #780000;
    border-radius: 25px;
}
.nav-links {
    padding: 2rem 0;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
    font-family: "Archivo", sans-serif;
    padding: 0.5rem 0;
    font-size: 25px;
    color: #780000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus {
    color: #669bbc;
    text-decoration: underline;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    text-align: center;
}
section.skills .row .col-md-4 p {
    font-size: 1.75rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 1rem;
    font-family: "Archivo", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px #333;
}
section.skills .row .col-md-4 ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.white-lg {
    font-size: 1.5rem;
    color: #000;
    font-family: "Archivo", sans-serif;
}
.white-med {
    font-size: 1.25rem;
    color: #000;
}
.white-sm {
    font-size: 1rem;
    color: #000;
}
.black-sm {
    font-size: 1rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}
.black-med {
    font-size: 1.25rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}
.black-lg {
    font-size: 1.5rem;
    font-weight: 700;
}
body.blog article a:hover,
body.blog article a:focus,
body.archive article a:hover,
body.archive article a:focus,
.post-detail a:focus,
.post-detail a:hover,
section.portfolio a:hover,
section.portfolio a:focus {
    color: #669bbc;
}
body.archive #secondary,
body.blog .post-listing .entry-content,
body.blog .post-listing .entry-categories,
body.blog article .byline,
.post-detail .entry-title,
.post-detail .entry-excerpt,
body.archive .entry-excerpt {
    display: none;
}
section.prog-graphic {
    position: relative;
}
section.cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(120, 0, 0, 0.4);
}
section.prog-graphic:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(102, 155, 188, 0.6);
}
section.prog-graphic img {
    width: 100%;
    height: 200px;
}
footer {
    background: #fdf0d5;
    display: flex;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
}
footer ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    float: right;
}
footer ul li {
    margin-right: 2rem;
}
footer p {
    font-size: 1rem !important;
}
footer ul li a,
footer p,
footer ul li a:visited {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 500;
    color: #780000;
    margin: 0;
}
footer ul li a:hover,
footer ul li a:focus {
    color: #f1b24a;
}
.black-head {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}
.error-404.not-found {
    background: rgb(219, 182, 182);
    background: linear-gradient(90deg, rgba(219, 182, 182, 1) 0%, rgba(253, 240, 213, 1) 50%, rgba(219, 182, 182, 1) 100%);
    text-align: center;
    padding: 4rem 0;
}
.error-404.not-found h1,
.error-404.not-found h2 {
    padding: 0;
    margin: 0;
    color: #780000;
    font-family: "Archivo", sans-serif;
}
.error-404.not-found h1 {
    padding: 1rem 0;
    font-size: 3rem;
}
.error-404.not-found ul {
    list-style-type: none;
    padding: 2rem 0;
    margin: 0;
}
.error-404.not-found ul.four-o li {
    display: inline-block;
    padding: 0 0.4rem;
}
.error-404.not-found ul.menu-o li {
    padding: 0.4rem 0;
}
.error-404.not-found ul.menu-o li a {
    color: #780000;
    text-decoration: none;
    font-family: "Archivo", sans-serif;
}
.error-404.not-found ul.menu-o li a:hover,
.error-404.not-found ul.menu-o li a:focus {
    color: #669bbc;
}
.error-404.not-found i {
    color: #fff;
}
.error-404.not-found .fa-4 {
    font-size: 250px;
}
.error-404.not-found .fa-face-frown-open {
    font-size: 290px;
}
.error-404.not-found p {
    padding: 0;
    margin: 0;
    color: #780000;
    font-size: 1.5rem;
    font-family: "Archivo", sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color:#fdf0d5; 
	border-color:#fdf0d5;
}
.wpcf7-not-valid-tip {
	color:#fdf0d5;
}
@media screen and (max-width: 1600px) {
    section.cta {
        padding: 3rem 0;
    }
}
@media screen and (max-width: 1200px) {
    section.cta {
        background: none;
        height: auto;
        padding: 2rem 0;
        background-color: #000;
    }
}
@media screen and (max-width: 1023px) {
    html {
        overflow-x: hidden;
    }
    section.skills .row {
        margin: 0 !important;
        padding: 1rem 2rem;
    }
    section.skills .row .col-md-4 {
        margin: 1rem 2rem;
    }
    section.skills {
        padding-top: 0;
    }
    .post-detail .post-thumbnail {
        width: 100%;
    }
    footer {
        text-align: center;
    }
	section.development {
		min-height: 127vh;
	}
    body.page-template-home-page h2,
    body.page-template-home-page h3,
    body.page-template-home-page h4 {
        margin: 1rem 0;
    }
    .menu li {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .development .col-md-6:first-child {
        order: 2;
    }
    .development .col-md-6:last-child {
        order: 1;
    }
    footer ul {
        float: none;
        margin-top: 1rem;
    }
    .menu {
        position: fixed;
        display: block;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.9);
        transition: right 0.3s ease;
        z-index: 0;
    }
    .menu ul {
        display: block;
        padding: 5rem 3rem;
    }
    .menu.is-open {
        right: 0;
    }
    .menu-btn {
        display: block;
    }
    body.page-template-home-page h2,
    body.page-template-home-page h3,
    body.page-template-home-page h4 {
        font-size: 1.9rem;
    }
    section.portfolio .col-md-4 {
        margin: 1rem 0;
    }
    section.discovery .fa-user-astronaut,
    section.delivery .fa-box-open,
    section.development .fa-rocket {
        font-size: 125px;
    }
}
@media screen and (max-width: 768px) {
    .site-branding img {
        width: 95%;
        height: auto;
    }
    .main-img {
        width: 100%;
        float: none;
    }
    .callout input {
        height: 50px;
        width: 100%;
    }
    body.blog article a.post-thumbnail img {
        width: 100%;
    }
    body.blog .post-listing article {
        width: 100%;
        float: none;
    }
    section.about .container {
        padding: 2rem;
    }
    section.about .container h2 {
        font-size: 2rem;
    }
    section.home-hero .content-wrap {
        width: 80%;
        margin-top: 2rem;
    }
    section.skills .row .col-md-4 ul {
        padding: 0;
    }
    main {
        padding-top: 110px;
    }
    section.home-hero .content-wrap h1 {
        font-size: 2.5rem;
    }
    video {
        height: 80vh;
    }
    section.skills .row .col-md-4 {
        float: none;
        width: 100%;
    }
    section.discovery,
    section.delivery,
    section.development {
        padding: 1rem 0;
    }
    section.discovery {
        background: #964b00;
    }
    video {
        width: 100vw;
    }
    [data-aos^="fade"][data-aos^="fade"].aos-animate {
        opacity: 1;
        transform: translateZ(0);
    }
    section.cta .callout h5 {
        font-size: 1.5rem;
    }
    section.cta .container {
        padding: 0 2rem;
    }
    footer ul {
        display: block;
    }
    section.skills .row .col-md-4:nth-of-type(1) {
        order: 1;
    }
    section.skills .row .col-md-4:nth-of-type(2) {
        order: 2;
    }
    section.skills .row .col-md-4:nth-of-type(3) {
        order: 3;
    }
    section.skills .row .col-md-4:nth-of-type(5) {
        order: 4;
    }
    section.skills .row .col-md-4:nth-of-type(6) {
        order: 5;
    }
    section.skills .row .col-md-4:nth-of-type(4) {
        order: 6;
    }
    section.skills .row .col-md-4:nth-of-type(9) {
        order: 7;
    }
    section.skills .row .col-md-4:nth-of-type(7) {
        order: 8;
    }
    section.skills .row .col-md-4:nth-of-type(8) {
        order: 9;
    }
}
header {
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #bbb;
}
.menu-btn {
    position: relative;
    display: none;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1;
    float: right;
}

.menu-btn:focus {
    outline: none;
}

/* Hamburger icon */

.menu-btn[aria-expanded="true"] .menu-btn__hamburger {
    background-color: transparent;
}
.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static;
    z-index: 0;
}
@media screen and (max-width: 1023px) {
    .menu {
        position: fixed;
        display: block;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.8);
        transition: right 0.3s ease;
        z-index: 0;
    }
    .menu ul {
        display: block;
        padding: 5rem 3rem;
    }
    .menu.is-open {
        right: 0;
    }

    .menu-btn {
        display: block;
    }
}
