@font-face {
  font-family: 'sniglet';
  src: url('../assets/sniglet.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'sniglet', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                 Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #00619E;
    background-color: #EEEEFF;
    padding: 0px;
    margin: 0px;
}


a {
    color: #3498db;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
section {
    margin: 0;
    padding: 0;
}
article {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.wave-divider {
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 320; /* Keeps the wave shape responsive */
    mask-size: cover;
    -webkit-mask-size: cover;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    margin-bottom: -1px;
}

header {
    background-image: linear-gradient(to bottom, #fffff9, #fffff9, #EEEEFF);
    background-color: #fffef5;
    padding-bottom: 15px;
    text-align: center;
}
header h2 {
    font-size: 2.5rem;
}
header a {
    display: inline-block;
    text-decoration: none;
}
header img {
    width: auto;
    height: auto;
    max-width: 400px;
}
@media (max-width: 600px) {
    header img {
        max-width: 100%;
    }
}

a.button {
    display: block;
    width: 200px;
    background-color: #EEE;
    padding: 20px 40px 20px 40px;
    border-radius: 40px;
    margin: 0 auto;
    max-width: 200px;
}
a.button img {
    display: block;
    max-width: 100%;
}
a.button:hover {
    background-color: #FFF;
}

section.screenshots {
    background-color: #EEEEFF;
}
section.screenshots img {
    max-width: 100%;
    height: auto;
    display: block;
}
section.screenshots .wave-divider {
    background: #EEEEFF;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C360,280 1080,40 1440,160 L1440,320 L0,320Z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C360,280 1080,40 1440,160 L1440,320 L0,320Z"/></svg>');
}

section.features {
    background-color: #EEEEFF;
    background-image: linear-gradient(to bottom, #EEEEFF, #00DDFF);
}
section.features ul {
    padding: 30px 20px;
    list-style: none;
    margin: 0;
}
section.features li {
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    padding-top: 140px;
}
section.features li.streaming {
    background: url('stream.svg') no-repeat center top / 120px;
}
section.features li.security {
    background: url('shield.svg') no-repeat center top / 120px;
}
section.features li.waves {
    background: url('waves.svg') no-repeat center top / 120px;
}
section.features li.free {
    background: url('savings.svg') no-repeat center top / 120px;
}
section.features li img {
    display: block;
    width: 100px;
    margin: 0 auto 30px;
}
section.features li:last-child {
    margin-bottom: 0;
}
section.features h3 {
    font-size: 2rem;
    margin: 0;
}
section.features p {
    font-size: 1.5rem;
    color: #0478bb;
}
section.features .wave-divider {
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    background-color: #00DDFF;
}

section.download {
    background-color: #00DDFF;
    padding: 0;
}
section.download article {
    padding: 20px;
}
section.download p {
    text-align: center;
    font-size: 1.3rem;
}
section.download .wave-divider {
    background: #EEEEFF;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,224L48,197.3C96,171,192,117,288,122.7C384,128,480,192,576,197.3C672,203,768,149,864,128C960,107,1056,117,1152,144C1248,171,1344,213,1392,234.7L1440,256L1440,320L0,320Z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,224L48,197.3C96,171,192,117,288,122.7C384,128,480,192,576,197.3C672,203,768,149,864,128C960,107,1056,117,1152,144C1248,171,1344,213,1392,234.7L1440,256L1440,320L0,320Z"/></svg>');
}

section.privacy-policy {
    font-size: 1.2rem;
    background-color: #EEEEFF;
    background-image: linear-gradient(to bottom, #EEEEFF, #00DDFF);
}
section.privacy-policy .wave-divider {
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,160 C240,80 480,240 720,160 C960,80 1200,240 1440,160 L1440,320 L0,320Z"/></svg>');
    background-color: #EEEEFF;
}

footer {
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transmitter {
  background: url('transmitter.svg') no-repeat left center;
  background-size: 50px;
  padding-left: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.receiver {
  background: url('receiver.svg') no-repeat left center;
  background-size: 50px;
  padding-left: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}