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

.menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,142,255,1) 100%);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 70px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    height: 40px;
	width:auto;
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin: 0 ;
    position: relative;
}

.main-nav a {
    text-decoration: none;
    color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.main-nav a:hover {
    background: #1e406b;
}



/* Mobile menu toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    height: 3px;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
		
        width: 100%;
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,142,255,1) 100%);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .main-nav.active {
        display: block;
    }
    
    .main-nav ul {
        flex-direction: column;
        padding: 1rem 0;
    }
    
    .main-nav li {
        margin: 0;
        width: 100%;
    }
    
    .main-nav a {
        padding: 0.5rem 1.5rem;
		width: 100%;
		display:inline-block;
    }
    
    .dropdown-content {
        position: static;
        box-shadow: none;
        
    background: #29578B;
        padding-left: 1rem;
		width: 100%;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
}

/* Adjust header spacing to account for fixed menubar */
header.header {
    padding-top: 90px;
}

.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:18.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;}
.container li{		font-size:18.5px !important;   }
h3{font-size:33.5px;    line-height: 1.5;}	
h4{font-size:22.5px;    line-height: 1.2;}		
.footer-disclaimer h3{font-size:20.5px !important}


	
footer{
	
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,142,255,1) 100%);
	
}

 .inner-body{
	 
	 margin-top:20px;
 }
 header .logo{ margin-top:70px;}
 
 .container{
    min-height: 100%;
}
/*
.contact-button{
    border: 3px solid rgba(9, 99, 221, 1);
    background: rgba(9, 29, 221, 2);
}
*/