@import 'https://fonts.googleapis.com/css?family=Rajdhani';

body { 
    background: #FFF;
}

html, body, .container-table {
    height: 100%;
}

.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.img-logo { 
   width: 475px;
}

.mid { 
    font-family: 'Rajdhani', sans-serif;
    color:#595959; 
    font-size: 1.2em  
        
}

.mid a { 
    font-family: 'Rajdhani', sans-serif;
    color:#595959; 
    font-weight: 600;
}

.mid a:hover { 
    color: #4dbe89;
    text-decoration: none;
    
    
}

.col-l, .col-r { 
    text-align: center;
    margin-top: 10%; 
}

@media (max-width: 767px) {
.mid { 
    font-size: 1.0em;
    font-family: 'Rajdhani', sans-serif;
    }
    
.col-l { 
    text-align: center;
    margin-top: 20%; 
}

.col-r {
    margin-top: 5%;
    }
    
}

