﻿/*Stylesheet*/

@font-face {
  font-family: 'Mail Ray Stuff';
  src: url('fonts/mail_ray_stuff.eot'); /* IE9 Compat Modes */
  src: url('fonts/mail_ray_stuff.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mail_ray_stuff.woff') format('woff'), /* Modern Browsers */
       url('fonts/mail_ray_stuff.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/mail_ray_stuff.svg#svgFontName') format('svg'); /* Legacy iOS */
}

BODY, HTML 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
    font-family: 'Mail Ray Stuff';
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;

    background-image: url('assets/art/tile.png');
}

.adtech {
    display: block;
    z-index: 999999;
    position:fixed;
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px;
    top: 50%;
    left: 50%;
  }
  
  .adFrame {
    z-index: 999998;
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    top: 50%;
    left: 50%;
    position: fixed;
    background: url("assets/art/adBorder.png");
    background-repeat: no-repeat;
    background-size: 800px 600px;
    background-position: center;
  }
  
  .adtechMobile {
    display: block;
    z-index: 999999;
    position:fixed;
    width: 320px;
    height: 250px;
    margin-left: -160px;
    margin-top: -125px;
    top: 50%;
    left: 50%;
  }
  
  .adFrameMobile {
    z-index: 999998;
    width: 426px;
    height: 453px;
    margin-left: -213px;
    margin-top: -226.5px;
    top: 50%;
    left: 50%;
    position: fixed;
    background: url("assets/art/adBorderMob.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }
  
  .adOverlay {
    z-index: 999998;
    width: 100%;
    height: 100%;
    position: fixed;
  }
  
  .adBg {
    z-index: 999998;
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    opacity: 0.7;
  }
