body {
    font-family: "petala-pro", sans-serif;
    background-color: rgb(9, 9, 9);
    color: #e8e8e8;
    height: 98vh;
    background-image: url("../images/dogs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}

h1 {
    font-size: 9vw;
    font-weight: 900;
    line-height: 85%;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2vw;
    font-weight: 400;
    font-style: italic;
    color: #03ff2f;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 2vw;
    font-weight: 400;
    font-style: italic;
    color: #03ff2f;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.1vw;
    font-weight: 100;
    color: aliceblue;
    margin: 0;
    padding: 0;
}

.content_block {
    background-color: rgba(9, 9, 9, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 85%;
    height: 80%;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
}

.content-block-2 {
    background-color: rgba(9, 9, 9, 0.9);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 85%;
    height: 80%;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
}

#portrait {
    height: 90%;
}

#left-column {
    width: 40%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#corner-1 {
    border-style: solid;
    border-color: #03ff2f;
    border-radius: 40px 0 0 0;
}

#corner-2 {
    border-style: solid;
    border-color: #03ff2f;
    border-radius: 0 40px 0 0;
}

#corner-3 {
    border-style: solid;
    border-color: #03ff2f;
    border-radius: 0 0 40px 0;
}

#corner-4 {
    border-style: solid;
    border-color: #03ff2f;
    border-radius: 0 0 0 40px;
}

.spacer {
    height: 5vh;
}

#logo_footer {
    width: 30%;
    justify-content: space-between;
    align-self: flex-start;
    display: flex;
}

#h1-name-color {
    color: #03ff2f;
}

.link_logo {
    width: 30px;
}

/* Phone Screen*/
@media (max-width: 480px) {
    body {
        font-family: "petala-pro", sans-serif;
        text-align: center;
        background-color: rgb(9, 9, 9);
        color: #e8e8e8;
        height: 98vh;
        margin: 0;
        padding: 0;
        background-image: url("../images/dogs.jpg");
        background-size: cover;
        background-position: bottom right;
    }

    h1 {
        font-size: 7vh;
        width: 90%;
        font-weight: 900;
        text-align: left;
        line-height: 85%;
        margin: 0;
        padding: 0;
    }

    h2 {
        font-size: 4vh;
        font-weight: 600;
        font-style: italic;
        text-align: left;
        width: 90%;
        margin: 0;
        padding: 0;
    }

    h3 {
        font-size: 3vh;
        font-weight: 600;
        font-style: italic;
        text-align: left;
        width: 90%;
        margin: 0;
        padding: 0;
    }

    p {
        font-size: 2vh;
        font-weight: 200;
        color: aliceblue;
        text-align: left;
        margin: 20px 0px 20px 0px;
        padding: 0;
    }

    #portrait {
        height: 250px;
        width: 250px;
        margin: 0;
        padding: 0;
    }

    #duke_and_jess {
        position: fixed;
        margin: 0;
        padding: 0;
    }

    #main_col {
        background-color: rgba(9, 9, 9, 0.9);
        width: 80%;
        height: 90%;
        border-radius: 0 20px 00;
        top: 0;
    }

    #logo_footer {
        justify-content: space-between;
        display: flex;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .content_block {
        background-color: rgba(9, 9, 9, 0.9);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 85%;
        height: 80%;
        padding: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block-2 {
        background-color: rgba(9, 9, 9, 0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 85%;
        height: 140vh;
        padding: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    #left-column {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .link_logo {
        width: 30px;
    }
}
