@font-face {
    font-family: 'TahomaRegularfont';
    src: url('/Widget/Customers/666/Fonts/Tahoma-Font/Tahoma Regular font.ttf') format('truetype');
}

@font-face {
    font-family: 'TAHOMA_0';
    src: url('/Widget/Customers/666/Fonts/Tahoma-Font/TAHOMA_0.TTF') format('truetype');
}

@font-face {
    font-family: 'TAHOMAB0';
    src: url('/Widget/Customers/666/Fonts/Tahoma-Font/TAHOMAB0.TTF') format('truetype');
}

@font-face {
    font-family: 'TAHOMABD';
    src: url('/Widget/Customers/666/Fonts/Tahoma-Font/TAHOMABD.TTF') format('truetype');
}

.data-handler-container {
    font-family: 'TAHOMABD' !important;
    margin: 0px !important;
    padding: 0 !important;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;    
    transform-origin: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden !important
}
.data-handler-container h1{
    text-align:center;
    text-transform:uppercase;
    font-size:6vw;
    font-weight:bold;
    margin-top:3vh;
    color:#595959;
    width:100%;
}
.data-handler-container h2{
    margin-top:2vh;
    text-align:center;
    text-transform:uppercase;
    font-size:4vw;
    font-weight:bold;
    color:#595959;
}
.data-handler-container .first-row{
    margin-top:3vh;
}
.data-handler-container .second-row{
    padding-top:3vh;
}
.data-handler-container .third-row {
        padding-top: 3vh;
 }
.data-handler-container .link-holder{
    clear:both;
    width:100%;
    padding-left:5%;
    padding-right:5%;
}
.data-handler-container .link-holder h3{
    margin-bottom:4vh;
    text-align:center;
    text-transform:uppercase;
    font-size:3vw;
    font-weight:bold;
    color:#595959;
    border-bottom:5px #595959 solid;
    display:inline-block; 
    margin-left:auto;
    margin-right:auto;
    display: table;
}
.data-handler-container .link-holder h4{
    margin-bottom:4vh;
    text-align:center;
    text-transform:uppercase;
    font-size:3vw;
    font-weight:bold;
    color:#595959;
    border-bottom:5px #595959 solid;
    display:inline-block; 
    margin-left:auto;
    margin-right:auto;
    display: table;
}
.data-handler-container .link-holder .link-item{
    display:block;
    float:left;
    width:33.33%; 
    height:150px;
    
    position:relative;
    text-align:center;
    vertical-align:bottom;
}

.data-handler-container .link-holder .link-item a{
 
}
.data-handler-container .link-holder .link-item a:hover{    
}
.data-handler-container .link-holder .link-item a img{
    width:25vw;        
    display: flex;  
    text-align:center;
    vertical-align:bottom!important;
    max-width:350px;
    /*bottom:0;
    position:absolute;*/
    

}
.data-handler-container .second-row .link-item {
    display:block;
    float:left;
    width:33.33%; 
    height:150px;
    
    position:relative;
    text-align:center;
    vertical-align:central;
    
    /*display:block;
    float:left;
    width:100%!important;
    position:relative;*/
}
.data-handler-container .second-row .link-item a img {
     width:20vw; 
    vertical-align: central;
    max-width:350px;    
    max-height:150px;
}
.up-20{
    margin-top:-20px;
}
.down-20 {
    margin-top: 20px;
}
.down-40 {
    margin-top: 40px;
}
.center {    
    margin-left: auto;
    margin-right: auto;

}
.data-handler-container .second-row .link-item {
    display: block;
    float: left;
    width: 25%;
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

@media screen and (width >= 1921px) { 
    .data-handler-container h1{        
        font-size:6vh!important;

    }
    .data-handler-container h2{        
        font-size:4vh!important;        
    }
    .data-handler-container .first-row{
        margin-top:5vh!important;
    }
    .data-handler-container .second-row{
        padding-top:5vh!important;
    }

    .data-handler-container .link-holder h3{        
        font-size:3vh!important;        
    }
    .data-handler-container .link-holder h4{           
        font-size:3vh!important;       
    }
}