body {
    margin: 0;
    padding: 0;
}

.core {
    background-color: #5CDB95;
    background-size: cover;
    background-position: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    margin: 0;
}

.top-section {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px #05386B;
}

.pages a:link {
    float: right;
    color: #05386B;
    padding: 14px 10px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Cambria, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 21px;
}


.pages a:visited {
    color: #05386B;
}

.pages a:hover,
a:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pages a:active {
    color: #05386B;
}

.home a:link {
    float: left;
    color: #05386B;
    padding: 14px 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Cambria, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-left: 15px;
}

.home a:visited {
    color: #05386B;
}

.home a:hover,
a:focus {
    text-underline-offset: 4px;
}

.home a:active {
    color: #05386B;
}

.dropdown{
    float: right;
}
.dropdown button {
    background-color: transparent;
    color: #05386B;
    padding: 14px 16px;
    border: none;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Cambria, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 21px;
}
.dropdown a:link{
    float: left;
    display: block;
    color: #05386B;
    text-decoration: none;
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    font-family: Calibri;
    font-weight: bold;
}
.dropdown .content{
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 100px;
    box-shadow:2px 2px 5px black;
    background-color: rgba(92,219,149,0.9);;
    border-radius: 8px;
    margin-right: 5px;
    padding-left: 10px;
}
.dropdown:hover .content{
    display: block;
}
.dropdown:hover button{
    text-decoration: none;
}
.dropdown a:hover{
    text-decoration: underline;
}
.dropdown a:visited{
    color: #05386B;
}


.container {
    height: 0;
    margin: 0 auto;
}

.front-page {
    float: left;
    font-size: 6vw;
    color: #EDF5E1;
    font-family: Calibri, Helvetica, Arial;
    text-align: left;
    margin-right: 0;
}

.big-text {
    font-size: 12vw;
}

.home-name {
    margin-top: 15%;
    margin-bottom: -30px;
}

.home-title {
    margin-top: -30px;
    clear: both;
    margin-left: 35px;
}

.fp-container {
    width: 80%;
    margin: 0 auto;
    height: 0;
}

.fp-container .image {
    float: right;
    image-resolution: 1080p;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    margin-bottom: 20%;
    margin-top: 5%;
    border: 10px solid #05386B;
    border-start-start-radius: 55%;
    border-end-end-radius: 55%;
}

.welcome {
    background-color: #05386B;
    clear: both;
    padding: 68px 0;
    text-align: center;
    margin: 0;
}

.welcome .w-text {
    clear: both;
    font-size: 3vw;
    color: #EDF5E1;
    font-family: Cambria, Calibri, Helvetica, Arial;
    text-align: center;
    animation: fadeIn 10s;
    font-weight: bold;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.description {
    padding: 50px 100px 50px 100px;
    margin-left:auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}

.d1 {
    color: #EDF5E1;
    font-family: Calibri, Helvetica, Arial;
    font-size: 50px;
    margin-bottom: 3px;
}

.r1 {
    color: #05386B;
    font-family: Roboto, Cambria, Calibri, Helvetica, Arial;
    font-size: 30px;
}


/* about me page */
.introduction {
    background-color: #5CDB95;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#05386B;
    line-height: 100px;
}

.childhood {
    margin-top: -5px;
    background-color:#05386B;
    margin-bottom: 0px;
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #5CDB95;
    line-height: 100px;
}

.faith {
    background-color: #5CDB95;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#05386B;
    line-height: 100px;
}

.dreams {
    background-color: #5CDB95;
    height: 500px;
    margin-top: -20px;
}

.container .p1 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.container h1 {
    margin: 0px;
    margin-bottom: 20px;
    padding-top: 100px;
}

.introduction h1 {
    padding-top: 40px;
}

.container .p2 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.container .p3 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 25px;
    padding-bottom: 100px;
}

.container .verse {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 50px;
    padding-bottom: 100px;
    font-size: 35px;
    line-height: 50px;
}

.introduction img{
    clear: both;
    border: 5px solid #EDF5E1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0px;
}


.childhood img{
    clear: both;
    border: 5px solid #EDF5E1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0px;
}


.faith img{
    clear: both;
    border: 5px solid #EDF5E1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0px;
}

.introduction .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: #05386B;
    font-size: 25px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

.childhood .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: #5CDB95;
    font-size: 25px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

.faith .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: #05386B;
    font-size: 25px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

.faith .date {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    color: #05386B;
    font-size: 70px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

/* Journal One Entry*/
.journal {
    background-color: #5CDB95;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#05386B;
    line-height: 100px;
}

.journal h1 {
    padding-top: 40px;
    text-align: center;
}

.journal h5 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.journal .date {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    color: #05386B;
    font-size: 35px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

.journal img {
    clear: both;
    border: 5px solid #EDF5E1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}

.journal .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: #05386B;
    font-size: 25px;
    font-style: italic;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    line-height: 70px;
    width: 75%;
}

form {
    transition: all 4s ease-in-out;
    margin-bottom: 100px;
}

.form-control
{
    width: 60%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #EDF5E1;
    color: #EDF5E1;
    font-size: 20px;
    margin-bottom: 25px;
}

input {
    height: 45px;
}

form .submit {
    background: #05386B;
    border-color: transparent;
    color: #EDF5E1;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 100px;
}

form .submit:hover {
    background-color: #094581;
    cursor: pointer;
}


.contact-form {
    background-color: #5CDB95;
    text-align: center;
    margin-top: 20px;
}

.contact-text h1 {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 55px;
    font-weight: bold;
    font-size: 70px;
    color: #05386B;
    background-color: #5CDB95;
    text-decoration: underline;
    text-underline-offset: 15px;
}

.socials {
    background-color: #05386B;
    padding: 200px;
    padding-top: 60px;
    padding-bottom: 300px;
    margin: 0px;
}

.socials h1 {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 55px;
    font-weight: bold;
    font-size: 70px;
    color: #5CDB95;
}

.card {
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
    gap: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.55);
    margin-left: auto;
    margin-right: auto;
  }
  
  /* for all social containers*/
.socialContainer {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  /* instagram*/
.containerOne:hover {
    background-color: #d62976;
    transition-duration: 0.3s;
  }
  /* github*/
.containerTwo:hover {
    background-color: #6e5494;
    transition-duration: 0.3s;
  }
  /* linkdin*/
.containerThree:hover {
    background-color: #0072b1;
    transition-duration: 0.3s;
  }
  /* Gmail*/
.containerFour:hover {
    background-color: yellowgreen;
    transition-duration: 0.3s;
  }
  
.socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
.socialSvg {
    width: 35px;
  }
  
.socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
@keyframes slide-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
}
  
100% {
      transform: translateY(0);
      opacity: 1;
}
}

/* Portfolio Page */
.portfolio {
    background-color: #5CDB95;
    margin: 0;
    margin-top: 75px;
    padding: 0;
    box-sizing: border-box;
}

.portfolio h1{
    padding-top: 0px;
}

.portfolio .header{
    margin: 5px;
    border-bottom: 3px dotted #EDF5E1;
    background-color: #5CDB95;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.header:hover {
    transform: scale(1.1);
}

.name {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 50px;
    color:#05386B;
}

.personal-info {
    text-align: center;
    color: #05386B;
}

.school {
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    width: 40%;
    padding: 5px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
}

.school:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.school-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.school p{
    text-align: center;
    color: #05386B;
    font-size: 25px;
}

.technical-skills {
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    width: 65%;
    padding: 5px;
    padding-top: 39px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
}

.technical-skills:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.technical-skills h1{
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #05386B;
}

.technical-skills p{
    text-align: center;
    color: #05386B;
    font-size: 25px;
}

.experiences {
    width: 75%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    padding-top: 70px;
}

.experiences:hover {
    transform: scale(1.01);
}

.experiences .experience-title{
    text-align: center;
    color: #05386B;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
}

.robotics {
    border: 5px solid #EDF5E1;
    background-color: rgba(231, 251, 240, 0.1);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.robotics:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.robotics h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.robotics p {
    font-size: 20px;
}

.cubesat {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.cubesat:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.cubesat h1 {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.cubesat p {
    font-size: 20px;
}

.bwsi {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.bwsi:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.bwsi h1 {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.bwsi p {
    font-size: 20px;
}

.projects {
    width: 75%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    padding-top: 20px;  
}

.projects:hover {
    transform: scale(1.01);
}

.projects .projects-title{
    text-align: center;
    color: #05386B;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
}

.jonathanjournals {
    border: 5px solid #EDF5E1;
    background-color: rgba(231, 251, 240, 0.1);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}


.jonathanjournals:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.jonathanjournals h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.jonathanjournals p {
    font-size: 20px;
}

.alieninvaders {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}


.alieninvaders:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.alieninvaders h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.alieninvaders p {
    font-size: 20px;
}
    
.extracurriculars {
    width: 75%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    padding-top: 20px;  
}

.extracurriculars:hover {
    transform: scale(1.01);
}

.extracurriculars .extracurriculars-title{
    text-align: center;
    color: #05386B;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
}

.acsu {
    border: 5px solid #EDF5E1;
    background-color: rgba(231, 251, 240, 0.1);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.acsu img {
    border: 5px solid #EDF5E1;
}

.acsu:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.acsu h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.acsu p {
    font-size: 20px;
}

.aaiv {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.aaiv img {
    border: 5px solid #EDF5E1;
}

.aaiv:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.aaiv h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.aaiv p {
    font-size: 20px;
}

.emotion {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.emotion img {
    border: 5px solid #EDF5E1;
}

.emotion:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.emotion h1{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.emotion p {
    font-size: 20px;
}

.volunteering {
    width: 75%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    padding-top: 20px;  
}

.volunteering:hover {
    transform: scale(1.01);
}

.volunteering .volunteering-title {
    text-align: center;
    color: #05386B;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
}

.iridium {
    margin-top: 50px;
    background-color: rgba(231, 251, 240, 0.1);
    border: 5px solid #EDF5E1;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.iridium img {
    border: 5px solid #EDF5E1;
}


.iridium h1 {
    font-size: 30px;
}

.iridium h3 h4 {
    margin-left: 90px;
}

.iridium p {
    font-size: 25px;
    margin-left: 90px;
    margin-right: 0px;
}

.iridium:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.skills-interests {
    width: 75%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    padding-top: 20px;  
}

.skills-interests:hover {
    transform: scale(1.01);
}

.skills-interests .skills-interests-title {
    text-align: center;
    color: #05386B;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
}

.language-skills {
    border: 5px solid #EDF5E1;
    background-color: rgba(231, 251, 240, 0.1);
    border-radius: 15px;
    display: grid;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
}

.language-skills h1 {
    font-size: 30px;
}

.language-skills p {
    font-size: 25px;
}

.language-skills:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.interests {
    border: 5px solid #EDF5E1;
    background-color: rgba(231, 251, 240, 0.1);
    border-radius: 15px;
    display: grid;
    grid-auto-flow: dense;
    align-items: center; 
    padding: 50px;
    text-align: center;
    color: #05386B;
    margin-top: 50px;
}

.interests h1 {
    font-size: 30px;
}

.interests p {
    font-size: 25px;
}

.interests:hover {
    transform: scale(1.05);
    cursor: pointer;
}

/* journal entry #2 */
.journal .update-text {
    font-weight: bold;
    text-align: center;
    font-size: 50px;
}

.journal .special-image {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}


footer {
    clear: both;
    background-color: #379683;
    padding: 10px;
    color: #EDF5E1;
    font-family: 'Times New Roman', Times, serif;
}