/* Colors and Font CSS File ----------------------------------------------------- */


/* Colors --------------------------------------------------------------------------  */
header {
    background-color: #0B2B83;
    color: #C7F2A7;
}

.navigation_links a {
    color: #C7F2A7;
}

.navigation_links a:hover {
    color: #e06500;
}

/* Modal Container  */
.modal {
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with opacity */
}

/* Modal Content  */
.modal-content {
    background-color: #ddc9f8;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #000;
}

.modal-content .close {
    color: #0B2B83;
}

.modal-content .close:hover {
    color: #e06500;
}

.resume-links a {
    background-color: #0B2B83;
    color: #ddc9f8;
}

.resume-links a:hover {
    background-color: #133cb2;
    color: #e06500
}


#about {
    background-color: #417B5A;
    color: #FFE1C6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.intro-paragraph a {
    color: #FF9E76;
}

.intro-paragraph a:hover {
    color: #FFFFFF;
}

.view-projects-btn {
    background-color: #F7C1BB;
    color: #011936;
    border: 2px solid #011936;
}

.view-projects-btn:hover {
    background-color: #0B2B83;
    color: #ffffff;
}

#my-projects {
    background-color: #F7C1BB;
}

.projects {
    background: #F7C1BB;
    color: #011936;
}

.project {
    background: #ddc9f8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.project h2 {
    color: #0B2B83;
}

.project-button {
    background-color: #F7C1BB;
    color: #011936;
    border: 3px solid #011936;
}

.project-button:hover {
    background-color: #0B2B83;
    color: white;
    border-color: white;
}

.attribution-footer {
    color: #888;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

.attribution-footer a {
    color: #666;
}

.attribution-footer a:hover {
    color: #000;
}





/* Fonts ------------------------------------------------------------------------- */
body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
}

.header {
    text-align: center;
}

.site-title {
    font-size: 5rem;
    font-weight: 700;
}

.site-description {
    font-size: 2.25rem;
}

.navigation_links a {
    font-size: 1.5rem;
    text-decoration: none;
}

.modal-content {
    text-align: center;
}

.modal-content .close {
    float: right;
    font-size: 2.5rem;
    font-weight: bold;
}

.resume-links a {
    text-decoration: none;
}

.resume-links a:hover {
    font-weight: bold;
}

#about {
    text-align: center;
}

.about-text {
    text-align: center;
}

.about-text .intro-header {
    font-size: 3rem;
}

.about-text .intro-paragraph {
    font-size: 1.2rem;
}

.intro-paragraph a {
    text-decoration: none;
    font-size: 1.5rem;
}

.view-projects-btn {
    font-size: 1.2rem;
    text-decoration: none;
}

.projects {
    text-align: center;
}

.projects h2 {
    font-size: 3rem;
}

.project h3 {
    font-size: 1.5rem;
}

.project-button {
    font-size: 1rem;
    text-decoration: none;
}

.video-quality-warning {
    font-weight: bold;
}

.attribution-footer {
    text-align: center;
    font-size: 0.75rem;
    line-height: 0.7rem;
}

.attribution-footer a {
    text-decoration: underline;
}