@charset "UTF-8";
.btn {
    background: #0066cc;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 15px 15px;
    border-radius: 3px;
}
@media screen and (max-width:480px){
    .btn{
        font-size: 1em;
    }}
    a.btn:hover{
        background: #00AFCC;
    }

.lp-cover-image-heading, .lp-entry .lp-cover-image-heading {
    text-shadow: 1px 1px 3px #fff;
    margin: 10px auto 30px;
}
@media screen and (max-width:480px){
 .lp-cover-image-heading, .lp-entry .lp-cover-image-heading{
      margin: 30px auto 10px; 
 }   
}
.lp-cover-image-summary, .lp-entry .lp-cover-image-summary {
    text-shadow: 1px 1px 3px #fff;
        font-weight: bold;
        font-size: 22px;
    background-color:rgba(255,255,255,0.7);
    padding: 10px;
    border-radius: 3px;
}
@media screen and (max-width:480px){
 .lp-cover-image-summary, .lp-entry .lp-cover-image-summary{
    font-size: 20px;
 }}
 .foot-wrapper {
    padding: 30px 0;
    background: #0066cc;
}
