@media only screen and (max-width: 1024px) {
h1{ font-size:30pt; font-weight:600;  text-transform:uppercase; }
h2{ font-size:24pt; font-weight:600; text-transform:uppercase; }
h3{ font-size:18pt; font-weight:300; text-transform:uppercase; }
h4{ font-size:14pt; font-weight:300; line-height:18pt; text-transform:uppercase;  }
h5{ font-size:10pt; font-weight:300; text-transform:uppercase;  }
.soundOnintro{ background:url("../img/soundoff.png"); }
.soundOffintro{ background:url("../img/soundon.png"); } 
#boxskip{ display: block;}
}

@media only screen and (max-width: 980px) {

}

@media screen and (max-width:414px) {
h1{ font-size:20pt; font-weight:600;  text-transform:uppercase; text-align:center;}
h2{ font-size:18pt; font-weight:600; text-transform:uppercase; text-align:center;}
h3{ font-size:14pt; font-weight:300; text-transform:uppercase; text-align:center;}
h4{ font-size:12pt; font-weight:300; line-height:18pt; text-transform:uppercase; text-align:center; }
h5{ font-size:9pt; font-weight:300; text-transform:uppercase; text-align:center; }
img.background{ width:1600px; }
img.img-responsive{ max-height:200px; }
}

@media screen and (max-width:360px) {
h1{ font-size:20pt; font-weight:600;  text-transform:uppercase; text-align:center;}
h2{ font-size:18pt; font-weight:600; text-transform:uppercase; text-align:center;}
h3{ font-size:14pt; font-weight:300; text-transform:uppercase; text-align:center;}
h4{ font-size:12pt; font-weight:300; line-height:18pt; text-transform:uppercase; text-align:center; }
h5{ font-size:9pt; font-weight:300; text-transform:uppercase; text-align:center; }
}

@media screen and (max-width:320px) {
h1{ font-size:20pt; font-weight:600;  text-transform:uppercase; text-align:center;}
h2{ font-size:18pt; font-weight:600; text-transform:uppercase; text-align:center;}
h3{ font-size:14pt; font-weight:300; text-transform:uppercase; text-align:center;}
h4{ font-size:12pt; font-weight:300; line-height:18pt; text-transform:uppercase; text-align:center; }
h5{ font-size:9pt; font-weight:300; text-transform:uppercase; text-align:center; }
}