.full-height {
    height: 100vh;
}

.bg-resume {
    background-image: url("../intro_images/bg_resume.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-jtvisualmedia {
    background-image: url("../intro_images/bg_photog.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-center {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 2px #333;
    color: rgb(255, 255, 255);
    filter: brightness(100%);
}

p {
    color: #fff !important;
    display: block;
    padding-left: 20%;
    padding-right: 20%;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-shadow: 2px 2px 2px #333;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}
