﻿/* --- Reset --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   -------------------------------------- */

@font-face {
    font-family: 'justiceregular';
    src: url('/fonts/justice-webfont.woff2') format('woff2'),
         url('/fonts/justice-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'justice_solidregular';
    src: url('/fonts/justicesolid-webfont.woff2') format('woff2'),
         url('/fonts/justicesolid-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'after_shokregular';
    src: url('/fonts/after_shok-webfont.woff2') format('woff2'),
         url('/fonts/after_shok-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'destroyregular';
    src: url('/fonts/destroy_-webfont.woff2') format('woff2'),
         url('/fonts/destroy_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'commandocommando';
    src: url('/fonts/commando-webfont.woff2') format('woff2'),
         url('/fonts/commando-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intruder_alertregular';
    src: url('/fonts/intruder-webfont.woff2') format('woff2'),
         url('/fonts/intruder-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loadedregular';
    src: url('/fonts/loaded-webfont.woff2') format('woff2'),
         url('/fonts/loaded-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magentaregular';
    src: url('/fonts/magenta_bbt-webfont.woff2') format('woff2'),
         url('/fonts/magenta_bbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'old_stamperregular';
    src: url('/fonts/old_stamper-webfont.woff2') format('woff2'),
         url('/fonts/old_stamper-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'yukarimobileregular';
    src: url('/fonts/yukarimobil-webfont.woff2') format('woff2'),
         url('/fonts/yukarimobil-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* *** Default's *** */
html{   
    width: 100%; /* make the document 100% */
    height: 100%; /* make the document 100% */
    font-size: 10%; /**/
}
body{  
    width: 100%; /* make the body 100% of the document */
    height: 100%; /* make the body 100% of the document */
    background-color: Black; /**/
    font-size: 32px; /**/
    font-weight: bold; /**/
    color: White; /**/
}
h1{
    font-weight: 100; /**/
    margin-bottom: 1%;
}
aaaa{
    color: #fff;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
iframe {
    /*width:0px; /**/
    /*   width: 90%;
    /*   display: block; /**/
    /*   margin-left: auto; /**/
    /*   margin-right: auto; /**/
    /*min-width:100%; /**/
    /*max-width:100%; /**/
    /*margin-top:2%; /**/
    /*   margin-bottom: 2%; /**/
    /*border-style: none; /**/
    /*overflow: hidden; /**/
    /*   overflow-x:hidden; /**/
    /*   overflow-Y:hidden; /**/
}
/* ### ID's ### */
#headerDiv a {
    text-decoration: none;
    color: white;
}
#contentWrapperDiv{
    text-align: center; /* */
    padding:1% 0% 1% 0%; /* */
    /*background-color:green; /* */
    /*border: 2px solid red; /* */
}
#pageContentDiv{
    position: relative; /* */
    display: inline-block; /* */
    /*background-color:green; /* */
    /*border: 2px solid red; /* */

}
.contentBGImage{
    display: block; /* */
    max-width: 80vw; /* */ 
    max-height: 80vh; /* */
    
}
#copyrightDiv{
    margin-top: 15px; /* */
}
/* ... Class's ... */
.no{
    text-decoration: none;
}
.arne{
    display: flex;
}
.centerText{
    text-align: center;
}
.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerDiv{
    margin: auto;
}
.wrapperDiv{
    text-align: center; /* */
    padding:1% 10% 4% 10%; /* */
    background-color:green; /* */
    border: 2px solid red; /* */
}
.InnerDiv{
    /*float:left; /* */
    /*width: auto; /* */
    position: relative; /* */
    display: inline-block; /* */
    /*background-color:green; /* */
}
.image{
    display: block; /* */
    /*width: auto; /* */
    /*height: auto; /* */
    max-width: 90%; /* */
    /*height: 80vh; /* */ 
    max-height: 80vh;  /* */
    /*min-height: 400px; /* */
    
}
.textOnBGimg{
    text-align: left;
    font-size: 3.6vmin;
    position: absolute;
    left: 1vmin;
    top: 1vmin;
    right: 1vmin;
    bottom: 1vmin;
    width: auto;
    height: auto;
}
.ifrm{
    /*width: 88%; /**/
    width: 72px;
    height: 72px; /**/
}
.clearBoth{
    clear: both; /**/
}
.font_justiceRegular {
    font-family: 'justiceregular';
}
.font_justiceSolidRegular{
    font-family: 'justice_solidregular';
}
.font_times{
    font-family: 'Times New Roman';
}
.font_arial{
    font-family: Arial;
}
.font_verdana{
    font-family: Verdana;
}
.font_after_shokregular{
    font-family: 'after_shokregular';
}
.font_commando{
    font-family: 'commandocommando';
}
.font_destroyregular{
    font-family: 'destroyregular';
}
.font_intruder_alertregular{
    font-family: 'intruder_alertregular';
}
.font_loadedregular{
    font-family: 'loadedregular';
}
.font_magentaregular{
    font-family: 'magentaregular';
    font-size-adjust: 21.5;
}
.font_old_stamperregular{
    font-family: 'old_stamperregular';
}
.font_yukarimobileregular{
    font-family: 'yukarimobileregular';
}
.fontsize10{ font-size: 10px; }
.fontsize11{ font-size: 11px; }
.fontsize12{ font-size: 12px; }
.fontsize13{ font-size: 13px; }
.fontsize14{ font-size: 14px; }
.fontsize16{ font-size: 16px; }
.fontsize18{ font-size: 18px; }
.fontsize20{ font-size: 20px; }
.fontsize24{ font-size: 24px; }
.fontsize30{ font-size: 30px; }
.fontsize36{ font-size: 36px; }
.fontsize48{ font-size: 48px; }
.fontsize60{ font-size: 60px; }
.fontsize72{ font-size: 72px; }
.fontsize90{ font-size: 90px; }

.bgRed{background-color: red; /**/}
.bgGreen{background-color: green; /**/}
.bgBlue{background-color: blue; /**/}
.bgYellow{background-color: yellow; /**/}
.bgMagenta{background-color: magenta; /**/}
.bgCyan{background-color: cyan; /**/}
.bgWhite{background-color: white; /**/}
.bgBlack{background-color: black; /**/}
.bgDarkGrey{background-color: #444444; /**/}
.bgGrey{background-color: #888888; /**/}

.blackText {color:Black; /**/}