.codrops-header h1 {
    font-size:4em;
    font-weight:bold;
    text-shadow: 1px 1px black;

}

.codrops-header h1 span {
    font-size:50%;
     font-weight:normal;
    opacity:1;
}

.codrops-header p {
    font-size:3em;
    color:#fff;
    text-shadow: 1px 1px black;
   border:1px solid #fff;
   background:rgba(255,255,255,.5);
   padding:50px;
}



    @media 
    
    /* Fairly small screens including iphones */
    only screen and (max-width:760px)
{
 

/* Styles */
.codrops-header h1 {
    font-size:2em;
}

.codrops-header h1 span {
    font-size:50%;
}

.codrops-header p {
    font-size:1.5em;
  
}



}
