/*
Theme Name: Akvarena Kh
Theme URI: 
Description: Бассейн Akvarena - Харьков
Author: Roman Savitskyi
Version: 1.0
*/


#zagluska{
	position: fixed;
    left: 0;
    right: 0;
    background: #e6e6e6;
    height: 100vh;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
#zagluska .logo {
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
}
#zagluska .logo h2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40%;
    width: 100%;
    color: #17365B;
    font-family: 'Open Sans';
    font-size: 23pt;
    font-weight: normal;
}