body {
  margin: 0;
  font-family: regular;
  height:100vh;
  position:relative;
  font-family:Helvetica;
}

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/portovromi/images/portovromi.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;
}
.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 a {
    display: flex;
}
.fancybox-active {
    height:100vh;
}