.wavy {width:100%; height:100px; position:relative; overflow:hidden;}
.wavy:before {content:""; display:block; width:50.1%; height:50px; background:#DC143C; border-radius:100% 0 0 0; position:absolute; left:0; bottom:0;}
.wavy:after {content:""; display:block; width:50.1%; height:50px; background:transparent; border-radius:0 0 100% 0; border:200px solid #DC143C; border-width:0 200px 200px 0; position:absolute; left:50%; top:0;}

.wavy.top {top:-1px; /* for IE */
-webkit-transform:rotateX(180deg);
transform:rotateX(180deg);
}
.wavy.right {
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
}
.wavy.top.right {top:-1px; /* for IE */
-webkit-transform:rotateY(180deg) rotateX(180deg);
transform:rotateY(180deg) rotateX(180deg);
}
.wavy.bl:before {background:#18b;}
.wavy.bl:after {border-color:#18b;}
.wavy.or:before {background:#fd3;}
.wavy.or:after {border-color:#fd3;}
.wavy.gn:before {background:#4d1;}
.wavy.gn:after {border-color:#4d1;}

.wavy.bottom {position:absolute; bottom:0;}

.bg { background: rgba(0, 0, 0, 0.3);
	border: 1px solid black;
	border-radius: 10px;
}
a[href^=tel] { color: inherit; } /* turn off blue phone numbers on iphone */

header ul li {border-radius:12px 0;}

html, body {height:100%; padding:0; margin:0;}

header {width:100%; background:rgba(0,0,0,0.7); position:fixed; left:0; top:0; z-index:10; color:#fff; padding:20px 0 30px 0; border-bottom: 1px solid black;}
header h1 {padding:0 0 0 50px; margin:0; font:normal 40px/60px 'texgyreadventorregular', arial, sans-serif; text-shadow: 2px 2px 4px #404040;}
header h2 {padding:0 0 0 50px; margin:0; font:normal 16px/16px 'texgyreadventorregular', arial, sans-serif; text-shadow: 2px 2px 4px #404040;}
header img{float:right; width:120px; height:80px; margin-top:15px; margin-right:20px;}
@media only screen and (max-width: 1999px) {
.pad {height:160px;}
}
section {display:block; width:100%; position:relative;}
section article {width:90%; max-width:1300px; min-width:300px; margin:0 auto; text-align:center; padding:100px 0;}
section article h1 {padding:0; margin:0; font:normal 70px/80px 'texgyreadventorregular', arial, sans-serif; text-shadow: 2px 2px 4px #000;}
section article h2 {padding:0; margin:0; font:normal 40px/50px 'texgyreadventorregular', arial, sans-serif; text-shadow: 2px 2px 4px #000;}
section article p {padding:0; margin:0; font:normal 20px/30px 'texgyreadventorregular', arial, sans-serif; text-shadow: 2px 2px 4px #000;}

section article .column {display:inline-block; width:40%; margin:50px 5%; vertical-align:top; text-align:left;}
section article .column h3 {padding:0; margin:0; font:normal 30px/60px 'texgyreadventorregular', arial, sans-serif;}
section article .column p {padding:0; margin:0; font:normal 16px/24px 'texgyreadventorregular', arial, sans-serif; } /color:#333


.bottom {position:absolute; bottom:0; left:0;}

#a1 {background:#000;}
#a2 {background:#DC143C; color:#fff;}
#a3 {background:url(pic2.png) no-repeat center center fixed; background-size:cover; color:#fff;}
#a4 {background:#18b; color:#fff;}
#a5 {background:url(pic3.png) no-repeat center center fixed; background-size:cover; color:#fff;}
#a6 {background:#fd3; color:#fff;}
#a7 {background:url(pic5.png) no-repeat center center fixed; background-size:cover; color:#fff;}
#a8 {background:#4d1; color:#fff;}
#a9 {background:url(pic8.png) no-repeat center center fixed; background-size:cover; color:#fff;}
#a10 {background:#fff;}
#a11 {background:#18b; color:#fff;}

footer {width:100%; background:#DC143C; padding:30px 0; color:#000;}
footer h2 {padding:0 0 0 50px; margin:0 10px 0 0; font:normal 15px/15px 'texgyreadventorregular', arial, sans-serif; text-align: right;}

header ul {padding:0; margin:0; list-style:none; width:100%; position:absolute; right:10px; bottom:5px; text-align:right;}
header ul li {display:inline-block; margin:1px 2px; position:relative;
-webkit-transform:skewX(-30deg);
transform:skewX(-30deg);
}
header a {display:block; width:30px; height:12px; text-decoration:none;
-webkit-transform:skewX(30deg);
transform:skewX(30deg);
}
header li:nth-of-type(1) {background:#888;}
header li:nth-of-type(2) {background:#DC143C;}
header li:nth-of-type(3) {background:#888;}
header li:nth-of-type(4) {background:#18b;}
header li:nth-of-type(5) {background:#888;}
header li:nth-of-type(6) {background:#fd3;}
header li:nth-of-type(7) {background:#888;}
header li:nth-of-type(8) {background:#4d1;}
header li:nth-of-type(9) {background:#888;}
header li:nth-of-type(10) {background:#fff;}
header li:nth-of-type(11) {background:#18b; margin-right:20px;}

header a:hover:before {display:block; content: attr(data-title); position:absolute; left:0; bottom:20px; width:40px; height:20px; background:rgba(0,0,0,0.8); color:#fff; font:normal 12px/20px 'texgyreadventorregular', arial, sans-serif; border-radius:5px; text-align:center;}
header a:hover:after {display:block; content:""; position:absolute; left:10px; bottom:15px; width:0; height:0; border:5px solid transparent; border-top-color:rgba(0,0,0,0.8); border-bottom:0;}

#box {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background: rgba(0,0,0,0.6);
  color:#fff;
  border-radius: 25px;
  border:10px solid transparent;
}

img.a {
  width: 95%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  border: 5px solid transparent;
   border-radius: 15px;

}

@media only screen and (max-width: 768px) {
header h1 {padding:0 0 0 30px; margin:0; font:normal 30px/50px 'texgyreadventorregular', arial, sans-serif;}
header h2 {padding:0 0 0 30px; margin:0; font:normal 13px/13px 'texgyreadventorregular', arial, sans-serif;}
section article h1 {padding:0; margin:0; font:normal 50px/60px 'texgyreadventorregular', arial, sans-serif;}
section article h2 {padding:0; margin:0; font:normal 30px/40px 'texgyreadventorregular', arial, sans-serif;}
section article p {padding:0; margin:0; font:normal 15px/20px 'texgyreadventorregular', arial, sans-serif;}
header img{float:right; width:80px; height:54px; margin-top:15px; margin-right:20px;}
.pad {height:80px;}
section article .column {width:80%; margin:20px auto 0 auto; vertical-align:top; text-align:left;}
}
@media only screen and (max-width: 480px) {
header h1 {padding:0 0 0 20px; margin:0; font:normal 25px/40px 'texgyreadventorregular', arial, sans-serif;}
header h2 {padding:0 0 0 20px; margin:0; font:normal 12px/12px 'texgyreadventorregular', arial, sans-serif;}
section article h1 {padding:0; margin:0; font:normal 40px/50px 'texgyreadventorregular', arial, sans-serif;}
section article h2 {padding:0; margin:0; font:normal 25px/30px 'texgyreadventorregular', arial, sans-serif;}
section article p {padding:0; margin:0; font:normal 13px/18px 'texgyreadventorregular', arial, sans-serif;}
header img{float:right; width:54px; height:39px; margin-top:10px; margin-right:10px;}
.pad {height:70px;}
header a {width:20px;}
}
@media only screen and (max-width: 320px) {
header h1 {padding:0 0 0 10px; margin:0; font:normal 22px/30px 'texgyreadventorregular', arial, sans-serif;}
header h2 {padding:0 0 0 10px; margin:0; font:normal 12px/12px 'texgyreadventorregular', arial, sans-serif;}
section article h1 {padding:0; margin:0; font:normal 40px/50px 'texgyreadventorregular', arial, sans-serif;}
section article h2 {padding:0; margin:0; font:normal 25px/30px 'texgyreadventorregular', arial, sans-serif;}
section article p {padding:0; margin:0; font:normal 13px/18px 'texgyreadventorregular', arial, sans-serif;}
header img{float:right; width:54px; height:39px; margin-top:5px; margin-right:10px;}
.pad {height:60px;}
}

@media (min-device-width:320px) and (max-device-width:768px) {
section#a1,
section#a3,
section#a5,
section#a7,
section#a9
{background-attachment:scroll;}
}
