@media only screen and (max-width: 420px) {
.parallax-header h1 {
position: relative;
font-family: "Oswald", sans-serif;
font-size: 16px !important;
color: #fff;
line-height: 1.2em;
-webkit-animation-delay: .4s;
animation-delay: .4s;
text-transform: uppercase;
font-weight: 600;
}
.mobile-none{
display: none !important;
}
.navbar-m{
padding:10px 20px !important;
}
}
