* {
    font-family: 'Old Standard TT', serif;
}

body {
    background-color: #FFFFF2 !important;
}

.nav {
    justify-content: end;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#header {
    margin-top: 2rem;
    color: #000;
}

#title {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
}

.nav a {
    font-family: 'Josefin Sans', sans-serif;
}

p a {
    font-family: 'Josefin Sans', sans-serif;
}

p strong {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}

p i {
    font-family: 'Josefin Sans', sans-serif;
}

#profile {
    margin-top: 5rem;
    width: 15rem;
    height: 15rem;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0 4px 40px rgba(0,0,0, 0.4);
}

.bio {
    margin: 1rem 1rem 0 1rem;
    max-width: 60rem;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
}

.post-content {
    margin: 3rem 1rem 0 1rem;
    max-width: 60rem;
    line-height: 1.5;
    font-size: 1rem;
    width: 90%;
    font-family: 'Josefin Sans', sans-serif;
}

.post-content p {
    font-family: 'Josefin Sans', sans-serif;
}

.post-center {
    display: flex;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
}

#date {
    margin: 1rem 0 2rem 3rem;
    color: #79BEDB;
    font-family: 'Josefin Sans', sans-serif;
}

#currently {
    margin-bottom: 5rem;
}

.icon {
    color: #000;
    margin: 0 1rem 2rem 1rem;
    font-size: 25px;
}

.icon:hover {
    color: #79BEDB;
}

.highlight {
    color: #000;
    position: relative;
    z-index: 1;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: underline;
    text-decoration-color: rgba(121, 190, 219, 0.6);
    text-decoration-thickness: 0.25rem;
    /**background-color: rgba(121, 190, 219, 0.6);**/

}

.highlight:hover {
    text-decoration-color: rgba(46, 171, 224, 0.6)

}




.underline:hover {
    color: rgba(121, 190, 219, 1);;
}

#hello {
    color: #000;
    margin-top: 3rem;
    font-family: 'Josefin Sans', sans-serif;
}

.underline {
    padding-top: 4rem;
    margin: 0 1rem 0 1rem;
    position: relative;
    color: rgb(121, 190, 219);
    line-height: 2;
    font-size: 1.25rem;
    font-weight: bold;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgb(121, 190, 219);
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.underline:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.cursor {
    animation: cursor 2s infinite;
    color: #79BEDB;
    display: inline-block;
    width: 2px;
    margin-left: 5px;
    border-radius: 1px;
}

@keyframes cursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.equation {
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
}

/* FORMS */

.form {
    margin: 5rem 0 0 0;
}

.form-input {
    width: 100%;
}

.text-input {
    width: 100%;
    height: 30rem;
}

.description {
    margin-top: 1rem;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
}

.item {
    margin-top: 3rem;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
}

.wrap {
    width: 640px;
    height: 480px;
    overflow: hidden;
}

iframe {
    width: 76.92% !important;
    height: 76.92% !important;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#wrap {
    width: 560px;
    height: 315px;
    overflow: hidden;
}

iframe {
    width: 76.92% !important;
    height: 76.92% !important;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.error {
    font-size: 5rem;
    margin: 30vh 0 30vh 0;
    text-align: center;
}

/* MUST BE LAST */

h1, h2, h3, h4, h5 {
    font-family: 'Josefin Sans', sans-serif;
}

p img {
    max-width: 90%;
    display: block;
    margin: 2.5rem auto 2.5rem auto;
}


@media (max-width:768px) {
    .content {
        margin: 0 0.5rem 0 0.5rem;
    }

    .nav {
        justify-content: center;
    }

    #title-div {
        text-align: center;
    }

    .error {
        font-size: 5rem;
        margin: 10vh 0 10vh 0;
        text-align: center;
    }

}

@media (max-width:1200px) {
    #date {
        margin-left: 0;
    }
}
