@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  box-sizing: border-box;
  }

.cf:before,
.cf:after {
  content: "";
  display: table;
  }

.cf:after {
  clear: both;
  }

::-moz-selection {
  background: #222;
  color: #FFF;
  }

::selection {
  background: #222;
  color: #FFF;
  }
  
body {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  justify-content: center;
  }

a:link {
  color: #444;
  text-decoration: none;
  }

a:hover {
  color: #444;
  text-decoration: underline;
  }

a:action {
  color: #444;
  text-decoration: none;
  }

a:visited {
  color: #444;
  text-decoration: none;
  }

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
  font-weight: normal;
  }

img {
  display: block;
  }

video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-delay: 4s;
  z-index: 1;
  }

header {
  width: 100%;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(34,34,34,.8);
  position: fixed;
  z-index: 3;
  transition: ease 0.5s;
  }
  
header p {
  max-width: 200px;
  }
  
#toggle {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  }
  
#toggle div {
  position: relative;
  }
  
#toggle span {
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: solid 2px #999;
  transition: .2s ease-in-out;
  }
  
#toggle span:nth-child(1) { top: 0; }

#toggle span:nth-child(2) { top: 8px; }

#toggle span:nth-child(3) { top: 16px; }
	
header nav ul {
  display: flex;
  }
	
header nav li {
  color: #30A49A;
  line-height: 1;
  margin: 0 15px 0 0;
  }

header nav li:nth-of-type(3) {
  margin: 0 50px 0 0;
  }

header nav li a {
  font-family: 'Lato-Light';
  color: #FFF !important;
  }
	  
header nav li a:hover {
  color: #30A49A !important;
  text-decoration: none;
  }
	  
header nav li:last-child {
  margin: 0 0 0 0;
  }
	
header.top {
  padding: 15px 50px;
  background-color: #222;
  }

article {
  width: 100%;
  position: relative;
  z-index: 2;
  }
  
article section div {
  width: 100%;
  padding: 100px 7%;
  }

article section div h1 {
  text-shadow: 0 0 4px rgba(0,0,0,.5);
  }  
	
article section h2 {
  font-size: 300%;
  font-family: 'Lato-Hairline';
  text-align: center;
  line-height: 1;
  margin: 0 0 50px 0;
  }
	
article section:nth-of-type(1) {
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../images/bg_main.png);
  background-repeat: repeat;
  background-size: auto;
  }
	
article section:nth-of-type(1) h1 {
  font-size: 300%;
  color: #FFF;
  letter-spacing: 0.2em;
  margin: -10% 0 0 0;
  }
	  
article section:nth-of-type(1) h1 span {
  display: block;
  }
  
article section:nth-of-type(1) h1 {
  margin: 0 0 0 0;
  text-align: center;
  }
  
article section:nth-of-type(1) p {
  width: 28px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  }
  
article section:nth-of-type(1) p a {
  font-family: 'Lato-Hairline';
  color: #FFF;
  padding: 60px 0 0 0;
  position: relative;
  }

article section:nth-of-type(1) p a:hover {
  text-decoration: none;
  }

article section:nth-of-type(1) p a span {
  width: 14px;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  }

article section:nth-of-type(1) a span:nth-of-type(1) {
  animation-delay: 0s;
  }

article section:nth-of-type(1) a span:nth-of-type(2) {
  top: 16px;
  animation-delay: .15s;
  }

article section:nth-of-type(1) a span:nth-of-type(3) {
  top: 32px;
  animation-delay: .3s;
  }

@-webkit-keyframes sdb {
0% {
  opacity: 0;
  }
	
50% {
  opacity: 1;
  }
	
100% {
  opacity: 0;
  }
}

@keyframes sdb {
0% {
   opacity: 0;
  }
	
50% {
  opacity: 1;
  }
	
100% {
  opacity: 0;
  }
}
	
article section:nth-of-type(2) {
  color: #FFF;
  background-color: #333;
  }
  
article section:nth-of-type(2) p {
  font-size: 110%;
  color: #F2F2F2;
  text-align: center;
  line-height: 2;
  }
  
article section:nth-of-type(2) p span {
	display: block;
  }
	  
article section:nth-of-type(3) {
  background-color: #FFF;
  }
	
article section:nth-of-type(3) div h3 {
  font-size: 200%;
  text-align: center;
  line-height: 1;
  margin: 0 0 30px 0;
  }
    
article section:nth-of-type(3) div p {
  font-size: 110%;
  text-align: center;
  margin: 0 0 50px 0;
  }
  
article section:nth-of-type(3) div p span {
  display: block;
  }
	  
article section:nth-of-type(3) ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 100px 0;
  margin: 0 0 100px 0;
  border-bottom: 1px solid #CCC;
  }

article section:nth-of-type(3) ul:last-child {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-bottom: none;
  }
	  
article section:nth-of-type(3) ul li {
  width: 33.33%;
  padding: 0 2%;
  }
  
article section:nth-of-type(3) ul li img {
	margin: 0 0 30px 0;
  }  
		
article section:nth-of-type(3) ul li h4 {
  font-size: 130%;
  text-align: center;
  line-height: 1;
  }
    
article section:nth-of-type(3) div div {
  padding: 0 2%;
  margin: 0 0 100px 0;
  }

article section:nth-of-type(3) div div:last-child {
  margin: 0 0 0 0;
  }
 
article section:nth-of-type(3) div div div {
  width: 40%;
  padding: 0 20px 0 0;
  margin: 0 0 0 0;
  float: left;
  }

article section:nth-of-type(3) div div div:last-child {
  width: 60%;
  padding: 0 0 0 0;
  }
  
article section:nth-of-type(3) div div div:last-child h4 {
	font-size: 120%;
	text-align: justify;
	margin: 0 0 10px 0;
}
  
article section:nth-of-type(4) {
  background-image: url(../images/bg_fan.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #F8F5F2;
  }
	
article section:nth-of-type(4) div {
  position: relative;
  }
	  
article section:nth-of-type(4) div dl dt {
  font-size: 90%;
  letter-spacing: 0;
  display: table;
  float: left;
  }
		
article section:nth-of-type(4) div dl dd {
   margin: 0 0 15px 7em;
  }
		
article section:nth-of-type(4) div dl dd:last-child {
   margin: 0 0 0 7em;
  }

footer {
  width: 100%;
  font-family: 'Lato-Hairline';
  font-size: 70%;
  color: #FFF;
  text-align: center;
  line-height: 3;
  letter-spacing: 0.1em;
  background-color: #333;
  position: relative;
  z-index: 2;
  }

@media screen and (max-width: 800px) {
body {
  font-size: 13px;
  }

header p {
    max-width: 100px;
  }

video {
  display: none;
  }

article section:nth-of-type(1) {
  background-image: url(../images/main.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  }

article section:nth-of-type(1) h1 {
  font-size: 250%;
  }

article section:nth-of-type(1) p {
  bottom: 40px;
  }  

article section div {
  width: 100%;
  padding: 70px 3%;
  }

article section:nth-of-type(3) ul {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 600px) {
header {
  background-color: rgba(34,34,34,1);
  }
  
header p {
    max-width: 150px;
	margin: 0 auto;
  }

#toggle {
	display: block;
  }
 
.openNav #toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(-45deg);
  }
	
.openNav #toggle span:nth-child(2),
.openNav #toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(45deg);
  }
 
.openNav nav {
    transform: translateY(351px);
  }

header nav {
	width: 50%;
    position: absolute;
    right: 0;
    top: -300px;
	border-radius: 2px;
	border: 1px solid #CCC;
    background: rgba(255,255,255,.9);
    transition: .3s ease-in-out;
  }
	
header nav ul {
	display: block;
	padding: 15px;
  }
  
header nav ul li {
    display: block;
	padding: 0 0 15px 0;
    margin: 0;
  }

article section:nth-of-type(1) h1 {
  font-size: 200%;
  }

header nav ul li:nth-child(3) {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
  }

header nav ul li:last-child {
	padding: 0 0 0 0;
  }  
  
header nav ul li a {
	color: #444 !important;
	display: block;
  }
  
header nav ul li::after {
	content: '';
  }

header nav ul li:last-child {
	border-bottom: none;
  }

article section h2 {
  margin: 0 0 20px 0;
  }

article section:nth-of-type(2) p,
article section:nth-of-type(3) div p
 {
  font-size: 100%;
  }

article section:nth-of-type(3) div h3 {
  font-size: 150%;
  text-align: left;
  margin: 0 0 10px 0;
  }
  
article section:nth-of-type(3) ul {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  }
  
article section:nth-of-type(3) ul li {
  font-size: 70%;
  padding: 0;
  }
  
article section:nth-of-type(3) ul li:last-child {
  margin: 0 0 0 0;
  }

article section:nth-of-type(3) ul li h4 {
  font-size: 120%;
  }
  
article section:nth-of-type(2) p,
article section:nth-of-type(3) div p,
article section:nth-of-type(3) div h3 {
  text-align: left;
  }  
  
article section:nth-of-type(3) div div {
  padding: 0;
  }
 
article section:nth-of-type(3) div div div {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  float: none;
  }
 
article section:nth-of-type(3) div div div:last-child {
  width: 100%;
  }
}