*{
  background-color: #b5d9ff;
  color: #244d78;
  font-family: 'Montserrat Alternates', sans-serif; /*Paytone One*/

}

.divtitle{
  font-size: 25px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 60px;
}

p, strong, h2, a{
  background: #91c4fa;
}


.vid{
  background: #b5d9ff;
}


h2{
  text-align: center;
  margin: 0;
}

.col-8, h4, p{
  font-weight: 600;
}

a{
  margin-top: 20px;
  margin-bottom: 20px;
}


/* country name */
.country-name-right{
  margin-left: 40px;
  background-color: #b5d9ff;
  font-size: 30px;
  color: #244d78;
}
.country-name-left{
  margin-right: 40px;
  background-color: #b5d9ff;
  font-size: 30px;
  color: #244d78;
}


/* CONTAINERS */

.container {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}


/* position of columns */
.espacementA, .espacementB{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}


/* spacing between columns (image and text) */
.espacementA .col-8{
  margin-right: 80px;
}
.espacementB .col-8{
  margin-left: 80px;
}


.espacementA img {
    width:400px;
    height: 400px;
    object-fit: cover;
    display: inline-block; /* the image behaves inline */
}

.espacementB img {
    width:400px;
    height: 400px;
    object-fit: cover;
    display: inline-block; /* the image behaves inline */
}



/*DYNAMISM*/

/* link hover */
a:hover{
  color: white;
  transition: .1s;
}

/* blue bubble before hover */
.col-8{
  width: 500px;
  height: 150px;
  padding: 30px;
  background: #91c4fa;
  display: inline-block;
  border-radius: 30px;
  transition: .5s ease;
  -webkit-transition: all .5s ease; /*Chrome*/
  -moz-transition: all .5s ease; /*Safari*/
  -o-transition: all .5s ease; /*Firefox*/
  transition: all .5s ease;
}

/* blue bubble hover */
.col-8:hover{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.03);
}

/* image before hover */
.image{
  border-radius: 30px;
  opacity: 1;
  transition: .5s ease;
  -webkit-transition: all .5s ease; /*Chrome*/
  -moz-transition: all .5s ease; /*Safari*/
  -o-transition: all .5s ease; /*Firefox*/
  transition: all .5s ease;
}

/* image hover */
.image:hover{
  opacity: 0.7;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.03);
}

.col-4>a{
  background: none;
}

.col-4{
  display: flex;
  align-items: center;
  justify-content: center;
}





/* adapt to different sizes */
@media (max-width: 1010px) {
  .col-8>h2{
    font-size: 24px;
  }
  .col-8{
    font-size: 16px;
  }
  .espacementA .col-8{
    margin-right: 50px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 50px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:300px;
    height: 300px;
  }
}
@media (max-width: 955px) {
  .divtitle{
    font-size: 25px;
  }
}

@media (max-width: 830px) {
  .divtitle{
    font-size: 22px;
  }
  .col-8{
    font-size: 16px;
  }
  .espacementA .col-8{
    margin-right: 40px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 40px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:250px;
    height: 250px;
  }
}

@media (max-width: 735px) {
  .divtitle{
    font-size: 19px;
  }
  .espacementA .col-8{
    margin-right: 20px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 20px; /* spacing between image and text */
  }
}

@media (max-width: 712px) {
  .country-name-right{
    margin-left: 20px;
    font-size: 25px;
  }
  .country-name-left{
    margin-right: 20px;
    font-size: 25px;
  }
}

@media (max-width: 690px) {
  .col-8>h2{
    font-size: 20px;
  }
  .espacementA .col-8{
    margin-right: 20px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 20px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:230px;
    height:230px;
  }  
}

@media (max-width: 669px) {
  .col-8{
    height: 200px;
  }
}

@media (max-width: 638px) {
  .col-8{
    font-size: 14px;
    border-radius: 70px;
    .col-8{
      height: 160px;
    }
  }
  .espacementA .col-8{
    margin-right: 20px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 20px; /* spacing between image and text */
  }
}

@media (max-width: 612px) {
  .divtitle{
    font-size: 17px;
  }
}

@media (max-width: 585px) {
  .divtitle{
    font-size: 15px;
  }
  .col-8>h2{
    font-size: 16px;
  }
  .col-8{
    font-size: 12px;
    height: 140px;
    border-radius: 60px;
  }
  .country-name-right{
    margin-left: 20px;
    font-size: 20px;
  }
  .country-name-left{
    margin-right: 20px;
    font-size: 20px;
  }
  .espacementA .col-8{
    margin-right: 20px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 20px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:180px;
    height:180px;
  }
}
@media (max-width: 530px) {
  .col-8{
    height: 160px;
  }
}
@media (max-width: 507px) {
  .col-8{
    font-size: 11px;
  }
}

@media (max-width: 492px) {
  .divtitle{
    font-size: 12px;
  }
  .col-8>h2{
    font-size: 14px;
  }
  .col-8{
    font-size: 10px;
    height: 120px;
  }
  .espacementA .col-8{
    margin-right: 18px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 18px; /* spacing between image and text */
  }
}

@media (max-width: 479px) {
  .col-8{
    font-size: 9px;
  }
  .col-8>h2{
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .col-8{
    font-size: 8px;
    border-radius: 60px;
    height: 100px;
  }
  .col-8>h2{
    font-size: 10px;
  }
  .country-name-right{
    margin-left: 15px;
    font-size: 20px;
  }
  .country-name-left{
    margin-right: 15px;
    font-size: 20px;
  }
  .espacementA .col-8{
    margin-right: 10px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 10px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:180px;
    height:180px;
  }
}

@media (max-width: 433px) {
  .divtitle{
    font-size: 10px;
  }
  .col-8{
    font-size: 8px;
    border-radius: 50px;
    height: 100px;
  }
  .espacementA img,.espacementB img{
    width:160px;
    height:160px;
  }
}

@media (max-width: 410px) {
  .col-8{
    height: 80px;
  }
  .espacementA .col-8{
    margin-right: 5px; /* spacing between image and text */
  }
  .espacementB .col-8{
    margin-left: 5px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:145px;
    height:145px;
  }
}

@media (max-width: 392px) {
  .col-8{
    font-size: 8px;
    border-radius: 50px;
    height: 80px;
  }
  .country-name-right{
    margin-left: 10px;
    font-size: 18px;
  }
  .country-name-left{
    margin-right: 10px;
    font-size: 18px;
  }
  .espacementA .col-8{
    margin-right: 5px; /* spacing between image and text */
    margin-left: 5px; /* spacing between with border*/
  }
  .espacementB .col-8{
    margin-right: 5px; /* spacing between with border */
    margin-left: 5px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:130px;
    height:130px;
  }
}

@media (max-width: 384px) {
  .col-8{
    font-size: 8px;
    border-radius: 40px;
    height: 80px;
  }
  .espacementA .col-8{
    margin-right: 2px; /* spacing between image and text */
    margin-left: 2px; /* spacing with border */
  }
  .espacementB .col-8{
    margin-right: 2px; /* spacing with border*/
    margin-left: 2px; /* spacing between image and text */
  }
  .espacementA img,.espacementB img{
    width:120px;
    height:120px;
  }
}

@media (max-width: 365px) {
  .col-8{
    font-size: 6px;
  }
}






















body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
  @keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}