
/* Laptops and Tablets*/
@media only screen and (max-width: 1200px) {
    
    
    .sdn-text-box {
        width: 100%;
        padding: 0 2%;
        }
    
    .row { padding: 0 2%; }
    
    
}



/* Tablets in Portrait  from 768 to 1023px */
@media only screen and (max-width: 1023px) {
    
    body { font-size: 16px;}
    section { padding: 60px 0; }
    .Jumbo-Info-Text {   
    font-weight: 300;
    font-size: 250%;}
    
    .sdn--member-text { padding: 0 2%;}
    h1 { font-size: 180%; }
    .logo {height: 120px;}
    
    .sdn--youtube-vid {
        width: 740px;
        height: 472.25px;
    }

}



/* Small iPhone Medium Screens  from 481 to 767px */
@media only screen and (max-width: 767px) {
    
    body { font-size: 15px;}
    section { padding: 30px 0; }
    h1 { font-size: 140%; }
    h2 { font-size: 120%; }
    .row, .sdn-text-box { padding: 0 4%; }
    .col { width: 100%; }
    .sdn--video-port { width: 100%; }
    iframe { width: 100%; height: auto; }
    .long--copy {
            width: 100%;
            margin-left: 0%;
        }
    
    .sdn--image {

            height: 100px;;
            width: auto;
            margin-top: 5px;

        }
    
     .Jumbo-Info-Text {font-size: 120%;}
    .logo {height: 80px; margin-top: 5px;}
    .main--nav {display: none;}
    
    .sdn--youtube-vid {
        width: 560px;
        height: 315px;
        
    }
   


/* Small iPhone Screens  from 0 to 480px */
@media only screen and (max-width: 480px) {
    
    section { padding: 25px 0;}
    .sdn--youtube-vid {
        width: 280px;
        height: 157.25px;
    }
    
    
}