@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lucida+Sans');

html, body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  /*background-color:black;*/
  font-family: sans-serif;
}

html {
  background-color:black;
}

* {
  box-sizing: border-box;
}

* {
  outline: 0;
  z-index:0;
}

*::-moz-focus-inner {
  border: 0;
}


#anch-servs, #anch-about, #anch-refs, #anch-contact {
  display: none;
  height: 0;
  width: 0;
}

#anch-servs2, #anch-contact2 {
  display: block;
  height: 0;
  width: 0;
  position: relative;
    top: -75px;
}

input.tricky {
    display: none;
}


/***********************/
/***** MOBILE-VIEW *****/
/***********************/
.para-bg-1, .para-bg-2, .para-bg-3 {
  background: black;
  background-image: url("pics/kreta1.2.1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  /*-webkit-transform: translate3d(0,0,0);*/
  background-position: center;
  /*min-height: 400px;/*calc(100% + 250px);*/
  width: 100%;
  /*filter: grayscale(50%) brightness(70%) contrast(150%);*/
}
.para-wrap-1, .para-wrap-2, .para-wrap-3 {
  min-width: 100%;
  position: fixed;
  top: 0px;
  height: 200px;
}

.para-wrap-1 {
  z-index: -20;
}

.para-wrap-2 {
  z-index: -21;
  /*transform: translate3d(0,0,0);*/
}

.para-wrap-3 {
  z-index: -22;
  /*transform: translate3d(0,0,0);*/
}

.para-bg-1 {
  height: 60vw;
  min-height: 600px;
  display: none;
}
@media only screen and (min-height: 800px) {
  .para-bg-1 {
    min-height: 400px
  }
}

.para-bg-2 {
  min-height: 115vh;
  z-index: -21;
  background-image: url("pics/team1.jpg");
  filter: grayscale(30%);
  display: none;
}

@media only screen and (max-height: 200px) {
  .para-bg-2 {
    min-height: 170vh;
  }
}

.para-bg-3 {
  height: 115vh;
  z-index: -22;
  background-image: url("pics/kreta2.2.3.2.jpg");
  opacity: .2;
  filter: grayscale(0%) brightness(100%);
  display: none;
}


header {
  height: 75px;
  width: 100%;
  background: #EEE;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:1;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
}

@media only screen and (max-width: 340px) {
  .header-wrap{
    justify-content: space-between;
  }
}

.brand {
  display: flex;
  text-decoration: none;
}

.fonts {
  color: #479;
  font-size: 1.5em;
  font-family: serif;
  letter-spacing: .5px;
  margin-left: 10px; 
}

.brand img {
  margin-top: 5px;  
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
}

.brandimg {
  width: 50px;
  margin-bottom: 20px;
}

.fonts {
  font-size: 1.2em;
  letter-spacing: 2.5px;
  margin-left: 0px; 
}



/* HAMBURGER */
.hambi-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  /*border: 1px solid #88A;
  border-radius: 50%;
  padding: 8px;*/
}

.h-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 4px;
  background-color: #446;
  margin: 3px 0;
  border-radius: 2px;
  transition: .4s;
}


.change2 .bar1 {
  animation-name: squeeze1;
  animation-duration: .4s;
  animation-fill-mode: forwards;
}

.change2 .bar3 {
  animation-name: squeeze3;
  animation-duration: .4s;
  animation-fill-mode: forwards;

}

.change2 .bar2 {
  opacity: 0;
}

@keyframes squeeze1 {
  0% {transform: rotate(0deg) translateY(0px);}
  50% {transform:  rotate(0deg) translateY(10px); }
  100% {transform-origin: 21px 11px;
        transform: rotate(45deg) translateY(10px);}
}

@keyframes squeeze3 {
  0% {transform: rotate(0deg) translateY(0px);}
  50% {transform:  rotate(0deg) translateY(-10px); }
  100% {transform-origin: 19px -9px;
        transform: rotate(-45deg) translateY(-10px);}
}


.back2 .bar1 {
  animation-name: squeeze1_back;
  animation-duration: .4s;
  animation-fill-mode: forwards;
}

.back2 .bar3 {
  animation-name: squeeze3_back;
  animation-duration: .4s;
  animation-fill-mode: forwards;
}

@keyframes squeeze1_back {
  0% {transform-origin: 23px 10px;
        transform: rotate(45deg) translateY(10px);}
  50% {transform:  rotate(0deg) translateY(10px); }
  100% {transform: rotate(0deg) translateY(0px);}

}

@keyframes squeeze3_back {
  0% {transform-origin: 17px -10px;
        transform: rotate(-45deg) translateY(-10px);}
  50% {transform:  rotate(0deg) translateY(-10px); }
  100% {transform: rotate(0deg) translateY(0px);}

}
/*HAMBI END*/



nav {
  display: flex;
  height: auto;
  /*max-height: 100vh;
  overflow: scroll;*/
  overflow: hidden;
  flex-flow: column;
  margin-left: 0; 
  margin-right: 0px;
  /*padding: 20px 0px;*/
  width: 0%;
  float: right;
  justify-content: space-around;
  align-items: flex-start;
  position: absolute;
  background: rgba( 240, 240, 240, .95);
  top: 75px;
  right: 0px;
  transition: width .5s;
  z-index: 100;
  -webkit-box-shadow: 0px 14px 22px -8px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 14px 22px -8px rgba(0,0,0,0.4);
  box-shadow: 0px 14px 22px -8px rgba(0,0,0,0.4);
}

nav a {
  padding: 15px 0px;
  text-decoration: none;
  color: #222;
  font-family: Lato;
  font-size: 1.2em;
  font-weight: 400;
  transition: color .7s;
  cursor: pointer;
  margin-left: 20%;
  /*width: 100%;*/
}

nav a:hover {
  color: #34F !important;  
}
/*DDMENU*/
.ddown-menu { 
  margin-left: 20%;
  
  
}

.ddown-menu a {
  display: block;

}


.para-hole-1 {
  height: 400px;
  width: 100%;
  margin-top: 75px;
  background: rgba(0, 0, 150, .2);
  color: #EDF;
  font-size: 2.2em;
  font-weight: 800;
  text-align: center;
  display: flex;
  flex-flow: column;
  /*flex-flow: column;*/
  align-items: center;
  justify-content: center;
  align-content: center;
  font-family: sans-serif;
  /*text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #66F, 0 -10px 20px #0080ff, 0 -18px 40px #F00;*/
  letter-spacing: 4px;
  background-image: url("pics/kreta1.2.1.jpg"); 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
 
}

@media only screen and (max-device-width: 400px) {
  .para-hole-1 {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 540px) {
  .para-hole-1 {
    font-size: 6vw;
  }
  .servs-tit {
    font-size: 7vw;
  }
  div.about-tit {
    font-size: 6vw;
  }

}

.para-hole-1 p {
  font-size: 15px;
  margin-left: 0px;
  margin-top: 40px;
  letter-spacing: 4.5px;
}


/*POPUP*/

.cov-popup {
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  margin: auto;
  min-height:340px;
  width: 90%;
  background: #00AAff;
  z-index: 1000;
  background-image: url(pics/cov-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #AAB;
  border-radius: 10px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.8);
  opacity: 0;
}

.close-box {
  width: 25px;
  height: 25px;
  border: 3px solid #AAB;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1001;
  background: rgba(10,20,70,.95);
  cursor: pointer;
}

.close-box span {
  color: #AAB;
  margin: auto;
  display: block;
  text-align: center;
}

.cov-txt {
  position: absolute;
  height: 100%;
  min-width: 100%;
  background: rgba(10,20,70,.85);
  border-radius: 4px;
  color: #ACB;
  padding: 10px 50px;
  font-size: 1.1em;
  text-align: center;
}

#cv1 {
  width: 13%;
  position: absolute;
  top: 20px;
  right: 35px;
  filter: hue-rotate(50deg);
 }

span.throw {
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 600px) {
  .cov-popup {
    min-height: 300px;
    width: 600px;
  }
  .cov-txt {
    font-size: 1.2em;
  }
}

.cont-wrap {
  width: 100%;
  background-color: rgba(0,0,0,0);/* #EEE;*/
}

.about-tit {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  color: #333;
  
}
 
.details {
  font-family: Lato, sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  color: #222;
  font-weight: 300;
  text-align: center;
}

.para-hole-1 {
  height: 450px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.col-left {
  width: 100%;
  background: rgba(20, 20, 150, .4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.main-tit {
  opacity: 0;  
}

.sub {
  font-weight: 400; 
  opacity: 0;
}

.small {
  font-size: 15px;
  font-weight: normal;
  margin-top: 30px;
  max-width: 400px;
  line-height: 30px;
  opacity: 0; 
  text-align: center;
}

.col-right {
  width: 100%;
  height: 100%;
}

.para-hole-1 .col-right{
  background: rgba(0, 0, 150, .3);
}

.servs {
  background: #EEE;
  display: flex;
  flex-flow: column;
}

.servs .col-left {
  background: rgba(0, 100, 255, .1);
  color: #00305B;
  font-size: 2.2em;
  font-weight: 800;
  align-items: flex-start;
}

.servs .col-left div {
  margin: 30px auto;
  text-align: center;
}

.servs .col-left div p {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0;
}

.servs .col-left div span {
  font-weight: 400;
}



/*cov cuccerek*/
.cov-dtls {
  padding: 50px;
}

.cov-story {  
  letter-spacing: 1px;
  line-height: 20px;
}

.cov-req {
  text-align: center;
  margin-bottom: 60px;
  color: #37A;
  font-size: 1.1em;
  letter-spacing: 3px;
}


.rule-R, .rule-L {
  display: flex;
  /*border: 1px solid #CCC;*/
  align-items: center;
  background: #DEF;
  margin-bottom: 30px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.2);
}

.rule-L {
  flex-direction: row-reverse;
  background: #FFD;
}

.cov-story {
  padding: 0;
  margin-bottom: 60px;
  background: #F4DDDD;
  background-image: url("pics/viruses.jpg");
  background-size: cover;
  border: 2px solid #F88;
}

.pictos {
  min-width: 30%;
  height: 150px;
}

#picto1 {
  background-image: url("pics/lone4.webp");
  background-size: cover;
}
#picto2 {
  background-image: url("pics/handout.webp");
  background-size: cover;
}
#picto3 {
  background-image: url("pics/mask7.webp");
  background-size: cover;
}
#picto4 {
  background-image: url("pics/handwash2.webp");
  background-size: cover;
}
#picto5 {
  background-image: url("pics/cipozs.webp");
  background-size: cover;
}

.textos {
  margin: 0px 30px;
}

.story-txt {
  margin: 0;
  padding: 40px 50px 30px 50px;
  /*background: rgba(248,221,221, .95);*/
  background: #F5DDDD;

}

.deta {
  font-size: 16px;
}

.wait-txt {
  margin-top: 80px;
  padding: 0;
  margin-bottom: 60px;
  background: #F4DDDD;
  background-size: cover;
  border: 2px solid #F88;
  margin-bottom: 30px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.2);
  padding: 40px 50px 30px 50px;
  letter-spacing: 1px;
  line-height: 20px;
}

.cov-thx {
  text-align: center;
  margin-top: 40px;
  color: #37A;
  font-size: 1.1em;
  letter-spacing: 3px;
}



.list-wrap {
  margin-bottom: 40px;
}

.list-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  justify-content: space-around;
  grid-gap: 50px 50px;
  /*border: 1px solid red;*/
  max-width: 700px;
  width: 100%;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 30px;
}

li {
  list-style-type: none;
  opacity: 0;
  max-width: 100%;
}

li p {
  margin-left: 20px;
  margin-right: 20px;
  color: #0F4C85;
  font-size: 14px;
}

.sq {
  width: 10px;
  height: 10px;
  background: #00AAff;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -5px;
}

.titl {
  color: #00305B;
  font-size: 1.2em;
  
}

.deta {
  color: #0F4C85;
  font-size: 14px;

}

.about {
  background: #136;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.about div.about-tit {
  color: #EEE;
  font-size: 2.2em;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0;
}

@media only screen and (max-width: 370px) {
  .about div.about-tit {
    font-size: 9vw;
  }
}

.about .details {
  max-width: 920px;
  color: #EEE;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  opacity: 0;
  padding: 0px 20px;
  margin-bottom: 40px;

}

.para-hole-2 {
  height: 0px;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  background-image: url("pics/team1.jpg");
  background-size: cover;
  padding-top: 50%;
  filter: grayscale(30%);
}

.refs {
  background: #E6FAFF;
  padding-bottom: 10px;
}

.refs .refs-tit {
  color: #00305B;
  font-size: 2.2em;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 0px;
  width: 90%;
  text-align: center;
  opacity: 0;

}

.contact {
  background: rgba(0,0,150,.15);
  display: flex;
  color: #C0D0D6;
  flex-flow: column;
  position: relative;
}

.contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("pics/kreta2.2.3.2.jpg"); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  opacity : 0.2;
  z-index: -1;
}

.contact .col-left {
  color: #ACE;
  font-size: 2.2em;
  font-weight: 800;
  align-items: center;
  justify-content: center;

}

@media only screen and (max-width: 370px) {
  .contact .col-left {
    font-size: 9vw;
  }
}

.contact .col-left div {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.cont-tit {
  opacity: 0;
}

.contact .col-left div p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.contact .col-left div span {
  font-weight: 400;
}

.contact .col-right {
  padding: 50px 10px;
}

.up-row {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  flex-flow: column;
}

.info-all {
  margin: auto;
  min-width: 220px;
  text-align: center;
}

.map {
  margin: auto;
  margin-top: 40px;
  height: 300px;
  max-width: 500px;
  border: 1px solid rgba(0, 180, 200, .4);
  filter: grayscale(0%) brightness(80%);
}

.mapouter {
  text-align: right;
  height: 300px;
  /*width: 400px;*/
  width: 100%;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height: 300px;
  width: 100%; /*400px;*/
}
.gmap_canvas iframe {
  width: 100%;
}

.addr {
  font-family: Lato;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 40px;
}

p.conta {
  margin: 0px;
  margin-bottom: 6px;
}

p.conta span {
  font-weight: 600;
}

.cont-inf {
  font-size: 1.3em;
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
}


footer {
  background: #000;
  height: 200px;
  width: 100%;
  color: #DDD;
  padding: 30px;
  font-size: .9em;
}

.soc {
  width: 60%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

.soc a {
  margin: 0;
  padding: 0;
}

.soc a img {
  width: 40px;
  height: auto;
  padding: 0;
  border-radius: 50%;
  background: #EEE;
  margin: 0px 10px; 
}

.fade-in {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from { opacity: 0;  }
  to { opacity: 1; }

}


form {
  display: flex;
  flex-flow: column;
  margin: auto;
  margin-top: 40px;
  max-width: 600px;
}

.namail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}

input#name, input#mail {
  width: 100%;
}

input, textarea {
  border: 0;
  /*border-bottom: 1px solid #DEE;*/
  background: rgba(0, 180, 200, .4);
  padding: 9px 7px;
  resize: none;
  margin-bottom: 23px;
  color: #EEE;
  font-family: Lato;
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
  border-radius: 0;
}

input#sndbtn {
  color: #DEE;
  /*border: 1px solid #DEE;*/
  background: rgba(0, 0, 0, .5);
  margin-top: 25px;
  padding: 12px;
  cursor: pointer;
}

::placeholder {
  font-family: Lato;
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  font-style: italic;
}

.error-msg {
    display: none;
    color: #E00;
    margin-top: -20px;
    margin-bottom: 20px;
}

.err2 {
    margin-top: -20px;
}

/* END OF MOBILE-VIEW */




/************************/
/***** DESKTOP-VIEW *****/
/************************/
@media only screen and (min-width: 850px) {
.para-wrap-1, .para-wrap-2, .para-wrap-3 {
  height: 500px;
}

.para-wrap-1 {
  top: 50px;
}

.para-bg-1 {
  height: 60vw;
  display: block;
}
@media only screen and (min-height: 800px) {
  .para-bg-1 {
    min-height: 900px
  }
}

.para-bg-2 {
  display: block;
}

.para-bg-3 {
  display: block;
}

.brand {
  justify-content: center;
  align-items: center;
  min-width: 250px;
}

.fonts {
  font-size: 1.2em;
  letter-spacing: 2.5px;
  margin-left: 0px; 
}


.hambi-cont {
  display: none;
}

/*DDOWN MENU*/
.ddown-menu {
  display: flex;
  position: absolute;
  top: 60px;
  margin-left: 40px;
  height: 0;  
  background: #EEE;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: flex-start;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  transition: all .5s;
  width: 150px;
}

.ddown-menu a {
  padding: 10px;
}

.ddown-menu a:first-child {
  border-bottom: 1px solid #AAA; 
}

#dd-link:hover + .ddown-menu{
  height: 80px;
  opacity: 1;
}

.ddown-menu:hover{
  display: flex;
  height: 80px;
  opacity: 1;
}

/*POPUP volt itt*/
.cov-popup {
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  margin: auto;
  min-height:300px;
  width: 600px;
  background: #00AAff;
  z-index: 1000;
  background-image: url(pics/cov-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #AAB;
  border-radius: 10px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.8);
  opacity: 0;
}

.close-box {
  width: 25px;
  height: 25px;
  border: 3px solid #AAB;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1001;
  background: rgba(10,20,70,.95);
  cursor: pointer;
}

.close-box span {
  color: #AAB;
  margin: auto;
  display: block;
  text-align: center;
}

.cov-txt {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  background: rgba(10,20,70,.85);
  border-radius: 4px;
  color: #ACB;
  padding: 10px 50px;
  font-size: 1.2em;
  text-align: center;
}

#cv1 {
  width: 13%;
  position: absolute;
  top: 30px;
  right: 70px;
  filter: hue-rotate(50deg);
 }

span.throw {
  text-decoration: underline;
  cursor: pointer;
}

nav {
  margin-left: 3%; 
  max-width: 600px;
  min-width: 400px;
  width: 100%;
  flex-flow: row;
  position: static;
  padding: 0px;
  height: auto;
  box-shadow: none;
}

nav a {
  color: #333;
  font-size: .85em;
  font-weight: 300;
  margin-left: 0;
}



.para-hole-1 {
  background: rgba(0, 0, 150, .2);
  height: 850px;
  justify-content: space-between;
  flex-flow: row;
}

.para-hole-1::after {
  display: none;
}

.para-hole-1 .col-right{
  background: rgba(0, 0, 150, .2);
}

.col-left {
  width: 40%;
  height: 100%;
  background: rgba(20, 20, 150, .4);
  justify-content: flex-end;
  min-width: 390px;
}

#cv2 {
  width: 300px;
}

.col-phantom {
  min-width: 20px;
}

.left-wrap {
  align-items: flex-start;
  min-width: 320px;
}

.sub {
  max-width: 200px;
}

.small {
  text-align: start;
}

.col-right {
  width: calc(100% - 390px);
  background: rgba(0, 0, 150, .0);
}

.cont-wrap {
  max-width: 100%;
}

.servs {
  min-height: 550px;
  height: auto;
  flex-flow: row;
}

.servs .col-left {
  min-height: 100%;
  height: auto;
}

.servs .col-left div {
  margin-right: 60px;  
  margin-top: 70px;
  text-align: start;
  transition: margin-right .6s;
}

@media only screen and (max-width: 1100px) {
  .servs .col-left div {
    margin-right: 20px;
  }
}

.servs .col-left div p {
  margin-bottom: 10px;
  margin-left: 0;
}

.servs .col-left div span {
  font-weight: 400;
}

.servs .col-right {
  height: 100%;
}

/*Covid cuccerek vtak itt*/
.cov-dtls {
  padding: 50px;
}

.cov-story {  
  letter-spacing: 1px;
  line-height: 20px;
}

.cov-req {
  text-align: center;
  margin-bottom: 60px;
  color: #37A;
  font-size: 1.1em;
  letter-spacing: 3px;
}


.rule-R, .rule-L {
  display: flex;
  /*border: 1px solid #CCC;*/
  align-items: center;
  background: #DEF;
  margin-bottom: 30px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.2);
}

.rule-L {
  flex-direction: row-reverse;
  background: #FFD;
}

.cov-story {
  padding: 0;
  margin-bottom: 60px;
  background: #F4DDDD;
  background-image: url("pics/viruses.jpg");
  background-size: cover;
  border: 2px solid #F88;
}

.pictos {
  min-width: 30%;
  height: 150px;
}

#picto1 {
  background-image: url("pics/lone4.webp");
  background-size: cover;
}
#picto2 {
  background-image: url("pics/handout.webp");
  background-size: cover;
}
#picto3 {
  background-image: url("pics/mask7.webp");
  background-size: cover;
}
#picto4 {
  background-image: url("pics/handwash2.webp");
  background-size: cover;
}
#picto5 {
  background-image: url("pics/cipozs.webp");
  background-size: cover;
}

.textos {
  margin: 0px 30px;
}

.story-txt {
  margin: 0;
  padding: 40px 50px 30px 50px;
  /*background: rgba(248,221,221, .95);*/
  background: #F5DDDD;

}

.deta {
  font-size: 16px;
}

.wait-txt {
  margin-top: 80px;
  padding: 0;
  margin-bottom: 60px;
  background: #F4DDDD;
  background-size: cover;
  border: 2px solid #F88;
  margin-bottom: 30px;
  box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.2);
  padding: 40px 50px 30px 50px;
  letter-spacing: 1px;
  line-height: 20px;
}

.cov-thx {
  text-align: center;
  margin-top: 40px;
  color: #37A;
  font-size: 1.1em;
  letter-spacing: 3px;
}

.list-wrap ul {
  margin-top: 80px;
}

li p {
  margin-left: 30px;
}

.sq {
  margin-top: 0px;
}

.about {
  height: 630px;
}

.about div.about-tit {
  margin-top: 100px;
  margin-bottom: 70px;
}

.about .details {
  margin-bottom: 0px;
}

.para-hole-2 {
  height: 500px;
  padding-top: 0;
  background: rgba(0, 0, 0, .2);
}

.refs {
  height: 750px;
 }


.refs {
  padding-bottom: 0;
}

.refs .refs-tit {
  margin-top: 80px;
  width: 50%;
}

.contact {
  height: 920px;
  flex-flow: row;
}

.contact::after {
  display: none;
}

.contact .col-left {
  align-items: flex-start;
  justify-content: flex-end;
}

.contact .col-left div {
  margin-right: 60px;
  margin-top: 70px;
  text-align: start;
}

.contact .col-left div p {
  margin-bottom: 10px;
}

.contact .col-right {
  padding: 130px 50px;
}

.up-row {
  flex-flow: row;
  max-width: 1000px;
}

.info-all {
  margin-right: 40px;
  margin-left: 0;
  max-width: 250px;
  width: 250px;
  text-align: start;
}

.map {
  margin: 0;
  margin-top: -40px;
}

@media only screen and (max-width: 1100px){
  .contact {
    height: auto;
  }
  .contact .col-left {
    height: auto;
  }
  .up-row {
    flex-flow: column;
  }
  .map {
    margin-top: 20px;
  }
}

.cont-inf {
  margin: 0;
  margin-top: 50px;
}


form {
  margin: 0;
  margin-top: 40px;
  max-width: 1000px;
}

.namail {
  flex-flow: row;
}

input#name, input#mail {
  width: 48%;
}

/*GALLERY*/

@media only screen and (max-width: 1150px) {
  .servs {
    flex-flow: column;
  }
  .servs .col-left {
    width: 100%;
    min-width: 0px;
    display: block;
    text-align: center;

  }
  .servs .col-left div{
    text-align: center;
  }
  .servs .col-right {
    width: 100%;
  }
}
/* END OF DESKTOP */
}
@media only screen and (max-width: 720px) {
  .cov-dtls  {
    padding: 2%;
  }
  .story-txt, .wait-txt {
    padding: 20px;
  }
  .cov-thx {
    margin-bottom: 30px;
  }

  .rule-R {
    flex-flow: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .pictos {
    width: 100%;     
    height: 270px;;
    margin-bottom: 20px;   
  }
  .textos {
    text-align: center;
  }
  .story-txt {
    text-align: start;
  }
  .cov-story {
    max-width: 100%;
  }
}

/*Mobile Horizontal menu (kiférjen)*/
@media only screen and (max-height: 400px) {
    nav a {
        font-size: 15px;
        padding: 7px 0px;
    }
}




/*************************/
/***** FKN-LAME-VIEW *****/
/*************************/
@media only screen and (max-device-width: 400px) {
  #anch-servs, #anch-about, #anch-refs, #anch-contact {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
  }
  .para-hole-1 .col-left {
    height: 500px;
    padding: 0px 10px;
  }
  .servs  {
    /*height: 800px;*/
    display: block;
  }
  .contact {
    display: block;
  }
}/*EOF FKN-LAME*/