* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;
}

html, body {
    height: 100%;
    min-height: 100vh;
    text-align: left;
    background-color: #EB009B;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='rotate(107) scale(2.08)'%3E%3Cpath data-color='fill' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='33.55' d='M50 0C22.4 0 0 22.4 0 50c27.6 0 50-22.4 50-50zM0 50c0 27.6 22.4 50 50 50 0-27.6-22.4-50-50-50zM100 50c-27.6 0-50 22.4-50 50 27.6 0 50-22.4 50-50zM100 50c0-27.6-22.4-50-50-50 0 27.6 22.4 50 50 50z'%3E%3C/path%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body {
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, sans-serif;
    padding: 1.25rem;
    font-size: 1rem;
    padding-bottom: 3.125rem;
}

.content {
    width: 100%;
    max-width: 75rem;
    padding: 3.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
}

#about {
    background-color: rgba(185, 246, 202, 0.92);
    margin-bottom: 1.875rem;
}

#contact {
    background-color: rgba(255, 239, 185, 0.92);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
}

#contact h2 {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 1.875rem;
}

.contact-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.contact-info a {
    text-decoration: none;
}

.contact-info img {
    width: 3.125rem;
    height: auto;
    transition: filter 0.3s ease;
}

.contact-info a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125rem;
    background: transparent;
    border-bottom: 0.125rem dotted #0077cc;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.contact-info a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.contact-info a:hover img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(55%) saturate(4526%) hue-rotate(120deg) brightness(103%) contrast(106%);
}

#journalism {
    background-color: rgba(220, 200, 255, 0.92);
    margin-bottom: 1.875rem;
}

#journalism h2 {
    margin-bottom: 2.5rem;
}

.date, .j-link .date {
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC', 'Segoe UI', Tahoma, Geneva, sans-serif;
}

.j-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.625rem;
}

.j-link .date {
    padding-right: 1.25rem;
    min-width: 9.375rem;
}

.j-link a {
    text-decoration: none;
    color: #000;
    margin-left: 0.625rem;
}

a {
    text-decoration: none;
    color: #333;
    position: relative;
    transition: color 0.3s ease;
}

a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125rem;
    background: transparent;
    border-bottom: 0.125rem dotted #0077cc;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease;
}

a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

a:hover {
    color: #555;
}

a:focus {
    outline: 2px dotted #E50097;
}

.j-link a:hover {
    color: #3C0A56;
}

#journalism .j-link a::after {
    border-bottom: 0.125rem dotted #888888;
}

#journalism .j-link a:hover::after {
    border-bottom: 0.125rem dotted #888888;
}

#photos {
    background-color: rgba(255, 202, 213, 0.92);
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
#photos h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
}

#stuff {
    background-color: rgba(204, 233, 249, 0.92);
}

#stuff h2 {
    margin-bottom: 1.5rem;
}


h1 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 3rem;
}

h2 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 2.25rem;
}

p, a, ul {
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, sans-serif;
    font-size: 1.5rem;
}

#about a, #stuff a {
    text-decoration: underline dotted #888888;
    color: #000;
    transition: color 0.4s ease;
}

#about a:hover, #stuff a:hover {
    color: #E50097;
    text-decoration: none;
}

#about a::after, #stuff a::after {
    content: none;
}

#about a:hover::after, #stuff a:hover::after {
    content: none;
}
.photo-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 1.5rem;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
}

.photo-box img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-title {
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC', 'Segoe UI', Tahoma, Geneva, sans-serif;
    font-size: 1rem;
    color: #333;
    padding: 1rem;
    padding-bottom: 0.7rem;
}

.photo-date {
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC', 'Segoe UI', Tahoma, Geneva, sans-serif;
    font-size: 1rem;
    color: #333;
    padding: 1rem;
    padding-bottom: 0.7rem;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

@media (max-width: 768px) {
  .photo-box {
    width: 100%;
    margin: 1rem 0;
    }
  #photos {
    padding-left: 1rem;
    padding-right: 1rem;
    }
  #photos h2 {
    padding-left: 2rem;
    }
  .date {
    display: none;
    }
    #journalism a {
        display: list-item;
        list-style-type: disc;
        padding-left: 0rem;
    }
}
.rainbow {
  background: linear-gradient(to right, red, orange, green, blue, indigo, violet);
  -webkit-background-clip: text;
  color: transparent;
}
.spacer{
    height: 9.375rem;
}
#signal-icon{
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-image: url('img/signal.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    margin: 0;
}