@font-face 
{
    font-family: DINPro;
    font-weight: bold;
    src: url("DINPro.otf") format("opentype");
}

*, body 
{
	margin: 0;
	padding: 0;
}

video#bgvid { 
    position: fixed;
    top: 50%;

    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
      /*  height: 100%;*/
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #D5D6DB;
    background-size: cover; 
}
#homebtn
{
  position: absolute;
  bottom: 1vw;
  text-align: center;
  width: 100%;
  visibility: hidden;
}
#homebtn img
{
  display: inline !important;
}
.top-bkg
{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 10%;
}
.bottom-bkg
{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 15%;
}
img
{
	display: block;
	max-width: 100%;
}
.home {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 125px;
  left: 8.5%;
  top: 79px;
      top: 4vw;
  width: 74px;
  height: 67px;
  z-index: 11;
  max-width: 4%;
}
.logo {
  position: absolute;
  right: 125px;
  right: 8.5%;
  top: 71px;
      top: 4vw;
  width: 439px;
  height: 83px;
  z-index: 8;
  max-width: 20%;
}
.content
{
	font-family: DINPro, Arial, sans-serif;
  width: 85%;
  margin: auto;
}
.q 
{
    font-size: 2em;
    font-size: 50px;
    font-size: 35pt;
    font-size: 2.5vw;
    font-family: "DINPro";
    color: rgb( 0, 135, 124 );
    font-weight: bold;
    line-height: 1.111;
    text-align: center;
    position: relative;
   /* top: 10%;*/
    z-index: 14;
    
    margin: auto;
    margin-top: 13%;
        margin-top: 12vw;
}

.a {
  border-radius: 10px;
  background-color: rgb( 0, 135, 124 );
  opacity: 0.6;
  width: 580px;
  /*height: 300px;*/
  height: 129px;
      height: 7vw;
  z-index: 16;



  font-size: 40px;
  font-size: 1.5vw;
  font-family: "DINPro";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-align: center;

  padding: 2%;
  width: 30%;
      width: 27%;
  float: left;
  margin: 4% 1%;

  display: table;
  text-decoration: none;
}
.a:hover, .a:focus, .a:active
{
background-color: rgb( 0, 135, 124 );
opacity: 1;
  box-shadow: 5px 8.66px 20px 0px rgba( 0, 0, 0, 0.3 );
}

span {
  vertical-align:middle;
  display: table-cell;
}

.a.two{
      width: 44%;
}

.claim 
{
    font-size: 2em;
    font-size: 50px;
    font-size: 35pt;
    font-size: 2.5vw;
    font-family: "DINPro";
    color: rgb( 0, 135, 124 );
    font-weight: bold;
    line-height: 1.111;
    text-align: center;
    position: relative;
   /* top: 10%;*/
    z-index: 14;
    
    margin: auto;
    margin-top: 13%;
        margin-top: 16vw;
}

#claimbtn
{
  width: 100%;
  text-align: center;
      margin-top: 2vw;
    display: block;
}
#claimbtn img
{
  display: inline;
}
