/* CSS Document */

@font-face {
  font-family: 'Objective_thin';
  src: url('fonts/Objective-Thin.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Thin.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Thin.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Objective_black';
  src: url('fonts/Objective-Black.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Objective_bold';
  src: url('fonts/Objective-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Objective_light';
  src: url('fonts/Objective-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Objective_medium';
  src: url('fonts/Objective-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Objective_regular';
  src: url('fonts/Objective-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Objective-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Objective-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Objective-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Objective-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Objective-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body{color:#00E47D;}
#comingsoon{background:#000000;color:#FFFFFF;height:100vh;padding:60px 35px;position: relative;}
h1 {font-family: 'Objective_thin', sans-serif; color:#00E47D; font-size:60px; border-top:solid 1px #00E47D; border-bottom:solid 1px #00E47D;padding-top:50px;padding-bottom: 35px;}
.mainlogo{width:100%;max-width:263px; height:auto;}
.valignblock{position:fixed;top: 50%;
  left: 50%; transform: translate(-50%, -50%);    width: calc(100% - 70px);}
.miselanas{width:100%;max-width:410px; height:auto; margin-bottom:35px;}

.bottomrow{position:absolute;bottom:60px; right:60px;}
.iolweblink{text-align:right;font-size:20px;}
.iolweblink a{color:#00E47D!important;text-decoration:none!important;}
.iolweblink a:hover{color:#00E47D!important;text-decoration:none!important;}
.iovbold{font-family: 'Objective_bold', sans-serif;;}
.iovlight{font-family: 'Objective_light', sans-serif;;}
