* {
  padding: 0;
  margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.font01{
	font-family : 'MIDO-B';
	src: url('./fonts/MIDOFONTS-B-V1.0.woff') format('woff');
}

.font02{
	font-family : 'MIDO-M';
	src: url('./fonts/MIDOFONTS-M-V1.0.woff') format('woff');
}

.font03{
	font-family : 'MIDO-L';
	src: url('./fonts/MIDOFONTS-L-V1.0.woff') format('woff');
}	

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;

  /**
   * Default height
   */
  height: 100%;
}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  height: 100%;
}

.blank {
	width:100%;
	height:1px;
	background-color:#666;
	margin:5px 0 5px 0;
}

.caption .border {

  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 30px;
  color: #111111;
  text-align:center;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px;
  font-family: 'MIDO-M';
  color: #111111;
  text-align:center;
}

h4 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  color: #111111;
  text-align:center;
}

htx htv {
   letter-spacing: -2px;
   text-transform: uppercase;
   text-align:center;	
}

htx {

   font: 60px "Lato", sans-serif;
   color: #FFF;
}

htv {

   font: 40px "Lato", sans-serif;
   color: #111111;
}

hm ht {
  letter-spacing: -1px;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  text-align:center;
}

hm { color: #FFF;}
ht { color: #111111; line-height:15px;}

.text {
  color: #777777;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 80px;
  text-align: justify;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
