.header-nav {
    box-shadow: 2px black;
    width: 100%;
    display: flex;
    padding: 1.5%;
    background-color: #2D0406;
}

.navtab {
    margin-left: 5%;
    color: white;
    align-self: center;
    font-family: 'Lusitana', serif;
    font-size: 1.3em;
    letter-spacing: 0.1em;
}

.navtab:hover {
    text-decoration: none;
    color: white;
}

.header-main {
    align-self: center;
    color: white;
}

.header-button {
    font-family: 'Lusitana', serif;
    letter-spacing: 0.0625em;
    background-color: transparent;
    color: white;
    border: transparent;
    padding: 5px;
    font-size: 2.1em;
}

.page-title {
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.0625em;
}

.page-description {
    font-family: 'Lusitana', serif;
    font-size: 1.0em;
    margin-bottom: 30px;
}

.image-holder {
    color: transparent;
    font-size: 1em;
    height: 350px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease;
    margin: 10px 0px;
}

.client {
    font-size: 1.8em;
    font-weight: 600;
    margin: 1%;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.05em;
}

.title {
    font-size: 1.2em;
    margin: 2%;
    font-weight: 500;
    font-family: 'Lusitana', serif;
}

.img1 {
    background: url("../images/genome.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img1:hover {
    background: #001625;
    color: white;
}

.img2 {
    background: url("../images/cnn.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img2:hover {
    background: rgb(190, 9, 9);
    color: white;
}

.img3 {
    background: url("../images/atlantic.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img3:hover {
    background: rgb(36, 36, 36);
    color: white;
}

.img4 {
    background: url("../images/webmd.png") center;
}

.img4:hover {
    background: rgb(25, 122, 182);
    color: white;
}

.img5 {
    background: url("../images/nyt.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img5:hover {
    background: rgb(36, 36, 36);
    color: white;
}

.img6 {
    background: url("../images/medscape.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 5px solid rgb(33, 78, 163);
}

.img6:hover {
    background: rgb(33, 78, 163);
    color: white;
}

.img7 {
    background: url("../images/healthday.png") center;
    border: 5px solid rgb(212, 212, 64);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img7:hover {
    background: rgb(212, 212, 64);
    color: black;
}

.img8 {
    background: url("../images/msnbc.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 5px solid rgb(36, 36, 36);
}

.img8:hover {
    background: ghostwhite;
    color: black;
}

.img9 {
    background: url("../images/everyhealth.png") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img9:hover {
    background: rgb(61, 156, 61);
    color: white;
}

@media screen and (max-width: 425px) {
    .img1 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.70),
            rgba(0, 0, 0, 0.70)
          ), url("../images/genome.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
    }

    .img2 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.60),
            rgba(0, 0, 0, 0.60)
          ), url("../images/cnn.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
    }

    .img3 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.60),
            rgba(0, 0, 0, 0.60)
          ), url("../images/atlantic.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
        border: none;
    }

    .img4 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75)
          ), url("../images/webmd.png") center;
        color: white;
        border: none;
    }

    .img5 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.60),
            rgba(0, 0, 0, 0.60)
          ), url("../images/nyt.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
    }

    .img6 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.65)
          ), url("../images/medscape.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
        border: none;
    }

    .img7 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.70),
            rgba(0, 0, 0, 0.70)
          ), url("../images/healthday.png") center;
        color: white;
        border: none;
    }

    .img8 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.65)
          ), url("../images/msnbc.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
        border: none;
    }

    .img9 {
        background: linear-gradient(
            rgba(0, 0, 0, 0.60),
            rgba(0, 0, 0, 0.60)
          ), url("../images/everyhealth.png") center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        color: white;
        border: none;
    }

    .page-title {
        font-size: 3em;
    }

    .page-description {
        font-size: 1em;
    }
}

@media screen and (max-width: 520px) {
    .header-nav {
        justify-content: center;
        flex-direction: column;
        padding-right: 10%;
    }

    .header-button {
        font-size: 1.5em;
    }

    .navtab {
        margin-left: 0%;
        font-size: 1em;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 757px) {
    .header-button {
        border: transparent;
    }
}
