/* styles.css */
    html {height:100%;
    }

    body {
        height:100%;
        margin:0;
        font-family: Arial, sans-serif;
        background-color: #e7d1ff;
        color: #2a4aa1;
    }

    h1 {
        color: #ffffff;
        letter-spacing: 2px;
        font-size: 3em;
    }

    header {
        display:flex;
    }

    footer {
        /* height: 50px;
        margin-top: -50px;  
        text-align: center; */
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #2a4aa1;
        color: white;
        text-align: center;
        padding:20px;
    }

    small {padding-top: 20px;}

    ul {
  list-style-type: none;
    }

    li {
        display: inline-block;
    }


    .header-left{
        width:15%;
    }

    .header-right{
        width:85%;
    }

    .masthead {
        float: right;
    }

    .content {
        min-height: 100%;
    }
    .content-inside {
        padding: 20px;
        padding-bottom: 50px;
        display:flex;
        align-items: center; /* Vertically centers content */
        height: 600px; /* Example height for the container */
    }

    .section-left {
        width:80%;
    }

    .section-right {
        width:35%;
    }
    .footer {
        height: 50px;
        margin-top: -50px;
        background-color: #42A5F5;
        line-height: 50px;
    }


.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

.karla-regular {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.karla-bold {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.karla-italic {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.logo {
    width: 75px;
    height: auto;

}

/*.container {
  display: flex;
  align-items: center; /* Vertically centers content */
  /* Optional: justify-content: center; for horizontal centering
} */

/*
.container {
  position: relative; /* Make the container a reference point 
} 
.text-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Move up by half its own height 
} 
*/

@media only screen and (max-width: 768px) {
  body {
    background-color: lightblue;
  }

.container {
    display:grid;
}

li {
        display: block;
    }
/*.section-left {
    min-width:100%;
}

.section-right {
    min-width:100%;
    display:block;
} 
*/
}

/* About CSS */
.about-container {
    min-height: 100%;
    padding: 20px;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.about-content {
    width: 600px;
}

.about-content > p {
    font-size: 18px;
}

/* Projects CSS */

@media(min-width: 768px){
    .row [class*='col']:last-of-type {
        margin-right: 0;
    }
}

.row [class*='col']:first-of-type {
        margin-left: 1%;
}

.col1-4 {
width: 21%;
padding-left: 2%;
background-color: #ffffff;
float: left;
display: inline-block;
margin-right: 2%;
border-radius: 10px;
margin-bottom: 20px;
height: 150px;
}

/* Resume CSS */
.resume-container {
    min-height: 100%;
    padding: 20px;
    padding-bottom:80px;
}

.education {
    margin-bottom: 55px;
}

.skills {
    margin-bottom: 55px;
}

.experience {
    margin-bottom: 55px;
}

.coursework {
    margin-bottom: 55px;
}

.skill-table {
    /*  table-layout:fixed; */
    width:100%;
}

td {
   padding-right: 10px;
}

.experience {
    margin-bottom: 55px;
}

.date{ 
    font-style: italic;
    margin-bottom:2px;
    margin-top: 2px;
}

.job > h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job > h5 {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
}

.job > p {
    margin-top:10px;
    margin-bottom:30px;
    line-height:1.4;
}

.location {
    font-weight: normal;
    font-size:12px;

}

.company {
    font-weight:normal;
}
/* 

