/*stylesheet for desktop view for the website */
@media only screen and (max-width: 1080px) {
    #navigationmenu {
        display: none;
    }
    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;
    }
    h1 {
        font-size: 3.5em;
    }
    #leftpane {
        border-bottom: 1px solid #cacaca;
        top: 22px;
        margin-left: 2.5em;
        margin-right: 1.5em!important;
        margin-top: 2em;
        padding-bottom: 1em;
    }
    a:hover {
        color: #BABABA;
        transition-duration: 0.27s;
        text-decoration: inherit;
    }
    a:hover#logotext {
        color: black;
    }
    ul {
        padding: 0;
        list-style: none;
    }
    #whothis {
        padding-top: 1em;
        margin-left: 4em;
        margin-right: 1.5em!important;
        margin-bottom: 10%;
    }
    #mobilemenu{
        justify-content: space-between;
        float: right;
    }
    .container {
        width: 100%;
        margin: auto;
    }
    .line {
        display: block;
        position: relative;
        height: 6px;
        width: 40%;
        border-radius: 10px;
        background: #333;
        transition: all  0.625s ease;
        right: -5.5em;
    }
    p {
        font-size: 2em;
        width: 90%;
        display: block;
        position: absolute;
    }
    .navbarcontainer input[type="checkbox"] {
    position: relative;
    top: -0.6em;
    right: -6em;
    float: right;
    height: 4em;
    width: 3.5em;
    margin-right: 7.5em;
    z-index: 99999;
    opacity: 0;
    }
    .line1 {
        margin-bottom: 0.8em;
        z-index: 9999;
    }
    .line2 {
        z-index: 9999;
        margin-bottom: 0.8em; 
    }
    .line3 {
        z-index: 9999;
    }
    .logo {
        display: inline-block;
    }
    .listings {
        position: absolute;
        top: -12.5em;
        transition: all 0.625s ease;
        font-size: 2em;
        background-color: white;
        z-index: 999;
        right: -0.3em
    }
    input[type="checkbox"]:checked ~ span{
        position: relative;
        top: 0px;
        display: inline-block;
        margin-top: 1em;
    }
    .navbarcontainer input[type="checkbox"]:checked ~ .hamburger .line2 {
    transform: scaleY(0);
    }
    .navbarcontainer input[type="checkbox"]:checked ~ .hamburger .line3 {
    transform: rotate(-45deg)
               translate(2em,2em);

    } 
    .navbarcontainer input[type="checkbox"]:checked ~ .hamburger .line1 {
    transform: rotate(45deg)
               translate(4.1em,-1em);
    }
    .navbarcontainer input[type="checkbox"]:checked ~ .hamburger {
        border-bottom: 24px solid white;
    }
    .navbarcontainer input[type="checkbox"]:checked {
        padding-left: 2em;
    }
    li {
        margin-bottom: 0.5em;
        border-left: 2px solid #;
        padding-left: 20px;
    }
    h3 {
        margin-top: 0.5em;
        padding-top: 0.6em;
        border-top: solid 1px #bcbcbc;
    }
    #myname {
        padding-top: 1em;
        text-transform: lowercase;
    }
    #initialwords {
        padding-bottom: 8em;
        text-transform: lowercase;
    }
    #initialwords2 {
        padding-bottom: 6em;
        font-size: 1.5em;
        text-transform: lowercase;
    }
    #inbetweenlinks {
        padding-bottom: 4em;
    }
    .thesampletextitself {
        margin-bottom: 2em;
        font-size: 2em;
        line-height: 2.5em;
    }
}