body {font-size: 16px; font-family: 'Raleway', sans-serif; color: #444444; line-height: 1.5; background: #ffffff; padding: 0 0 70px 0; margin: 0;}
img {max-width: 100%;}
h1, h2, h3, h4 {font-family: 'Oswald', sans-serif; font-weight: 400; letter-spacing: -1px; color: #3b4268; padding: 0; margin: 0 0 1em 0; line-height: 1.2;}
h1 {font-size: 46px;}
h2 {font-size: 32px;}
p {margin: 0 0 20px 0; padding: 0; line-height: 1.4;}
a {color: #3b4268;}

header {width: 100%; height: 100vh; position: relative;}
header nav {position: absolute; top: 0; z-index: 10; width: 100%; text-align: center;}
header nav .logo {display: inline-block; width: 200px;}
header nav ul {display: block; list-style: none; text-align: center;}
header nav ul li {display: inline-block; margin: 20px 30px 0 30px;}
header nav ul li a {text-decoration: none; color: #3b4268;}
header nav ul li a:hover {text-decoration: underline;}
header .overlay {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5;}
header .overlay {background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,1) 100%); }
header .social {position: absolute; top: 20px; right: 20px; z-index: 10;}
header .social .facebook {width: 40px; height: 40px; background: url('../assets/fb-logo.png'); background-size: 40px 40px; display: block;}
header .social .facebook span {display: none;}
header .cta {width: 900px; margin: 40vh auto 0 auto;}
header .cta h1 {margin: 0;}
header .cta p {width: 500px;}
header .cta .button {background: #3b4268; display: block; width: 250px; padding: 20px; text-align: center; text-decoration: none; color: #ffffff; font-weight: bold; font-size: 16px; transition: 400ms background ease;}
header .cta .button svg {display: inline; vertical-align: middle; margin-left: 5px; transition: 400ms transform ease;}
header .cta .button:hover {background: #2b3258;}
header .cta .button:hover svg {transform: translateX(5px);}
header .cta p.contact {color: #3b4268; margin-top: 20px;}
header .cta p.contact::before {content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 12px; background: url('../assets/phone.svg') no-repeat; background-size: 20px 20px; vertical-align: middle;}
header .cta p.contact a {text-decoration: none;}
header .video {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; overflow: hidden;}
header .video video {min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
@media only screen and (max-width: 700px) {
    header nav ul {display: none;}
    header .social {position: fixed; top: auto; bottom: 11px;}
    header .cta {width: 90%; margin: 30vh auto 0 auto;}
    header .cta p {width: 100%;}
    header .cta p.contact {position: fixed; bottom: 0; background-color: #ffffff; left: 0; padding: 20px; margin: 0; box-shadow: 0 0 40px rgba(0,0,0,0.2); height: 22px;}
}

section {max-width: 900px; margin: 0 auto 40px auto; }
@media only screen and (max-width: 700px) {
    section {max-width: 90%;}
}

section.intro {font-size: 18px;}
section.about .foto {width: 140px; height: 140px; display: block; float: right; border-radius: 140px; overflow: hidden; box-shadow: 0 0 30px rgba(0,0,0,0.2); margin: 0 0 20px 20px;}
section.services {padding: 40px 0;}
section.services ul {list-style: none; width: 50%; display: inline-block; margin: 40px 0; padding: 0; vertical-align: top;}
section.services ul.col2 li {margin-left: 10%;}
section.services li {height: 60px; background: #e0e0e0; margin: 0 0 40px 0; padding: 0; width: 90%; display: block;}
section.services li div {margin-left: 70px; width: 80%; line-height: 1.2; height: 60px; display: flex; flex-direction: column; justify-content: center;}
section.services li span.icon {width: 60px; height: 60px; background: #3b4268 50% 50% no-repeat; margin: 0; float: left; background-size: 50px 50px;}
section.services li span.icon.slim {background-image: url('../assets/icon-slim.svg');}
section.services li span.icon.muscles {background-image: url('../assets/icon-muscles.svg');}
section.services li span.icon.elder-man {background-image: url('../assets/icon-elder-man.svg');}
section.services li span.icon.child {background-image: url('../assets/icon-child.svg');}
section.services li span.icon.baby {background-image: url('../assets/icon-baby.svg');}
section.services li span.icon.bike {background-image: url('../assets/icon-bike.svg');}
section.services li span.icon.heart {background-image: url('../assets/icon-heart.svg');}
section.services li span.icon.glands {background-image: url('../assets/icon-glands.svg');}
section.services li span.icon.stomach {background-image: url('../assets/icon-stomach.svg');}
section.services li span.icon.burger {background-image: url('../assets/icon-burger.svg');}
section.services li span.icon.apple {background-image: url('../assets/icon-apple.svg');}
section.services li span.icon.plate {background-image: url('../assets/icon-plate.svg');}
@media only screen and (max-width: 700px) {
    section.services ul {display: block; width: 100%;}
    section.services ul li {width: 100%;}
    section.services ul.col2 li {margin-left: 0;}
}

section.contact {width: 900px;}
section.contact .map {width: 360px; float: right; margin-left: 20px; overflow: hidden; border-radius: 10px;}
section.contact .map a {display: block;}
section.contact .map img {display: block;}
@media only screen and (max-width: 700px) {
    section.contact .map {width: 100%; float: none; margin: 30px 0;}
}

table {border-collapse: collapse;}
table tr:nth-child(2n + 1) td {background: #f0f0f0;}
table td {padding: 10px 20px; vertical-align: top;}
table td.price {text-align: right; width: 100px;}
table td.sum {text-align: right; border-top: 1px solid #444444;}
table td.saving {text-align: right; font-weight: bold;}
