* {
  /*outline: 1px solid red !important; */
}

    body{
                font-family:arial, sans-serif;
                font-size:20px;
                line-height:30px;
                overflow-x: hidden;
                width: 98%;
        } 
        
        
    div{
        margin:12px 6px;
    }    
        
            h3{
                margin: 36px 0 0 0;
            }
            
    .cta{
        
        padding:12px 6px; cursor:pointer; background-color:#cffdbc;  font-size:18px; font-weight:bold; margin:36px 0; border: solid 1px #dedede;
        transition: background-color 0.2s ease; 
    }        
            
    .cta:hover {
        background-color: #ffc067; /* Darker Blue */
        
}        
            
@media (min-width: 769px) { 
        h1{
            font-size:36px;
            line-height:42px;
        }
        
        h2{
            font-size:22px;
            margin-top:120px;
            line-height:36px;
        }
        .lev{
            width:30%; 
            margin:6px;
        }
        .hmlgn{
            font-size:12px;
            text-align:center;
        }
        .pd{
            padding: 0 25%;
        }
        
        .ft{position: relative; display:block; height:12px; margin-top:48px; padding-top: 48px; background-color:white; bottom: 12px; white-space:nowrap; clear:both; width:100%; text-align:center; font-size:11px; 
        }
    
}


@media (max-width: 768px) { 
    
            h1{
                font-size:32px;
                line-height:36px;
            }    
        h2{
            font-size:28px;
            margin-top:120px;
            line-height:36px;
            text-align:center;
        }
        .lev{
            width:80%; 
            margin: 6px 0 18px 0;
            padding-bottom:18px;
            border-bottom: 1px solid #333;
            
        }
              
        .hmlgn{
            font-size: 16px;
            text-align:center;
        } 
        
        .pd{
            padding: 0;
        }
        
        .ft{
            position: relative; display:block; height:12px; margin-top:48px; padding-top: 48px; background-color:white; bottom: 12px; white-space:nowrap; clear:both; width:90%; text-align:center; font-size:11px; 
        }
}  