
@media screen and (max-width: 1200px) {
     h1 {
        font-size: 275%;
    }
    
    h4 {
        font-size: 120%;
        letter-spacing: 1.0em;
        line-height: 30px
    }
    
    h5 {
        letter-spacing: 0.25em;
        font-size: 100%;
    }
    
    .section-frankluge p {
        font-size: 130%;
        line-height: 1.75em;
    }
    
    .section-internetrecording p {
        font-size: 130%;
        line-height: 1.75em;
    }
    
    ul li p {
        font-size: 110%;   
        line-height: 1.50em;
    }
    
    .row {
        padding: 0 2%;
    }
}

@media screen and (max-width:1023px) {    
    h1 {
        font-size: 200%;
    }
    
    h4 {
        font-size: 120%;
        letter-spacing: 1.0em;
        line-height: 30px
    }
    
    h5 {
        letter-spacing: 0.2em;
        font-size: 90%;
    }
    
    .section-frankluge p {
        font-size: 115%;
        line-height: 1.50em;
    }
    
    .section-internetrecording p {
        font-size: 115%;
        line-height: 1.50em;
    }
    
    ul li p {
        font-size: 100%;   
        line-height: 1.50em;
    }
}

@media screen and (max-width: 767px) {
    
    h1 {
        font-size: 150%
    }
    
    h4 {
        font-size: 100%;
        letter-spacing: 0.75em;
        line-height: 30px
    }
    
    h5 {
        letter-spacing: 0.2em;
        font-size: 75%;
    }
    
    .section-frankluge p {
        font-size: 100%;
        line-height: 1.50em;
    }
    
    .section-internetrecording p {
        font-size: 100%;
        line-height: 1.50em;
    }
    
    ul li p {
        font-size: 90%;   
        line-height: 1.75em;
    }
    
    .header p {
       font-size: 90%;    
    }
}

@media screen and (max-width: 480px) {
    
    h1 {
        font-size: 150%
    }
    
    h4 {
        font-size: 100%;
        letter-spacing: 0.5em;
        line-height: 20px
    }
    
    ul li p {
        font-size: 80%;   
        line-height: 1.50em;
    }
    
    #playList li a:link,
    #playList li a:visited {
        padding: 4px 0;
        text-decoration: none;
        letter-spacing: 0.3em;
        line-height: 1.0;
        margin: 0 auto 0.2em;
        font-size: 1.1em;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.2s;
        color: #000;
        font-weight: 600;
    }
    
    #audio {
	   border: 6px solid #666;
	   border-radius: .5em;
	   max-width: 15em;
	   background: #000;
        margin:0 auto
    }
    
     .header p {
       font-size: 80%;    
    }
}