/* stylesheet for desktop view for the website */
@media only screen and (min-width: 1081px) {
    h1 {
        font-size: 1.5rem;
    }
    h1, h2, h3, h4, h5, h6, span, a, .lowercase, strong {
        color:black;
        font-family: Helv-Neue,Helvetica,Arial,sans-serif!important;
        text-decoration: none;
        text-transform: lowercase;
    }
    p {
        padding-left: 5%;
        position: relative;
        color:black;
        font-family: Helv-Neue,Helvetica,Arial,sans-serif!important;
    }
    span {
        color:black;
        font-family: Helv-Neue,Helvetica,Arial,sans-serif!important;
        text-decoration: none;
    }
    a {
        color: inherit; /* black colors for links too */
            text-decoration: inherit; /* black underline */
    }
    a:hover {
        color: #BABABA;
        transition-duration: 0.27s;
        text-decoration: inherit;
    }
    a:hover#logotext {
        color: black;
    }
    #leftpane {
        width: 215px;
        top: 22px;
        margin-left: 40px;
        margin-right: 25px!important;
        position: fixed;
        float: left;
    }
    #menulistings {
        border-top: 1px solid #eaeaea;
    }
    #mobilemenu {
        display: none;
    }
    ul {
        padding: 0;
        list-style: none;
    }
    #whothis {
        margin-left: 20%;
        margin-top: 5%;
        padding-bottom:10%;
        margin-right: 10%;
    }
    #secondsentence {
        margin-left: 2%;
    }
    #thirdsentence {
        margin-left: 4%;
    }
    #resume {
        padding-right:10%;
        width: 100%;
    }
    .resumepadding {
        padding-top: 1em;
        border-bottom: solid 1px #bcbcbc;
    }
    #writingsampletext {
        margin-right: 10%;
        line-height: 2.8em;
    }
}
     