/* CSS3 Document */
@font-face
{
font-family: 'headlineFace';
src: url('rounded-sans.woff');
}

@font-face
{
font-family: 'bodyFace';
src: url('aller_lt.woff');
}

@font-face
{
font-family: 'bodyFaceDark';
src: url('aller_lt.woff');
color:#000000;
}

@font-face
{
font-family: 'bodyFaceBold';
src: url('aller_reg.woff');
}

.background {
position:absolute;
width:99%;
height:98.5%;
/*background-color:#181A2E; 
opacity:0.2;
filter:alpha(opacity=20);*/
overflow-x:none;
overflow-y:none;
}

.basic{
position:absolute;
width:10px;
height:10px;
color:#000000;
font-size:12px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
/* background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:1000;
}

.copy{
position:absolute;
/* display:inline-block; */
width:10px;
min-height:4px;
/* color:#000000;
font-weight:normal;
background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:999;
}

.headline{
position:absolute;
/* display:inline-block; */
min-width:15px;
height:10px;
color:#000000;
font-size:12px;
font-weight:normal;
/* background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:999;
}

.hshadow{
position:absolute;
visibility:hidden;
position:absolute;
min-width:15px;
/*font-size:12px;*/
/* display:inline-block; */
font-family: headlineFace, Verdana, sans-serif; 
background-color:#0000FF;
}

.paypal-button-hidden {
visibility: hidden;
}

.video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

/*.horiz-wrapper {
  display: flex;
  align-items:flex-start; 
  justify-content: space-between;
  flex-direction:row;
}*/