/*

Theme Name: AVAC Theme
Author: Paper Crane
Version: 1.0
Description: Theme built from the ground up to perform for AVAC. 

Basic CSS changes

*/

html {
    scroll-behavior: smooth;
}

body,
html,
head,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    font-family: "pantonregular", Arial, sans-serif;
    overflow-x: hidden;
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: 2.1rem;
}

body {
    color: #001A2D;
}

.container {
    width: 1400px;
    max-width: 84%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container.tight {
    width: 700px;
}

p {
    margin-top: 10px;
    line-height: 1.5rem;
}

a {
    text-decoration: none;
    color: #001a2d;
}

a img {
    filter: saturate(1);
    transform: translateY(0px);
    transition: filter 0.1s, transform 0.1s;
}

a img:hover {
    filter: saturate(0) brightness(1.5);
    transform: translateY(-2px);
}

a:target {
    color: #f9a11b;
}

ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

/*

Scrollbar

*/

::-webkit-scrollbar {
    width: 13px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #001A2D;
    border-radius: 3px;
    border: 1px solid #f9a11b;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #f3f3f3;
    border-radius: 3px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #F9A11B;
}

::-webkit-scrollbar-corner {
    background: #f9a11b;
}

/*

General Tag Changes 

*/

.bold {
    font-family: "pantonbold", Arial, sans-serif;
}

.white {
    color: white;
}

.yellow {
    color: #f9a11b;
}

.yellow-link a {
    color: #f9a11b;
    font-weight: 700;
    margin: 1em 0 2em 0;
}

.orange {
    color: #1AB99C;
}

.top-margin {
    margin-top: 20px;
}

.bot-margin {
    margin-bottom: 20px;
}

.dark-bg {
    background-color: #001A2D;
    color: white;
}

.pure-bg {
    background-color: #e2e2e2;
}

.bright-bg {
    background-color: #f9a11b;
}

.off-white {
    background-color: #f3f3f3;
}

/*

Button changes 

*/

.white-button,
.swal-button {
    background: white;
    border: 2px solid #F9A11B;
    text-transform: uppercase;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    width: auto;
    align-self: center;
    transition-property: color, box-shadow, transform, background-color, border-color, font-weight;
    transition-duration: 0.35s;
    cursor: pointer;
}

.swal-button-container .swal-button {
    color: #001A2D;
}

.white-button p {
    margin-top: 0px;
}

.white-button:hover,
.button:focus,
.swal-button:hover {
    box-shadow: inset 0 0 0 2em #f9a11b, 0.3em 0.3em 0 0 #bd832c;
    color: white;
    transform: translate(-2px, -2px);
    background-color: #f9a11b;
    border-color: white;
    font-weight: 700;
}

.white-button.wide {
    padding-left: 20px;
    padding-right: 20px;
}

.shift {
    transition: transform 0.2s, color 0.2s, filter 0.2s;
}

.shift:hover {
    transform: translatex(2px);
    color: #001A2D;
}

/* 

Icon changes 

*/

.l-icon {
    max-width: 115px;
    height: auto;
}

.s-icon {
    max-width: 100px;
}

/* 

After Line Changes 


*/

.after-div::after,
.before-div::before {
    content: "";
    display: block;
    height: 2px;
    background: #F9A11B;
    width: 50%;
    text-align: center;
    margin: 30px 25%;
}

/*

Arrow Changes

*/

.arrows-both-ways,
.scroll-img-holder {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-self: center;
    align-self: center;
    margin-top: 20px;
}

.scroll-image-holder .arrows-both-ways>a {
    margin: 5px;
}

.arrow {
    max-width: 35px;
    height: auto;
}

.arrow.up {
    transition: opacity 0.2s, transform 0.2s;
    margin-top: 3px;
}

.arrow.up:hover {
    filter: opacity(0.5);
    transform: translateY(-2px);
}

.arrow.down {
    transition: opacity 0.2s, transform 0.2s;
}

.arrow.down:hover {
    filter: opacity(0.5);
    transform: translateY(2px);
}

/*

Flex box changes

*/

.section {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 75px 0 25px 0;
    text-align: center;
}

.logo-slice:hover {
    filter: saturate(0.85);
}

.left-side {
    display: flex;
    flex-direction: column;
}

.right-side {
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
    justify-content: center;
}

/*

Grid Changes

*/

.grid {
    display: grid;
}

/* 

Navigation 

*/

.main-header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    transition: background-color 0.2s;
}

.main-header.opaque-shadow {
    background-color: rgb(0, 38, 66);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.main-header a {
    color: #001a2d;
    text-transform: uppercase;
}

.logo-container img {
    width: auto;
    height: 35px;
}

.logo-container {
    justify-content: center;
    padding: 15px;
}

.mobile-menu-holder {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -270px;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    justify-content: center;
    width: 230px;
    background-color: rgb(206, 206, 206);
    box-shadow: rgba(83, 83, 83, 0.219) -5px 5px 5px;
    z-index: 1000;
    text-align: right;
    padding-right: 35px;
    transition-property: right;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
}

.menu-list {
    height: 84%;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.menu-list a {
    display: block;
    margin: 3vh;
    overflow: hidden;
}

.active-menu {
    right: 0px;
}

.hamburger {
    text-align: right;
    position: fixed;
    top: 5px;
    right: 10px;
    color: white;
}

/* 

Full Screen Slider Sections

*/

.panel {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 100%;
    top: 0;
}

.screen-slider-orange {
    background-color: #F9A11B;
    z-index: 150;
    transition: transform 0.3s ease-out;
}

.screen-slider-dark {
    background-color: rgb(0, 41, 70);
    z-index: 151;
    transition: transform 0.45s ease-out;
    display: flex;
    justify-content: center;
}

.swipe {
    transform: translateX(-100%);
}

.panel2 {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0%;
    top: 0;
}

.screen-slider-orange2 {
    background-color: #F9A11B;
    z-index: 150;
    transition: transform 0.45s ease-out;
}

.screen-slider-dark2 {
    background-color: rgb(0, 41, 70);
    z-index: 151;
    transition: transform 0.3s ease-out;
    display: flex;
    justify-content: center;
}

.swipe2 {
    transform: translateX(100%);
}

/* Section CSS */

/* 

Divider Sections

*/

.parallax-section {
    background-image: url('../img/avac-divider-background-1.jpg');
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -19px;
    z-index: -30;
}

.parallax-section.carrot {
    background-image: url('../img/carrot-divider-one.jpg');
}

.divider-image-section {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clouds {
    background-image: url("../img/avac-divider-background-1.jpg");
}

.buildings {
    background-image: url("../img/avac-divider-buildings.jpg");
}

.reflection {
    background-image: url("../img/carrot-divider-one.jpg");
}

.architecture {
    background-image: url("../img/carrot-divider-architecture.jpg");
}

.orange-building {
    background-image: url("../img/carrot-divider-plants.jpg");
}

/* 

Hero Section 

*/

.hero-section {
    padding-top: 100px;
    width: 100vw;
    padding-bottom: 30px;
}

.hero-section h1 {
    margin: 60px 0;
}

.overlay-temp img,
.screen-slider-dark img,
.screen-slider-dark2 img {
    height: 40px;
    width: auto;
    align-self: center;
}

.overlay-temp {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgb(0, 41, 70);
    ;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s;
}

.overlay-temp.invisible {
    opacity: 0;
}

.overlay-temp.invisible.hidden-load {
    display: none;
}

.overlay-hero {
    position: fixed;
    ;
    content: "";
    height: 100%;
    width: 110%;
    background: rgb(30, 46, 63);
    opacity: 0.35;
    z-index: -7;
}

.subheader-holder {
    text-align: center;
}

/*

Overview Section 

*/

.avac-fund .line::after {
    content: " ";
    display: inline-block;
    position: relative;
    height: 1px;
    background: white;
    width: 40px;
    margin: 0px 0px 5px 0px;
}

/*

Our Funds Section 

*/

.our-funds-section.section {
    padding-top: 0px;
}

.fund-holder {
    display: flex;
    flex-flow: row wrap;
    max-width: 500px;
    align-self: center;
}

.fund-holder>a {
    width: 300px;
    max-width: 50%;
    margin-top: 30px;
    ;
}

h5 {
    font-size: 1.2rem;
}

.fund-holder h3 {
    white-space: nowrap;
    overflow-x: visible;
}

.our-funds-section .fund-holder p {
    margin-top: -5px;
}

/*

Carrot Section

*/

.carrot-section,
.fund-of-funds-section {
    background-color: #F3F3F3;
    z-index: 2;
}

.carrot-split {
    display: flex;
    flex-direction: column-reverse;
}

.left-carrot {
    display: flex;
    flex-direction: column;
    align-content: space-around;
}

.left-carrot h2,
.about-text-holder h2 {
    margin-top: 15px;
}

.right-carrot {
    display: flex;
    justify-content: center;
}

.split-logo-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.split-logo-holder img {
    width: 140px;
}

.carrot-icon-container {
    display: flex;
    flex-direction: column;
}

.carrot-icon-title {
    margin-top: 30px;
    align-self: center;
}

.column-holder {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: 900px;
    max-width: 90%;
    align-self: center;
}

.third-column {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width: 300px;
}

.third-column img {
    align-self: center;
    margin-top: 20px;
}

.quarter-column {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    padding: 15px;
}

.quarter-column img {
    align-self: center;
    margin-top: 20px;
}

.carrot-image {
    align-self: center;
}

.carrot-img.l-icon {
    margin-top: 30px;
}

/*

Fund of Funds Section 

*/

.fund-funds-logo-holder {
    max-width: 50%;
}

.fund-funds-logo-holder img {
    width: 200px;
    max-width: 70%;
    align-self: center;
    height: auto;
}

.fund-funds-logo-holder {
    display: flex;
    justify-content: center;
}

/*

Bridgeco Section 

*/

#exited-companies {
    font-size: 0.8rem
}

.bridgeco-logo {
    width: 200px;
    max-width: 80%;
    align-self: center;
    margin-bottom: 2em;
}

.bridgeco-portfolio {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 30px 0;
}

.bridgeco-portfolio img {
    width: 250px;
    max-width: 95%;
    padding: 2px;
    margin: 5px;
}

.left-side .white-button {
    margin: 10px 0 0 0;
}

/*

Accelerate Fund I Section

*/

.accelerate-logo {
    width: 200px;
    max-width: 60%;
    align-self: center;
    margin-bottom: 30px
}

.accelerate-section .right-side {
    display: flex;
    flex-flow: row wrap;
}

.top-accelerate,
.bottom-accelerate {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.bottom-accelerate {
    margin-top: 10px
}

.accelerate-footer-text {
    margin-top: 20px;
}

.accelerate-logo-holder,
.fund-funds-logo-holder {
    max-width: 50%;
    min-width: 33%;
    display: flex;
}

.accelerate-logo-holder img {
    width: 200px;
    max-width: 80%;
    align-self: center;
}

.fund-of-funds .right-side h5::after {
    content: "";
    display: block;
    height: 2px;
    background: #F9A11B;
    width: 50%;
    text-align: center;
    margin: 0px 25%;
}

.cta-section {
    background-image: url(../img/avac-cta-background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 45px;
}

/*

About Section 

*/

/*

Our Team Section 

*/

.the-team-section {
    background-color: #f3f3f3;
    z-index: 2;
}

.the-team-section p {
    line-height: 1.7rem;
    margin-top: 5px;
}

.team-subsection h2,
.team-subsection h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
}

.team-column,
.team-title {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.headshot {
    border-radius: 50%;
    box-shadow: lightgrey 5px 5px 10px;
    width: 160px;
    max-width: 90%;
    height: auto;
    align-self: center;
}

.team-column .bold {
    margin-top: 20px;
}

.team-column p {
    margin-top: -3px;
}

.the-team-section .container .arrows-both-ways a {
    margin: 0;
}

/*

Fullscreen Remodal Card CSS

*/

.bio-links {
    display: flex;
    align-self: center;
}

.remodal {
    border-radius: 10px;
    border: 2px solid #f9a11b;
}

.remodal-close:before {
    font-size: 45px !important;
}

svg {
    align-self: center;
    margin-top: 10px;
    fill: #001A2D;
    margin-right: 10px;
    transition: transform 0.2s, fill 0.2s;
}

svg:hover {
    fill: #f9a11b;
    transform: scale(1.01);
}

.bio-links a {
    transition: transform 0.2s, color 0.2s;
}

.bio-links a:hover {
    color: #001A2D;
    transform: scale(1.01);
}

.remodal-wrapper .remodal-close {
    color: #F9A11B;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
}

.link {
    cursor: pointer;
}

/*

Main Footer Section 

*/

footer.main-footer {
    flex-direction: column;
    align-content: center;
    padding-bottom: 0;
    z-index: 2;
}

.gform-holder form {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

footer .button.white-button {
    padding-left: 30px;
    padding-right: 30px;
    justify-self: flex-end;
}

.footer-p-holder p {
    line-height: 18px;
}

footer .container {
    margin: auto;
}

.footer-icon-rows {
    display: flex;
    margin: 20px 0;
    text-align: left;
}

.footer-icon-rows img {
    width: 25px;
    height: 25px;
    margin: -2px 10px 0 0;
}

.footer-icon-rows p {
    margin: 0;
}

footer .right {
    display: flex;
    justify-content: stretch;
}

.gform-holder {
    text-align: left;
    width: 100%;
}

input {
    background: rgb(177, 177, 177);
    width: 100%;
    border: solid 2px transparent;
    height: 30px;
    font-size: 1rem;
    font-family: "pantonregular", arial, serif;
    margin-bottom: 12px;
}

input:focus,
textarea:focus,
input:valid,
textarea:valid {
    border-radius: 0px;
    border: solid 2px #F9A11B;
    color: white;
    background-color: #001A2D;
}

::placeholder {
    color: #001A2D;
}

textarea {
    background: rgb(177, 177, 177);
    font-size: 1rem;
    font-family: "pantonregular", arial, serif;
    border: solid 2px transparent;
}

form .white-button {
    height: auto;
    align-self: flex-end;
    background-color: white;
    color: #001a2d;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

/* SWAL Modal */

.swal-modal {
    border: solid 3px #f9a11b;
    border-radius: 0px;
}

/* TEMPORARY */

.copyright-section {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-container {
    flex-direction: row;
    justify-content: space-between;
}


.copyright-container {
    display:flex;
    flex-direction:column-reverse;
    max-width: 84%;
    width: 1400px;
    text-align:center;
    align-items:center;
}

.copyright__link-div {
    margin: 5px 15px;

}



.copyright-section a {
    color:white;

}


.copyright-section .copyright__link-block {
    display:flex;
    flex-direction:row;
    align-items:flex-end;
}










/*///////////////////////////////////////////////////////////
Legal Page Changes
///////////////////////////////////////////////////////////*/


.main-header.is--legal {
    background-color:rgb(0, 41, 70);
}

.section .container .legal__text-block {
    text-align:left;
    margin: 4em 0px;
}



p.legal__sub {
    font-size: 1.5rem;
    font-weight: 700;
}






/*

Media Queries: Ipad+

*/

@media screen and (min-width:500px) {
    .team-subsection {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-self: center;
        max-width: 1100px;
    }
    .team-column {
        padding: 0px 4px;
        min-height: 310px;
        position: relative;
        width: 200px;
    }
    .top-team .team-column {
        width: 330px;
    }
    .bottom-team {
        max-width: 1000px;
        align-self: center;
    }
    .bottom-team .team-column {
        min-height: 140px;
    }
    .bio-links {
        position: relative;
        bottom: 2px;
    }
}

@media screen and (max-width:699px) {
    .ipad-up {
        display: none;
    }
}

@media screen and (min-width:700px) {
    .mobile-only {
        display: none;
    }
    h1 {
        font-size: 4.5rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    .split {
        display: flex;
        flex-direction: row;
    }
    .left-side,
    .right-side {
        max-width: 50%;
        width: 50%;
        padding: 20px;
    }
    .right-side {
        align-content: flex-start;
        justify-content: flex-start;
        margin-top: 0px;
    }
    .white-button {
        font-size: 1.1rem;
        padding: 20px 10px;
    }
    .hero-section {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-content: center;
        padding-top: 0px;
        min-height: 750px;
    }
    .hero-section .container {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 1000px;
    }
    .hero-section .hero-button-holder {
        margin-top: 40px;
    }
    .hero-section .scroll-img-holder {
        position: absolute;
        bottom: 30px;
    }
    .fund-funds-logo-holder {
        justify-content: flex-start;
    }
    .fund-holder {
        max-width: 1200px;
        display: flex;
        justify-content: center;
    }
    .fund-holder>a {
        max-width: 25%;
        width: 500px;
        transition: color 0.15s;
    }
    .fund-holder .yellow {
        border: solid 2px transparent;
        transition: border 0.3s, color 0.3s;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .fund-holder .yellow:hover {
        color: white;
        border: solid 2px #f9a11b;
    }
    .left-carrot {
        max-width: 50%;
        padding-right: 30px;
    }
    .right-carrot {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .split-logo-holder img {
        width: 250px;
        max-width: 80%;
    }
    .carrot-section,
    .fund-of-funds-section,
    .bridgeco-section,
    .accelerate-section {
        text-align: left;
    }
    .carrot-section .white-button,
    .bridgeco-section .white-button,
    .accelerate-section .white-button {
        align-self: flex-start;
        margin-left: 0;
    }
    .column-holder {
        flex-direction: row;
        justify-content: center;
        align-content: flex-start;
    }
    .third-column {
        width: 33%;
        text-align: center;
        padding: 0 20px;
        align-self: flex-start;
    }
    .carrot-icon-title,
    .carrot-footer-text {
        max-width: 750px;
        margin-top: 30px;
        text-align: center;
    }
    .carrot-footer-text {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .carrot-footer-text .button {
        align-self: center;
    }
    .carrot-footer-text .yellow {}
    .carrot-footer-text p {
        text-align: left;
        display: block;
    }
    .fund-of-funds-section .right-side {
        margin-top: 95px;
    }
    .fund-funds-logo-holder img {
        width: auto;
    }
    .fund-of-funds-section .white-button {
        align-self: flex-start;
    }
    .bridgeco-portfolio {
        width: 100%;
        justify-content: flex-start;
    }
    .accelerate-section .right-side {
        padding-left: 20px;
    }
    .accelerate-logo-holder {
        justify-self: flex-start;
    }
    .carrot-footer-text .yellow {
        text-align: left;
    }
    .top-accelerate .accelerate-logo-holder img,
    .bottom-accelerate .accelerate-logo-holder img {
        max-width: 85%;
    }
    .top-accelerate,
    .bottom-accelerate {
        justify-content: flex-start;
    }
    .cta-section,
    .buildings {
        height: 268px;
    }
    .cta-section .container {
        justify-content: center;
    }
    .cta-section .white-button {
        margin-top: 30px;
    }
    .about-text-holder {
        width: 800px;
        align-self: center;
        max-width: 90%;
    }
    .main-footer .container .split {
        display: flex;
        flex-direction: row;
        text-align: left;
    }
    .main-footer .split .left,
    .main-footer .split .right {
        width: 50%;
    }
    .main-footer .white-button {
        margin-left: 0;
    }
    .copyright-section {
        width: 100vw;
        background-color: #F3F3F3;
        margin: 80px 0 0 0;
        color: black;
        padding-bottom: 10px;
    }



    .copyright-container {
        flex-direction: row;
        justify-content: space-between;
    }


    .copyright__link-div {
        margin-left: 15px;
    }

    .copyright-section a {
        color:black;
    
    }
    
}


@media screen and (min-width:990px) {
    .parallax-section {
        background-attachment: fixed;
    }
    p,
    li {
        font-size: 1.18rem;
        line-height: 2.4rem;
    }
    .after-div::after,
    .before-div::before {
        margin: 60px 25%;
    }
    .l-icon {
        width: 160px;
        max-width: 90%;
    }
    .column-holder {
        width: 1200px;
    }
    .accelerate-logo-holder {
        width: 33%;
    }
    .video-background {
        background: #001A2D;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -99;
    }
    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    @media (min-aspect-ratio: 16/9) {
        .video-foreground {
            height: 300%;
            top: -100%;
        }
    }
    @media (max-aspect-ratio: 16/9) {
        .video-foreground {
            width: 300%;
            left: -100%;
        }
    }
    #platform {
        margin-top: -40px;
    }
    .parallax-section,
    .parallax-section.carrot {
        z-index: -1;
        height: 330px;
        width: 105vw;
        margin-top: -25px;
        overflow-x: visible;
        background: transparent;
    }
    .hue-change {
        background-color: #066450;
        opacity: 0.6;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .parallax-section .hue-change.carrot {
        background-color: transparent;
    }
    #scene,
    .layer {
        height: 100%;
        width: 105% !important;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover !important;
        z-index: -2;
        overflow-x: visible;
        filter: saturate(0.5);
    }
    .carrot #scene,
    .carrot .layer {
        filter: saturate(1);
    }
    .fund-holder {
        margin: 30px 0 60px 0;
    }
    .split-logo-holder img {
        width: 330px;
        max-width: 90%;
    }
    .cta-section {
        background-attachment: fixed;
    }
}

@media screen and (max-width:1199px) {
    .menu-button-container,
    #desktop-only,
    .desktop-only,
    #scene {
        display: none;
    }
    #hero {
        background-image: url('../img/hero-background.png.jpg');
        background-color: #1E313F;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .menu-list a {
        display: flex;
        flex-direction: column;
    }
    .menu-list a::after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #f9a11b;
        align-self: flex-end;
        margin-top: 3px;
    }
    .menu-list .mobile-only::after {
        display: none;
    }
    .menu-list li {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    html {
        background-attachment: fixed;
    }
    .menu-list .ipad-below,
    .mobile-menu-holder {
        display: none;
    }
    .logo-container img {
        width: auto;
        height: 45px;
    }
    .flex-change {
        flex-direction: row;
    }
    .nav-holder .white-button {
        font-size: 1rem;
    }
    .mobile-menu-holder a,
    .menu-container a {
        color: white;
        margin: 0;
        display: flex;
        align-content: center;
        transition: color 0.15s;
        overflow: visible;
        min-width: auto;
    }
    .mobile-menu-holder a:hover,
    .menu-container a:hover {
        color: #F9A11B;
    }
    .menu-list li {
        display: flex;
        align-content: center;
        margin-right: 25px;
        margin-top: 8px;
        font-size: 1.3rem;
    }
    .menu-button-container .white-button.nav-button {
        margin-top: 15px;
        font-size: 1.3rem;
    }
    .menu-list .menu-text.mobile-only {
        display: none;
    }
    .nav-button {
        padding: 14px 10px;
    }
    .nav-holder .logo-container img {
        margin-top: 5px;
    }
    .right-side-nav .menu-container .hamburger {
        display: none;
    }
    .right-side-nav {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
    }
    .main-header {
        display: flex;
        justify-content: center;
        overflow: visible;
    }
    .carrot .main-header-holder {
        margin-top: 0;
    }
    .main-header-holder {
        margin-top: 20px;
    }
    .nav-holder {
        width: 1400px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 96%;
        padding: 0 2%;
    }
    .nav-holder .logo-container {
        display: flex;
    }
    .nav-holder .logo-container a {
        display: flex;
        justify-content: center;
        align-content: center
    }
    .right-side-nav .mobile-menu-holder {
        flex-direction: row;
        position: relative;
        height: auto;
        width: auto;
        background-color: transparent;
        box-shadow: none;
        transition: none;
        right: 0;
        top: 0;
        padding-right: 0;
        padding-top: 0;
        align-content: center;
    }
}

/* 


CARROT SPECIFIC CHANGES 


*/

.carrot.hero-section {
    background-image: url("../img/carrot-hero-background.jpg");
    background-color: #311f02;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carrot.hero-section .subheader-holder img {
    width: 600px;
    max-width: 70%;
}

/* 

Carrot Hero Section 

*/

.carrot.hero-section h1 {
    font-size: 1.8rem;
    margin: 20px 0;
}

/*

Carrot Works Section 

*/

.carrot-works h4 {
    font-size: 1.25rem;
}

.column-holder-carrot {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.quarter-column-carrot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
    max-width: 250px;
    align-self: center;
}

/*

CARROT Future section

*/

.future-top {
    text-align: left;
}

.future-top li {
    list-style-type: circle;
    list-style-position: outside;
    margin-top: 10px;
}

.carrot-future .after-div::after {
    background: rgb(233, 233, 233);
}

.needs-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.need-col {
    display: flex;
    flex-direction: column;
    width: 330px;
    max-width: 92%;
    margin: 20px 0;
}

.need-col p {
    line-height: 1.35rem;
}

.need-col img {
    align-self: center;
}

.need-col p {
    display: block;
    align-self: center;
}

/*

CARROT for you?

*/

.carrot-column-holder {
    display: flex;
    flex-direction: column;
}

.half-column {
    width: 300px;
    max-width: 70%;
    align-self: center;
}

/* 

Carrot Media Queries  

*/

@media (max-width:699px) {
    .hero-section.carrot h4 {
        font-size: 1.45rem;
        margin: 20px 0;
    }
    .hero-section .container .subheader-holder img {
        margin-top: -50px;
    }
}

@media (min-width: 700px) {
    .carrot-works .hero-button-holder {
        display: flex;
        width: 800px;
        max-width: 100%;
        justify-content: space-evenly;
        align-self: center;
    }
    .carrot .hero-section .hero-button-holder {
        margin-top: 15px;
    }
    .carrot.hero-section {
        min-height: 775px;
    }
    .carrot-works .container {
        justify-content: center;
    }
    #carrot-hero h1 {
        font-size: 3.5rem;
    }
    .carrot-works h4 {
        font-size: 1.7rem;
    }
    .column-holder-carrot {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 40px
    }
    .quarter-column-carrot {
        max-width: 300px;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-start;
    }
    .quarter-column-carrot {
        padding: 5px 20px;
    }
    .carrot-column-holder {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .carrot-column-holder>div {
        width: 400px;
        max-width: 40%;
        align-self: flex-start;
    }
}

@media (max-width:989px) {
    .future-top ul {
        margin-left: 20px;
    }
}

@media(min-width: 990px) {
    .carrot.hero-section .tight {
        width: 990px;
    }
    .carrot.hero-section {
        background-attachment: fixed;
    }
    .divider-image-section {
        background-attachment: fixed;
    }
    .vet-opp-cta {
        width: 860px;
        align-self: center;
    }
    .quarter-column-carrot {
        width: 20%;
    }
    #for-you .container {
        max-width: 900px;
    }
    #for-you h2,
    .future-top h2 {
        margin-top: 15px;
    }
    .icon-description.vert-center1 {
        line-height: 115px;
    }
    .future-top h2,
    .future-bottom h4 {
        text-align: center;
        margin-bottom: 30px;
    }
    .future-top li {
        list-style-type: circle;
        list-style-position: inside;
        margin-top: 10px;
    }
    .carrot-icon-container p {
        margin-top: -5px;
    }
}

@media (min-width: 860px) {
    .vert-center1 {
        line-height: 70px;
    }
}

p {
    overflow: visible;
}