@import url('base.css?id=4');

.header {
    min-height: 100%;
    width: 100%;
    background-image: url('https://capitalquants.com/img/background.jpg');
    display: flex;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    text-align: center;
}

.header h2 {
    color: white;
    font-size: 2rem;
    font-weight: normal;
}

.chevron {
    background-image: url(https://capitalquants.com/img/down-chevron-thin.svg);
    background-repeat: no-repeat;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    color: white;
    height: 50px;
    width: 50px;
    display: block;
    color: white;
    margin-top: 100px;
  }

  .chevron:hover {
    cursor: pointer;
  }

.logo {
    margin-top: 100px;
    width: 30%;
    height: auto;
}



@media only screen and (min-width: 320px) {
    .logo {
        width: 80%;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 520px) {
    .logo {
        width: 460px;
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px) {
    .logo {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1920px) {
    .logo {
        width: 700px;
    }  
}.quote-and-team-container{    background-color: #e7e7e7;}.quote-and-team hr {    opacity: 0.5}@media only screen and (max-width: 61.9999375rem) {    .quote-and-team hr {        overflow:hidden;        display: none;        margin: 0;        padding: 0;        width: 0;        height: 0    }}.quote-and-team .members {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    gap: 3.75rem;    margin-top: 2.5rem}@media only screen and (max-width: 61.9999375rem) {    .quote-and-team .members {        -webkit-box-orient:vertical;        -webkit-box-direction: normal;        -ms-flex-direction: column;        flex-direction: column;    }	p{	text-align:left;}}.quote-and-team .members figure img {    border-radius: 50%}.quote-and-team .members figcaption {    margin-top: 1.875rem;    text-align: center;		font-size: 20px;}@media only screen and (min-width: 62rem) {    .quote-and-team .members figcaption {        margin-top:1.25rem    }	p{	text-align:justify;}}.quote-and-team .members figcaption * {    display: block}figure{	text-align:center;}blockquote {    font-weight: lighter;    font-style: italic;    line-height: 1.5}blockquote>:first-child {    margin-top: 0}blockquote>:last-child {    margin-bottom: 0}blockquote>p {    text-align: center;	font-size:35px;	font-family:"Open Sans", sans-serif;}blockquote>p:before {    content: "\"";    margin-right: 0.125em}blockquote>p:after {    content: "\"";    margin-left: 0.125em}blockquote cite {    font-size: 0.8125em;    font-style: italic}p {		font-size:21.5px;    display: block;	line-height: 1.5;    margin-block-start: 1em;    margin-block-end: 1em;    margin-inline-start: 0px;    margin-inline-end: 0px;    unicode-bidi: isolate;}img[Attributes Style] {    width: 140px;    aspect-ratio: auto 140 / 140;    height: 140px;}.members{	    place-content: space-evenly;}h3{font-size:37.5px;    line-height: 1.5;}		.footer-disclaimer h3{font-size:22.5px !important}