html {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #ffffff;
    font: inherit;
    font-family: sans-serif, Arial;
}

hr {
    border-top: 1px solid #dddddd;
    border-left: #dddddd;
    border-right: #dddddd;
    border-bottom: #dddddd;
    border-color: #dddddd;
}

#margin {
    height: auto; 
    margin: 30px 20px;
}

#card {
    border-radius: 25px;
    background: #f4f4f4;
    padding: 0px;
    max-width: 600px;
    height: auto; 
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.41);
    overflow: hidden;
}

.header-wrapper {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.header-img {
    max-width: 100%;
    object-fit: fill;
}

.person-img {
    width: 166px;
    margin-top: -83px;
    vertical-align: middle;
    border-style: solid;
    border-width: 5px;
    border-color: #ffffff;
    border-radius: 50%;
}

.person-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-justify: center;
    -ms-text-justify: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
}

.text-wrapper {
    max-width: 400px;
    margin: 15px auto 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.social-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-justify: center;
    -ms-text-justify: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    margin: 15px auto 20px;
}

.social-media-bubble {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px 5px;
    text-align: center;
}

.social-img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0;
    position: relative;
    top: 6px;
}

.instagram-bubble {
    background-image: linear-gradient(180deg, #d33fb5, #f7523c 50%, #fcf12e);
}

.flickr-bubble {
    background-color: #ffffff;
}

.footer-wrapper {
    background-color: #dddddd;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-text {
    margin-bottom: 0;
    text-align: center;
    font-size: smaller;
    padding-top: 2px;
    padding-bottom: 2px;
}

.general-link-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px auto 20px;
    text-align: center;
}

.grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
}

.general-link {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 13px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    padding: 9px 9px 9px 15px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #dddddd;
    transition: background-color 500ms ease-out 100ms
}

.general-link:hover {
    background-color: #dddddd;
}

.link-text {
    margin-left: auto;
    margin-right: auto;
}
p, h1, h2, h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.contact-content {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 20px;
    max-width: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-close-button {
    color: #a9a9a9;
    float: right;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.contact-close-button:hover,
.contact-close-button:focus {
    color: black;
}
