@charset "UTF-8";
/* CSS Document */

*:not(input):not(textarea) {
   -webkit-user-select: none; /* disable selection/Copy of UIWebView */
   -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}



/* define standard CSS defaults for MAPstudios */

html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td, video {
	margin: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


html { 
  background: url(bkgnd.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* define Adobe TypeKit fonts */

/*OmnesCyrillic Cond Light*/
.bodyCopyReg {
font-family: omnes-cyrillic-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}

/*OmnesCyrillic Cond Medium*/
.bodyCopyBold {
font-family: omnes-cyrillic-condensed, sans-serif;
font-weight: 600;
font-style: normal;
}



/*Aileron Light*/
.headlineLight {
font-family: aileron, sans-serif;
font-weight: 300;
font-style: normal;
}

/*Aileron Black*/
.headlineBold {
font-family: aileron, sans-serif;
font-weight: 800;
font-style: normal;
}



.font32 {
    font-size: 32px;
    line-height: 32px;
}

.font24 {
    font-size: 24px;
    line-height: 30px;
}


.font16 {
    font-size: 16px;
    line-height: 26px;
}

.font14 {
    font-size: 14px;
    line-height: 20px;
}

.fontCenter {
	display: block;
	width: 100%;
	text-align: center;
}


.colorRed {
    color: rgba(135,25,37,1.00);	
}

.colorBlack {
	color: rgba(0,0,0,1.00);
}

.colorWhite {
	color: rgba(255,255,255,1.00);
}



/* holding page basic components */

.vSpace60 {
    position: relative;
	display: block;
    height: 60px;
	width: 100%;
}

.vSpace20 {
    position: relative;
	display: block;
    height: 20px;
	width: 100%;
}

.pageCenter {
    position: relative;	
	display: block;
	width: 80%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.mapLogo {
    position: relative;
	display: block;
    width: 200px;
    height: 200px;
	margin-left: auto;
	margin-right: auto;
    background-image: url("map_logo.svg");
    background-size: contain;
}

a.bodyLink {
    /*border-bottom: 1px dotted rgba(0,0,0,1.00);*/
    font-family: omnes-cyrillic-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-decoration: underline;
	text-underline-position: under;
}


a.bodyLink:hover {
     color: rgba(0,147,255,1.00);
}

a.bodyLink:active {
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,147,255,1.00);
	text-decoration: none;

}

.lower {
	width: 100%;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

