body {
  font-family: "Calibri";
}
body::before {
  content: "";
  background-image: url(background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 88%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.nuotrauka_hire_me,
.nuotrauka {
  width: 250px;
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 50px;
}
.sidona_lastauskaite {
  font-size: 38px;
  color: white;
}
.info_lygiavimas {
  text-align: center;
}
.pastas {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 30px;
}
a.pastas:link {
  color: rgb(176, 176, 176);
}
a.pastas:active {
  color: white;
}
a.pastas:visited {
  color: white;
}
.info_pav {
  height: 50px;
  width: 50px;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.info :hover {
  background-color: rgba(255, 255, 255, 0.632);
  filter: invert(100%);
  transform: scale(1.3);
  transition: transform 0.5s ease;
}
.info {
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  opacity: 70%;
}
.thank_you,
.Biomedical_technologist {
  font-size: 26px;
  color: rgb(176, 176, 176);
  font-weight: bolder;
}
.City_phone {
  font-size: 18px;
  color: rgb(176, 176, 176);
}
.CV_table {
  width: 600px;
  border-spacing: 20px;
  margin: auto;
}
.CV_lenteles_stumdymas {
  /*kad lentele galima butu stumdyti i sonus sumazinus langa (reikia isideti visa lenteles turini i diva)*/
  overflow: auto;
  max-width: 100vw;
}

.Download_CV_Table {
  margin: auto;
  border-spacing: 20px;
}
.button_download {
  border: solid;
  font-size: 25px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  color: white;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 1.5s ease;
}
.button_download:hover {
  background-color: rgb(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.button_hire {
  background-color: rgba(0, 123, 189, 0.42);
  font-size: 25px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  transition: background-color 1.5s ease;
  position: relative;
}

.button_hire:hover {
  background-color: rgb(3, 137, 209);
  transform: scale(1.1);
}
.main {
  max-width: 1400px;
  position: relative;
  margin: auto;
}

@media only screen and (max-width: 990px) {
  .nuotrauka {
    position: static;
  }
}

@media only screen and (max-width: 1310px) {
  .nuotrauka_hire_me {
    position: static;
  }
}
.text_lygiavimas {
  text-align: center;
}
.text_about_me {
  display: inline-block;
  text-align: justify;
  width: 800px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
  overflow-wrap: break-word;
}

.text_education {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
}

.text_work {
  text-align: justify;
  width: 280px;
  height: 750px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
}
.text_work2 {
  text-align: justify;
  width: 430px;
  height: 750px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
}
.text_container {
  display: flex;
  justify-content: center;
}
.text_digital {
  display: inline-block;
  text-align: center;
  width: 600px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
}

.text_language {
  display: inline-block;
  text-align: justify;
  width: 400px;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.715);
}

a.scroll:link {
  color: white;
}
a.back_to_index:link {
  color: white;
  text-decoration: none;
}
a.back_to_index:visited {
  color: white;
  text-decoration: none;
}
a.back_to_index:active {
  color: white;
  text-decoration: none;
}

.scroll-down-button:hover {
  background-color: rgba(255, 255, 255, 0.381);
  transform: scale(1.1);
}

.scroll-down-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: solid;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
  background-color: rgba(255, 255, 255, 0.142);
  transition: background-color 1.5s ease;
}
