*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-size: 28px;
  color: black;
  font-family: 'Neutraface Text Greek Book', sans-serif;
}

a{
  text-decoration: none;
  color: white;
  position: relative;
}
p{
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 100;
  color:white;
}
svg path{
fill:white;
}
h2{
  font-size: 1.17em;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.subtitle-cont p{
  font-size: 1.17em;
  letter-spacing: 0.2em;
}
a::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  transform-origin: center;
  height: 2px;
  background-color: white;
  transform: scale(0);
  transition: 0.4s transform 0.1s ease-in-out;
}
a:hover::after{
  transform: scale(1);
}
.site-cont{
  display: flex;
  justify-content: space-between;
  position: relative;
  /*background-color: rgba(240,226,219,0.35);*/
background-color: black;
  overflow: hidden;
}
.background {
  background-image: url(background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 63%;
  opacity:0.15;
  z-index:0;
}
.absolute{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100px;
}
.logo-cont{
  visibility: visible;
  position: relative;
}
.logo-cont2{
  visibility: hidden;
  position: relative;
}
.col{
  min-height: 100vh;
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.left-col{
  padding: 100px;
}
.right-col{
  justify-content: flex-end;
  flex-basis: 40%;
}
.subtitle-cont{
  margin-top: 80px;
}
.row{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-cont{
  margin-top: 80px;
  display: flex;
  margin: -25px;
  position: relative;
}
.foot-col{
  margin-right: 200px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.social-cont{
  flex-grow: 0.35;
  padding: 0 100px 100px 0;
}
.insta{
  margin-right: 50px;
}
.fb{
  margin-left: 50px;
}
.icon-logo{
  width:  370px;
  height: 115px;
  color: black;
}

.icon-logo2{
  width:  202px;
  height: 219px;
      margin: -77px;
  color: black;
}
@media screen and (max-width: 2040px){
  body{
    font-size: 20px;
  }
}
@media screen and (max-width: 1700px){
  body{
    font-size: 18px;
  }
  .left-col{
    padding: 50px;
  }
  .foot-col {
    margin-right: 50px;
  }
  .social-cont{
    padding: 50px;
  }
  .insta{
    margin-right: 25px;
  }
  .fb{
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px){
  .footer-cont{
    flex-wrap: wrap;
  }
  .foot-col {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .social-cont{
    padding: 50px;
  }
}
@media screen and (max-width: 900px){
  .site-cont{
    min-height: 100vh;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .absolute {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: -91px;
    /* right: -100px; */
    width: 250%;
    bottom: 0;
}
  .left-col{
    padding-bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  .right-col{
    /* padding-bottom: 0; */
  }
  .col{
    min-height: unset;
    flex-basis: 100%;
  }
  .icon-logo{
    min-width: 150px;
    max-width: 100%;
  }
  .foot-col{
    margin-right: 0;
  }

  .title-subtitle-cont{
    margin-top: 0;
  }
  .social-cont, .right-col{
    border: none;
    justify-content: center;
  }

  .logo-cont{
    visibility: hidden;
    position: relative;
  }
  .logo-cont2{
    visibility: visible;
    position: relative;
  }
}
