html, body{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
@font-face { font-family: helvetica; src: url('customFonts/helvetica.ttf'); } 
@font-face { font-family: futura; src: url('customFonts/futura.TTF'); }
@font-face { font-family: BabelStone; src: url('customFonts/BabelStone.ttf'); } 
@font-face { font-family: HelveticaLTStd-Bold; src: url('customFonts/HelveticaLTStd-Bold.otf'); }

body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.videoWrapper {
    position: relative!important;  
    height: 360px !important;
    overflow:hidden!important;
    margin-bottom: 40px!important;  
   
}
svg {
    position: absolute;
    margin:auto;
    fill:#FCD307;
    fill-opacity:1;
    z-index: 1;
}
.videoWrapper video{
    position: absolute!important;
    width:100%!important;
    margin-top: -200px!important;
    transform: none!important;
    bottom: auto!important;
}
#bannertext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#webdesign{
    font-family:lulo-clean-w01-one-bold,sans-serif;
    text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
    color:white;
    font-size: 78px;
    line-height: 0.9em;
    text-align: center;
    letter-spacing:0.1em;
    font-weight: 900;
    
}

.textWrapper{
    
}
.textfont{
    font: normal normal normal 20px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    padding:15px;
    font-family: helvetica,sans-serif;
    color: #000000;
}
.block_title{
    font-family: HelveticaLTStd-Bold;
    font-size: 40px;
    margin-bottom: 40px!important;
}
.block_text{
    font-size: 20px; 
    font-family: futura !important;
    line-height: normal;
}
.block_text ul{
    list-style-type: circle !important;
}
.bottom-margin{
    margin-bottom: 40px !important;
}
.bottom-margin h2{
    margin-bottom: 25px;  
}
.LINK{
    margin-left: auto;
    margin-right: auto;   
}
.LINK a{
    background-color: rgba(252, 211, 7, 1);
    color: black;
    padding: 15px 50px 15px 50px;
    margin-left: 50px;
    margin-right: 50px;
    border:1px solid transparent;
    font-size: 15px;
}
.LINK a:hover{
    background-color: transparent;
    color: black;
    padding: 15px 50px 15px 50px;
    margin-left: 50px;
    margin-right: 50px;
    border:1px solid black;
}
.hr{
    border-bottom: 2px solid rgba(252, 211, 7, 1);
    height: 0 !important;
    min-height: 0 !important;
    width: 738px;
    margin-left: auto;
    margin-right: auto;
}




