/* COMMON STYLES*/
body {
  font-family: "gt_walsheim_proregular";
  font-weight: normal;
  font-style: normal;
}

body a:hover {
  text-decoration: none;
}

.reg_txt {
  font-family: "gt_walsheim_proregular";
}

/*********** FOOTER ********/
#footer {
  background-color: #262161;
  color: #FFFFFF;
  height: 25vw;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

#footer_txt_1 {
  left: 5%;
  top: 20%;
  position: absolute;
  margin-right: 75%;
}

#footer_txt_2 {
  right: 5%;
  position: absolute;
  left: 75%;
  top: 20%;
  line-height: 135%;
  text-align: right;
}

#subscribe_button {
  background-color: #ffffff;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 0%;
  top: 20%;
  display: block;
}

#footer_txt_small {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 38%;
  color: #6121F5;
  width: fit-content;
  font-family: 'Gilroy-SemiBold';
}

.social_icon_img {
  width: 100%;
}

.social_icon_link {
  width: 30px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}

#social_icons_div {
  right: 10%;
  position: absolute;
}

/* min-width 1024 and max-width 1440px*/
/* Large screens - DESKTOP */
@media only screen and (min-width: 64.060em) and (max-width: 90em) {
  .reg_txt {
    font-size: 190%;
    line-height: 110%;
  }

  .social_icon_link {
    width: 25px;
    margin-left: 15px;
  }
}

/* XLarge screens min-width 1440px and max-width 1700px*/
@media only screen and (min-width: 90.060em) and (max-width: 106.25em) {
  .reg_txt {
    font-size: 225%;
    line-height: 130%;
  }

  .social_icon_link {
    width: 35px;
    margin-left: 25px;
  }
}

/** XXLarge screens, more than 1700 px */
@media only screen and (min-width: 106.31em) {
  .reg_txt {
    font-size: 260%;
    line-height: 140%;
  }

  .social_icon_link {
    width: 35px;
    margin-left: 25px;
  }

}

/* MOBILE - max 640 px*/
@media only screen and (max-width: 40em) {

  /***** FOOTER *****/
  #footer {
    z-index: -1;
    height: 150vw;
  }

  #footer_txt_1 {
    display: none;
  }

  #footer_txt_2 {
    top: 27%;
    left: 30%;
    right: 25%;
    line-height: 125%;
    font-size: 150%;
  }

  #subscribe_button {
    top: 10%;
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 0%;
    width: 68%;
    text-align: center;
    white-space: nowrap;
  }

  #subscribe_button a {
    font-size: 19px;
    white-space: nowrap;
  }

  #footer_txt_small {
    top: 21%;
    font-size: 90%;
  }

  .social_icon_link {
    width: 20px;
    margin-left: 10px;
  }

  /**********/
}

/* Medium screens - TABLET  From 640 to 1024 pixel*/
@media only screen and (min-width: 40.060em) and (max-width: 64em) {

  /***** FOOTER *****/
  #footer {
    top: 1185vw;
    z-index: -1;
    height: 80vw;
  }

  #footer_txt_1 {
    top: 30%;
    margin-right: 65%;
  }

  #footer_txt_2 {
    top: 30%;
    left: 60%;
  }

  #subscribe_button {
    top: 10%;
  }

  #footer_txt_small {
    top: 22%;
  }

  .social_icon_link {
    width: 25px;
    margin-left: 15px;
  }

  /**********/
}