/*==================start GENERAL https://farmako.net/el/blog/BlogLab/vaccines-core.php================*/
body {
  background-image: none;
  background-color:rgba(220, 225, 233, 0.1);

}

.areaTop {
  height: auto;
  background-color: rgba(11, 76, 132, 0.9);
  color: #fff;
}

h4 {
  margin-top: 2vh;
}

.top_ribbon {
  width: 100%;
  max-width: 1000px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7em;
}

h1,
h2,
h4 {
  font-weight: 300;
}



.areaCore {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  padding-right: 20px;
  display: flex;
}

/*#==============start content===================================*/
#content {
  width: 100%;
  margin: 10vh 0; 
}

/*==========start card===============*/
.post {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  height: auto;
  line-height: 1.7;
  background-color: #fff;
  box-shadow: 5px 5px 40px #eee;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: 5vh auto;
  border-radius: 50px 0;
  color: #2D3E50;
  display: flex;
  flex-direction: column; 

}
h2{line-height: 1.5; margin:.8em 0;}
  .post {
    padding: .2em;
  }

.post h4 {
  color: #ccc;
}

#pic2 {
  background-image: url('../pics/CoV.jpg');
  border-radius: 50px 0 0 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}


.article {
  width: 100%;
  border-radius: 0 0 50px 0;
  padding: 0;
}

#up{
  padding: 5em;
}

#up {
  padding-bottom: 0em;
}

.article h2,
.article h4 {
  font-weight: 500;
}

.card-header {
  margin-top: 1em;
  margin-bottom: 2em;
}

.evretirio {
  display: flex;
  font-weight: 400;
  margin-right: 3em;
}

#content li {
  margin-left: 3em;
  margin-bottom: 1em;
}

h2 {
  margin-top: 2em;
}


hr {
  border-top: 2px solid #ccc;
  border-bottom: none;
}

/*==========END card==========================*/

/*========start container ()BMI Calculator=========*/

/*========end container ()BMI Calculator=========*/

/*========start @MEDIA=========*/
@media (max-width: 1300px) {
  #content {
    margin-left: -50px
  }
}

@media (max-width: 1200px) {
  #content {
    margin-left: -20px
  }
}

@media (max-width: 1100px) {
  .areaCore {
    font-size: 15px;
    padding: 20px
  }

  .areaLeft {
    display: none;
  }

  #content {
    margin-left: 0px
  }
}

@media (max-width: 900px) {
  .top_ribbon {
    font-size: 1.25em;
  }

  .areaCore {
    font-size: 14px;
  }

  .h2.title {
    font-size: 25px;
    margin: 0 auto;
  }
}

@media (max-width: 770px) {

    
  #up {
    padding: 4vw;
  }
}
    
@media (max-width: 600px) {
  .top_ribbon {
    font-size: 1.1em;
  }

  .areaCore {
    padding: 20px 10px;
  }

  #content {
    width: 100%;
    margin: 0;
  }

  .h2.title {
    font-size: 20px;
  }

  .evretirio {
    flex-direction: column;
    font-weight: normal;
  }

  input[type="range"] {
    width: 100%;
  }
}

@media (max-width: 535px) {
      h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 490px) {
      h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 460px) {
        h1 {
    font-size: 27px !important;
  }
    .top_ribbon h4 {
    font-size: 18px;
  }
  
  .areaCore {
    font-size: 13px;
  }

  #up{
    padding: 1vw;
  }


}


@media (max-width: 420px) {
        h1 {
    font-size: 23px !important;
  }
    .top_ribbon h4 {
    font-size: 16px;
  }
  }

@media (max-width: 400px) {
  .areaCore {
    padding: 20px 5px;
  }

}


@media (max-width: 350px) {
        h1 {
    font-size: 20px !important;
  }
    .top_ribbon h4 {
    font-size: 14px;
  }
  }


@media (max-width: 330px) {
  .areaCore {
    padding: 10px  5px;
  }


}
/*========end @MEDIA=========*/