@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Luxurious+Roman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Luxurious+Roman&display=swap');

@keyframes color {
  0%   { background: #f3f4f4; }
  20%  { background: #c7a175; }
  40%  { background: #d8b0ba; }
  60%  { background: #f7c6f9; }
  80%  { background: #e0b6e8; }
  100% { background: #ebdbba; }
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

body {
    background-color: beige;
    scroll-behavior: smooth;
}

  /* Navigation */
nav {
    position: relative;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: transparent;
    margin: 0;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items:normal

}

.logo img {
    width: 50px;
}

.logo-text {
    display: flex;
    margin-right: 10px;
    color: #1a101011;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Agbalumo'; 
}

.nav-links {
    display: flex;
    align-items:center;
    align-content: center;
    list-style: none;
    float: right

}

.nav-links a {
    display: flex;
    padding: 30px 16px;
    color:black;
    text-decoration: none;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    transition: all ease-in-out 100ms;
}



.nav-links a:hover {
    background-color: #dcd39b;
}

.hamburger {
    display: none;
    cursor: pointer;
    width: 34px;
    height: fit-content;
}

.hamburger .bar {
    flex-basis: 100%;
    height: 4px;
    background-color: #080606;
    margin: 3px;
}

.hamburger .menu {
    flex-basis: 100%;
    height: 4px;
    background-color: #080606;
    margin: 3px;
}

    .nav-links a.mobile-menu {
        display: flex;
        
    }


  /* customization for home page intended to look different from other pages */

h1.homepage-title {
    display: flex;
    flex:auto;
    font-size: 8vw;
    font-weight: 500;
    font-family: 'Agbalumo';
    font-style: normal;
    color: rgb(237, 47, 78);
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-right: 20px;
    justify-content: center;
    align-content: center;
    overflow: hidden; 
    border-right: .15em solid rgb(0, 0, 0); 
    white-space: nowrap; 
    margin: 0 auto;
    animation: 
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

.tagline {
    display: flex;
    font-weight: bold;
    font-size: 60px;
    color: #080606;
    font-family: 'Agbalumo';
}

.name-container {
    display: flex;
    flex: 1;
    background: transparent;
    width: auto;
    height: 20em;
    font-size: clamp(14px, 2vw, 24px);
    justify-items:auto;
    padding: 20px;
}

/* page title customization for every other page */

.page-title-container {
    width: auto;
    height: 20em;
    justify-items: center;
}

h1.page-title {
    display: flex;
    font-size:2vw;
    font-weight: 300;
    color: rgb(237, 47, 78);
    font-family: 'Agbalumo';
    text-align: center;
    justify-content: center;
    align-content: center;
    overflow: hidden; 
    border-right: .15em solid rgb(0, 0, 0); 
    white-space: nowrap; 
    margin: 0 auto;
    animation: 
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

h2{
    display: flex;
    font-size:2vw;
    justify-content: center;
    align-content: center;
    font-family: 'Agbalumo';
    font-weight: bold;
    color: rgb(236, 42, 74);
    font-size: 40px;
}

h3 {
    font-size: x-large;
    font-family: 'Agbalumo';
}

p {
    font-size: 20px;
    font-weight: normal;
    font-family: "Luxurious Roman", serif;

}

.courses {
    font-size:larger; 
    font-style: italic;
}

.page-main-text {
    font-size: 30px;
    font-weight: bold;
    align-content: center;
    text-align: center;
}

.page-anchor-links {
    font-size: large;
    font-family: "Luxurious Roman", serif;
    text-align: center;
    color: #c7a175;
    font-size:larger; 
    font-style: italic;
    justify-content: center;
    align-items: center;
    padding-bottom: 5em;
}

.contact-footer{
    display: flex;
    position: relative;
    align-items: center;
    width: 200%;
    height: 100px;
    padding: 20px 50px;
    flex-direction: column;
    column-rule-width: 3in;
    background-color: rgb(227, 128, 111);
    align-content: flex-end;
}

.footer-social-links li{
    list-style: none;
}

.footer-social-links li{
    list-style: none;
    font-size: medium;
    display: inline-block;
}

.row {
  display: flex;               
    justify-content: center;                        
    padding: 20px;
    column-width: auto;
  align-items: center;
  align-content: center;
}

.column {
  flex: 50%;
}

  /* css for about me page */

div.about-me-bio-container {
    display: grid;
    padding: 10px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-content: center;
    align-content: center;
    
}

.headshot-box {
    display: flex;
    flex: 1;
    width: auto;
    justify-content: right;
    height: 500px;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: auto;
}

img.headshot {
    width:fit-content;
    height:max-content;
    display:block;
    flex: 1;
    justify-content: right;
}

.bio-box {
    flex: 2;
    width: 500px;
    height: 300px; 
}

.embedded-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%
    
}

hr.dashed {
border-top: 3px dashed #cd2724;
}

.coursework-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.embedded-presentation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    width: auto;
    height: auto;
}

.social-media-content {
    z-index: 0;
    padding-bottom: 56.25%;
    width: auto;
    height: auto;
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    min-height: 300px;
    max-height: fit-content;
    float: left;
}

.social-media-row {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    height: 300px;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.my-social-media-blurb {
    float: left
}

.reporting-work-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0.15em;
}

.reporting-images {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 500px;
    float: left;
}

.portfolio-button {
    text-decoration: none;
    color:#cd2724;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border-color: #cd2724;
    background-color: transparent;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.portfolio-button-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.contact-form {
    padding: 40px 0;
    margin: 0 10px;
}

.form-container {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-container label {
    display:block;
    font-weight: bold;
}
.form-container input, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    resize: vertical;
}
.submit-button {
    text-decoration: none;
    color:#cd2724;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border-color: #cd2724;
    background-color: transparent;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
}

.contact-info {
    text-align: center;
    padding: 50px 0;
    background-color: #f3a4a4;
}

.contact-info h2 {
    margin-bottom: 20px;
}



@media (max-width: 768px) {
    
    nav {
        padding: 0;
        height: 100%;
    }


    .hamburger {
        display: block;

    }

    .hamburger .bar {
        display: block;

    }

    .hamburger .menu {
        display: block;

    }

    .logo {
        height: 80px;
    }

    .nav-links {
        top: 0;
        left: 0;
        margin: 10px;
        position: absolute;
        inset: 0 0 0 0 30%;
        background: beige;
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        padding: min(30vh, 10rem) 2em;
        width: 50%;
        height: 100vh;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;


    }

    .nav-links ul {
        display: flex;
        flex-direction:column;
        align-items: center;
    }

    .nav-links li {
        flex-basis: 100%;
    }

    .nav-links a {
        display: block;
        text-align: center;
        font-size: 16px;
        color:black;
        text-decoration: none;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-transform: uppercase;
        transition: all ease-in-out 100ms;
        
    }

    .nav-links a:hover {
        background-color: #dcd39b;
    }

    .nav .nav-links ul li{
        margin: 25px 0;
        font-size: 1.53em;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
        
    }

    .about-me-bio-container {
        flex-direction: column;
    }


    
}

@media (max-width: 480px) {
    .page-title-container {
    font-size: 30px;
    display: block;
    }

    h1.homepage-title {
        font-size: 30px;
    }
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: rgb(0, 0, 0) }
}

