/*----------- GENERAL CLASSES -----------*/
body {
    font-family: 'Verdana Pro', Verdana, Arial, sans-serif;
    background: #f2efeaff url('Images/cyrus-crossan-2fSeJFPHCHM-unsplash.jpg') no-repeat center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    max-width: 100%;
}
h1, h2, h3, h4 {
    text-align: center;
}
h1 {
    color: #172d4fff;
}
h4 {
    color: rgb(0, 0, 0);
}
a {
    color: rgb(91, 145, 228);
}
a:hover {
    background: rgb(91, 145, 228);
    color: #f2efeaff;
    border-radius: 4px;
}
p {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    background: #f2efeaff;
    padding: 24px 24px;
    border-radius: 8px;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin: 1vh 2vh;
    text-align: center;
    box-sizing: border-box;
}
button {
    width: 60%;
    margin: 1vh auto;
    padding: 12px 36px;
    box-sizing: border-box;
    background: #172d4fff;
    color: #f2efeaff;
    border-radius: 6px;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    display: block;
}
label {
    display: block;
    margin-top: 12px;
    font-weight: 500;
}
form input, form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
}
form button {
    margin: 3vh auto;
}
li {
    margin: 0 1vw;
    color: black;
}
.img-link:hover, .img-link:focus {
    background: none !important;
    color: inherit !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
.img-link img {
    pointer-events: none;
}
.spaced {
    margin: 5vh 0;
}
.main-content {
    padding: 12vh 0;
}
.content {
    color: #172d4fff;
    font-size: 1.2rem;
    background: rgba(242, 239, 234, 0.9);
    padding: 2vh 2vw;
    border-radius: 8px;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin: 3vh auto;
    max-width: 75vw;
    box-sizing: border-box;
    text-align: center;
}
.content ul {
    display: inline-block;
    text-align: left;
}
.content-blue-bg {
    color: #f2efeaff;
    font-size: 1.2rem;
    background: rgba(23, 45, 79, 0.5);
    padding: 1vh 3vw;
    border-radius: 12px;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin: 5vh auto;
    box-sizing: border-box;
    max-width: 93vw;
}
.social-logo {
    height: 3.5vh;
    margin: 0 1vw;
    object-fit: contain;
}
.logo-container {
    margin-right: 2vw;
}
/*----------- NAVIGATION BAR -----------*/
nav {
    width: 100vw;
    background: #172d4fff;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 2;      
}
nav a {
    color: #f2efeaff;
    text-decoration: none;
    margin: 1vw;
    font-size: 1.2rem        
}
nav a:hover {
    color: rgb(91, 145, 228);
    color: #f2efeaff;
}
.nav-logo {
    max-width: 5vh;
    object-fit: contain;
    margin: auto 1vw auto 3vw;
}
.nav-logo-right {
    height: 3vh; 
    object-fit: contain;
    margin: auto 3vw auto 1vw;
}
.nav-links {   
    margin: auto; 
    flex-shrink: 0;
}
/*----------- FOOTER -----------*/
footer {
    margin: auto;
    width: 100%;
    background: #172d4fff;
    color: #f2efeaff;
    text-align: center;
    padding: 1rem 0;
    font-size: 1rem;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 2;
}
.p-footer {
    background: none;
    color: #f2efeaff;
    padding: 0;
    margin: auto;    
}
/*----------- INDEX PAGE -----------*/
.logo {
    max-width: 192px;
    height: auto;
    display: block;
    margin-top: 8vh;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto; 
}
.logo-full {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;    
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}
.home-paragraph {
    background: rgba(242, 239, 234,0.8);
  }
.cta-btn{
    margin: 10vh auto;
    padding: 1vh 3vw;
    box-sizing: border-box;
    background: #172d4fff;
    color: #f2efeaff;
    border: none;
    border-radius: 6px;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    display: block; 
}
.cta-btn:hover, button:hover {
    background: rgb(91, 145, 228);
}
/*----------- ABOUT PAGE -----------*/
.mission-header {
    text-decoration: underline;
    margin-bottom: 2vh;
}
.headshots {
    width: 20vw;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(44,62,80,0.4);
    margin: 2vh auto;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5vh;
    justify-content: center;
}
.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grid-item h2, .grid-item h4, .grid-item h3 {
    margin: .4vh;
}
.contact-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
/*----------- CONTACT PAGE -----------*/
.contact-us {
    color: #172d4fff;
    font-size: 1.2rem;
    background: rgba(242, 239, 234, 0.9);
    padding: 1vh 2vw;
    border-radius: 8px;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin: 3vh auto;
    width: 60vw;
    box-sizing: border-box;
}
form {
    margin: 1vh 1vw;
}
.h-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.socials {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------- PROJECTS PAGE -----------*/
.projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    justify-content: center;
}
.project-card, .about-card {
    background: #f2efeaff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    padding: 24px 48px;
    margin: 48px auto;
    max-width: 600px;
    box-sizing: border-box;
}
.project-title {
    font-size: 1.3rem;
    color: #172d4fff;
    margin-bottom: 8px;
    text-align: center;
}
.project-link {
    color: rgb(91, 145, 228);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    display: block;    
}
.project-link:hover {
    text-decoration: underline;
}
.under-construction {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 80%;
    background: rgba(242, 239, 234, 0.8) url('Images/extracted_image_1760123146-037.png') no-repeat center fixed;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.under-construction h1, .under-construction h2 {
    background: rgba(242, 239, 234, 0.8);
    color: #172d4fff;
    text-align: center;
    padding: 1vh 1vw;
    margin: 2vh 2vw;
    border-radius: 8px;
}
.under-construction-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f2efeaff;
}
/*----------- SUBMISSION PAGE -----------*/
.redirect {
    width: 98%;
    height: 80%;
    background: rgba(23, 45, 79,0.5);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20vh auto;
}
.redirect-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.redirect h1, .redirect h2 {
    color: #f2efeaff;
    background: rgba(23, 45, 79,0.6);
    padding: 1vh 1vw;
    border-radius: 8px;
    box-shadow: 0 6px 8px rgba(44,62,80,0.08);
    margin: 3vh 1vh;
    max-width: 95vw;
    box-sizing: border-box;
}