body {
    margin: 0;
    font-family: regular;
    height: calc(100vh - 25px);
    position:relative;
    font-family:Helvetica;
}
@media screen and (max-width: 427px) {
    body {
        height: calc(100vh - 40px);
    }
}
body a {
    text-decoration: none;
}
*,
::before,
::after {
    font-family:inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum';
}
code {
    text-align: left;
    background-color: white;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}
header {
    background-color:yellow;
}
main {
    background-image: url(/assets/templates/hatzidaki/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    min-width: 100%;
    flex-direction: column;
}
footer {
    background-color: #343434;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 5px;
}
footer a{
    color:white;
}
.section_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
@media screen and (max-width: 555px) {
    .section_wrap {
        align-items: flex-start;
    }
}
.section_wrap .home_info {
    background-color: rgba(255,255,255, 0.5);
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    box-shadow: 0 0 40px -10px #343434;
    color:#343434;
}
.espa_banner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
}
.espa_banner IMG {
    width: 180px;
}
@media screen and (max-width: 555px) {
    .espa_banner IMG {
        width: 110px;
    }
}
.espa_banner a {
    display: flex;
}
.fancybox-active {
    height:100vh;
}