@media only screen and (max-width: 600px) {
    div.desktopLinks {
        display: none;
    }
    p {
        font-size: 16px;
        line-height: 28px;
        margin-block-start: 0;
        margin-block-end: 16px;
    }
    div.page-container{
        margin-left: 24px;
        margin-right: 24px;
    }
    hr {

        margin-bottom: 40px;
        margin-left: 24px;
        margin-right: 24px;
    }
    h1{
        padding: 24px 24px;
    }
    h2{
        font-size: 24px;
        line-height: 24px;
        margin-block-end: 8px;
    }
    nav {
        padding: 12px 24px;
    }
    #Wierdak {
        font-size: 64px;
        line-height: 72px;
    }
    #Paul-Wierdak{
        padding-top: 58vh;
    }
    .container {
        margin-left: 24px;
        margin-right: 24px;
    }
    #contact-footer{
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
    }

}

@media only screen and (min-width: 600px) {
    button.mobileMenu {
        display: none;
    }
}

/*
.global-styles, .GNipR:hover {
    background-color:  #ffffff12 !important;
}

@media only screen and (min-width: 800px) {
    .global-style,[class*="PlaylistItem__PlaylistItemComponent"]{height:64px; !important;}
    .global-style,[class*="ProgressBar__Track"]{height:64px; !important;}
    .global-style, [class*="BigImage__Title"] {
        font-size: 24px;
        line-height: 40px;
        font-weight: 300;
    !important;
    }
    .global-style, [class*="Small__Title"]{
        font-size: 24px;
        line-height: 40px;
        font-weight: 300;
    !important;
    }

    .global-style, [class*="Full__Title"]{
        font-size: 24px;
        line-height: 40px;
        font-weight: 300;
    !important;
    }

    .global-style, [class*="PlaylistItem__Title"] {
        font-size: 16px; line-height:24px; font-weight: 300;!important;
    }

    .global-style, [class*="PlaylistItem__Duration"] {
        font-size: 16px; line-height: 24px;!important;
    }

    .global-style, [class*="ProgressBar__TimeStart"], [class*="ProgressBar__TimeEnd"] {
        font-size: 16px; line-height: 24px; !important;
    }

    .global-styles, .GNipR:hover {
        background-color:  #ffffff12 !important;
    }
}

*/
