/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*@font-face {
  font-family: 'Venice';
  src: url('webfonts/veniceclassic-webfont.woff2') format('woff2'),
       url('webfonts/veniceclassic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}*/


/* layout */
html,body {
  margin: 0;
  padding: 0; 
  text-align: center;
  background-color: #e6e8f3;
  font-family: 'Fira sans', arial, sans-serif; 
  line-height: 1.3;
  font-weight: 400;
}

header, main, menu, nav, section {
    display: block;
}

input { font-family: 'Fira sans', arial, sans-serif; line-height: 1.3; }
ul li, p, em { font-size: 16px; font-style: normal; letter-spacing: -0.01em; }


 h1 {
      padding: 0;
      font-size: 1.5em;;
      line-height: 1em;
      font-weight: 400;
      margin: 0;

    }

    p {
      padding: 0;
      margin: 5px 0 0 0;
      font-size: 1.2em !important;
      line-height: 1.2em;
      font-weight: 200;
      color: #000;
    }

.display-container {
  position: relative;
  left: 0%;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  text-align: left;
  padding: 20px 10%;
}

#hero {
  display: block;
  height: 600px; 
  background: transparent;
  background-image: url(portrait.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-position-x: 70%;
}

.textContainer {
  padding: 8em 0 0 10%;
  max-width: 50%;
  float: left;
}

.book {
  background-color:#fff;
  border:1px solid #000;
  border-radius:36px;
  display:inline-block;
  cursor:pointer;
  color:#000;
  font-family:'Fira sans', Arial;
  font-weight: 400;
  font-size:1.2em;
  padding:12px 20px;
  text-decoration:none;
  background-image: url(mail.png) 0 0 0 0;
  margin: 1em 0;
}
.book:hover {
  /*background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);*/
  background-color:#000;
    color:#fff;

}
.book:active {
  position:relative;
  top:1px;
}


#languageList {
  margin: 0 0 0 -10px;
  width: 100%;
  z-index: 100;
  float: left;
  padding: 0;
  width: 100%;
  text-align: center;
}

#languageList ul {
  margin: 0 0 0 10%;  
  padding: 0;
  float: left;
  width: 100%;
}

#languageList li {
  list-style: none;
  float: left;
  margin: 0 5px 5px 0;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 0;
}

#languageList a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  line-height: 3em;
  height: 46px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  border-radius:36px;
  border:1px solid #fff;
  }

#languageList a:hover {
  border-color: #000;
  border:1px solid #000;
}

#languageList a.here {
  font-weight: 800;
}


/* https://blog.logrocket.com/css-breakpoints-responsive-design/ */
@media only screen and (max-width: 640px) {

  .display-container { 
      padding: 0; 
      margin: 0; 
    }

    #hero { 
      height: 900px;
      margin: 0;
      background-position-x: 70%;
      background-size: 250% auto;
      }
        
    .textContainer {
      padding: 1em 0 0 3%;
      max-width: 50%;
      float: left;
      background-color: rgba(255, 255, 255, 0.5);
    }
      
    h1 {
      padding: 0;
      font-size: 1.5em;;
      line-height: 1em;
      font-weight: 400;
      margin: 0;

    }

    p {
      padding: 0;
      margin: 5px 0 0 0;
      font-size: 1.2em !important;
      line-height: 1.2em;
      font-weight: 200;
      color: #000;
    }
      
    .book {
      font-size:1em;
      padding:12px 17px;
      margin: 1em 0;
    }

    #languageList a {
        font-size: .8em;
        line-height: 3em;
        height: 36px;
        padding: 0 8px;
        margin: 0 15px 15px 10px;
        border: 1px solid #000;
    }
}

@media only screen and (min-width: 768px) {
  #hero { 
    height: 900px;
    margin: 0;
    background-position-x: 70%;
    }
    
  h1 {
    padding: 0;
    margin:0 0 0 -4px;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 300;
    }

  p {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 200;
    }

  .textContainer {
    padding: 8em 0 0 5%;
    max-width: 50%;
    /*background-color: rgba(0, 0, 255, 0.3);*/
  }
  .display-container {
    padding: 20px 2%;
  }
}

@media only screen and (min-width: 1024px) {
  #hero { 
  height: 700px;
  margin: 0;
  background-position-x: 70%;
  }
    
  h1 {
  padding: 0;
  margin:0 0 0 -4px;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 300;
}

p {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 200;

}

  .textContainer {
    padding: 8em 0 0 10%;
    max-width: 50%;
    /*background-color: rgba(0, 0, 255, 0.3);*/
  }
}

@media only screen and (min-width: 1280px) {

.display-container {
 /*background-color: rgba(0, 200, 100, 1.0);*/
 max-width: 1280px;
 margin: 0 auto;
}

#hero { 
  height: 700px;
  margin: 0;
  background-position-x: 70%;
  }
    
.textContainer {
  padding: 8em 0 0 10%;
  max-width: 50%;
  /*background-color: rgba(255, 0, 0, 0.3);*/
}

  
  h1 {
  padding: 0;
  margin:0 0 0 -6px;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 300;
}

p {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #000;
}
  
.book {
  font-size:1em;
  padding:12px 17px;
  margin: 1em 0;
}

}





}





