@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates);
@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');
/* @import url('https://fonts.googleapis.com/css2family=Noto+Sans+Javanese&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Megrim&display=swap'); */
@import url(./font-awesome.min.css);
html, body {
  /* font-size: calc(18px + (33-14) * ( (100vw - 420px) / 1280)); */
  /* font-size: calc(18px + (14px - 33px) * ( (100vw - 420px) / (1280px - 420px))); */
  font-size: 2.35vw;
  font-family: 'Montserrat', serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./bg.jpg');*/
  background-image: url('./bg.jpg');
  overflow-x:hidden;
}

a {
  text-decoration: none;
}

/* calc: min-size + (min-size - max-size) * ( (100vw - min-width) / ( max-width - min-width) ) */

@media screen and (max-width: 420px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 30px;
  }
}

.content-wrapper {
  height: 100vh;
  width: 100vw;
  color: #fff;
  background-color: rgba(1, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a.white:link, a.white:visited {
  color: #fff;
  text-decoration: none;
}

a:hover, a:active {
  text-shadow: 0 0 0.5rem #000000;
  color: #486d82;
  text-decoration: none;
}

.float {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0 2rem 0 2rem;
  width:100%;
}

.title {
  font-family: 'Pattaya';
  font-size: 1.5rem;
  line-height: 1.2rem;
  padding: 0 1rem;
  color: #000000;
  text-align: center;
}

.subtitle {
  font-family: 'Montserrat Alternates';
  font-size: 0.7rem;
  line-height: 0.6rem;
  padding: 0 1rem 1rem 1rem;
  color: #000000;
  text-align: center;
}

h2 {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 1rem 0rem 0 2rem;
  width:100%;
}

td {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0 0rem 0 1rem;
}

.err {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0 2rem 0 2rem;
  width:100%;
  color: #ff2222;
}

table {
  margin: 1rem 2rem 1rem 2rem;
  background-color: #ffffff;
  opacity: 0.8;
  color: #000000;
}

table, tr, td {
  border:2px solid black;
  padding: 0.5rem;
}

.info {
  font-size: 0.75rem;
  line-height: 0.9rem;
  padding: 0 2rem 1rem 2rem;
  color: #bbbbbb;
}

.copy {
  font-family: sans-serif;
  font-size:0.8rem;
}

input, button {
  font-size: 1rem;
  height: 2rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  opacity: 0.8;
}

.icons {
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
  padding: 0 0.1rem 0 0.1rem;
  text-align: right;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.infobox {
  background: rgba(255,255,255,0.5);
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(255,255,255,0.25));
  outline: solid 1px rgba(255,255,255,0.5);
  border-radius: 1rem;
  width: 12rem;
  height: 18.3rem;
}

.infoimg {
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 40%;
  border: 0.1rem solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.5);  
  background-image: url(./ivone_web.png);
  background-size: 10rem;
  background-repeat: no-repeat;
  margin: 1rem;
}

.socials {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.linkedin {
  display: inline-block;
  width: 4rem;
  height: 1.6rem;
  margin: 0 0.25rem;
  background-color: rgba(255,255,255,0.5);
  background-image: url(./LinkedIn_logo.svg);
  background-size: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.2rem;  
}

.linkedin:hover {
  filter: drop-shadow(0 0 0.1rem rgba(255,255,255,1));
}

.xing {
  display: inline-block;
  width: 4rem;
  height: 1.6rem;
  margin: 0 0.25rem;
  background-color: rgba(255,255,255,0.5);
  background-image: url(./XING_logo.svg);
  background-size: 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.2rem;
}

.xing:hover {
  filter: drop-shadow(0 0 0.1rem rgba(255,255,255,1));
}