@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: bold;
}
html{
  margin:0px;
  font-family: poppins;
}
body{
  margin:0px;
  background:#1d2222;
  color:white;
  text-align: justify;
}
body > header{
  width:100%;
  text-align:center;
  border-bottom:1px solid #34c3c8;
  position:fixed;
  background:#171b1b;
}
body > header nav a{
  color: #34c3c8;
  font-size:1.5vw;
  text-decoration:none;
  margin-right:20px;
  margin-left:20px;
}
body > header nav a:first-child{
  float:left;
  position:absolute;
  
}
body > header nav img{
  height:28px;
}
h1{
  color:white;
  border-bottom:1px solid #34c3c8;
  margin-bottom:0px;
}
article{
  display:flex;
  justify-content:space-between;
  overflow:auto;
  align-items:center;
}
article#main h4{
  text-align:right;
}

.purple{
  color:#d74cd1;  
}
.nav-line{
  background:linear-gradient(90deg, rgba(196,200,52,1) 0%, rgba(52,195,200,1) 100%, rgba(0,212,255,1) 100%);
}
.nav-grad{
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

#main-title{
  color:#1d2222;
  border-bottom:1px solid #1d2222;
}

#main-text{
  color:white;
}

#main-desc{
  opacity:0;
}

#main-desc b{
  color: #c4c900;
}

#logo-title{
  opacity:0;
}
.even,.even-container{
  /*background:#adc7c8;*/
  /*background:#d0ebed;*/
  /*background:#f0f9fa;*/
  background:white;
  color:black;
}

.even-container h1{
  color:#353c3c;
}

.even-container p{
  color:#2d1e23;
}

#flags{
  padding-top:0px;
}

#flags img{
  margin-top:-40px;
  padding-top:0px;
}
#java-title{
  color:black;
}

.odd,.odd-container{
  background:#1d2222;
}

.odd-container h1{
  color:white;
}

/* ----------------- SKY ------------------*/
@keyframes fadeIn{from { opacity: 0; }}
.star-ani0{animation: fadeIn 3s infinite alternate;}
.star-ani1{animation: fadeIn 2s infinite alternate;}
.star-ani1{animation: fadeIn 5s infinite alternate;}
#stars{
  width:100%;
  height:100%;
  z-index:-1;
}

#sky {
  position:absolute;
  left:0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index:-1;
}

#shootingstars {
  position:absolute;
  left:0px;
  top:55px;
  margin: 0;
  padding: 0;
  width: 100vw;
  height:90vh;
  z-index:100;
}

.wish{
  height: 2px;
  top: 300px;
  width: 50px;
  margin: 0;
  opacity: 1;
  padding: 0;
  background-color: #ceb968;
  position: absolute;
  background: linear-gradient(-45deg, #ceb968, rgba(0, 0, 255, 0));
  filter: drop-shadow(0 0 6px white);
  overflow: hidden;
  transform: rotate(120deg)
}

#young{
  align-items:stretch;
}

#young div{
  border:1px solid #bbbbbb;
  border-radius:10px;
  background:#ffffff;
  color:black;
}

#items{
  height:60vh;
  padding-top:10vh;
}

#items nav{
  margin-top:20px;
  text-align:center;
}

#items nav a{
  text-decoration:none;
  font-size:1.5vw;
  color:grey;
  letter-spacing:1vw;
}

#items{
  align-items:flex-start;
}

#items h2{
  /*color:#353720;*/
  color:#813e7d;
  margin-bottom:0px;
}
#items span{
  color:#813e7d;
  
}

#items > article > div{
  padding:1vw;
}

#items > article > div:nth-child(2) p{
  font-size:1.5vw;
  width:35vw;
}

#items img{
  opacity:0.8;
}

#items h1{
  margin-top:0px;
}

#items > article > div:nth-child(1){
  padding: 3vw 1vw 1vw 1vw;
}

#items > article > div:nth-child(1) div{
  border:1px solid #bbbbbb;
  border-radius:10px;
  background:#e5e6c9;
  color:black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align:center;
}

#main-text a{
  color:#d8fdff;
  text-decoration-line: none;
}

#upper li{
  list-style-type: none;
  margin-bottom:10px;
}
#upper li::marker{
  color:#d74cd1;
}

#upper a{
  text-decoration:none;
  color:white;
}

/* ---------------- END SKY -------------------*/

@media(min-width:800px){
  header{
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
  }
  h1{
    font-size:3vw;
  }
  article,.title-up{
    width:80vw;
    margin-right:auto;
    margin-left:auto;
  }
  body > header nav a:first-child{
    top:14px;
    left:10vw;
  }
  #main-text{
    width:39vw;
    font-size:1.5vw;
  }
  #main h4{
    font-size:1.6vw;
  }
  
  #logo{
    width:35vw;
    z-index:10;
    opacity:0;
  }
  #main,.fs{
    height:100vh;
  }
  #sky {
    top:55px;
    width:100vw;
    height:100vh;
  }
  #services,#java{
    height:80vh;
    overflow-y:hidden;
  }
  #services{
    background-image: url(../img/network.png);
    background-repeat:no-repeat;
    background-size: contain;
  }
  #services-title{
    padding-top:5vh;
    border-bottom:2px solid #71741e;
    margin-bottom:0px;
  }
  #services-graph{
    width:30vw;
  }
  #services-text{
    width:50vw;
    color:#2d1e23;
  }
  #services h4{
    font-size:2vw;
    margin-bottom:0px;
    color:#813e7d;
  }
  #services p{
    font-size:1vw;
  }
  #young{
    gap:1vw;
    margin-top:1vh;

  }
  #young div{
    display:table;
    font-size:2.5vh;
    text-align: center;
    width:20vw;
    height:15vh;
    border-radius:10px;
  }
  #young div img{
    display:block;
    border-radius:10px 10px 0px 0px;
    width:19.14vw;
  }
  #young div p{
    vertical-align:middle;
    padding:1vw;
  }
  #young div:nth-child(1){
    margin-bottom:45vh;
  }
  #young div:nth-child(2){
    margin-top:12vh;
  }
  #young div:nth-child(3){
    margin-top:24vh;
  }
  #young div:nth-child(4){
    margin-top:36vh;
  }
  #upper > section,#promo-bottom > div{
    width:80vw;
  }
  
  #upper > section > header{
    position:relative;
    top:10vw;
    color:white;
  }

  #upper > section > header > a{
    color:#c4c900;
    text-decoration:none;
  }
  
  #upper > section > h1{
    margin-top:10vw;
    border-width:0px;
    font-size:2.5vw;
  }

  #upper > section p,#upper li{
    font-size:1.2vw;
  }
  #upper > section b, #promo-bottom b{
    color:#c4c900;
  }
  #upper .box{
    border-radius:1vw;
    border:1px solid white;
    background:#1d2222;
    padding:1vw;
    text-align: center;
  }
  #upper .box h2{
    font-size:1.5vw;
  }

  #upper .box svg{
    height:4vw;
    color:#c4c900;
  }
  .moon{
    background:url(../work/satellite2.png);
    background-repeat: no-repeat;
    background-position:65vw 6.5vw;
    background-size: 15vw;
  }
  .voyager{
    background:url(../img/voyager-golden-record.png);
    background-repeat: no-repeat;
    background-position:65vw 6.5vw;
    background-size: 15vw;
  }
  .about{
    background:url(../img/aboutus.png);
    background-repeat: no-repeat;
    background-position:45vw 7.5vw;
    background-size: 30vw;
  }
  .about section p{
    width:60%;
  }
  .contact{
    background:url(../img/contact.png);
    background-repeat: no-repeat;
    background-position:50vw 8.5vw;
    background-size: 25vw;
  }
  .star{
    background:url(../img/star.png);
    background-repeat: no-repeat;
    background-position:65vw 6.5vw;
    background-size: 15vw;
  }
  .nebulosa{
    background:url(../img/nebulosa.png);
    background-repeat: no-repeat;
    background-position:65vw 6.5vw;
    background-size: 15vw;
  }
  #shine{
    position:absolute;
    top:4vw;
    left:84vw;
    width:5vw;
    z-index: 200;
  }
  #promo{
    margin-top: 6vw;
    display: grid;
    gap:1vw;
    grid-template-columns: auto auto;
  }
  #promo .box{
    width:36.5vw;
  }
  #promo-bottom h2{
    font-size:2vw;
  }
  #promo-bottom{
    text-align: center;
  }
  #promo-bottom div{
    padding-top:1vw;
  }
  #promo-bottom a{
    text-decoration: none;
    color:white;
    font-weight: bold;
  }
  .even > section.promo-block,.odd > section.promo-block{
    margin-left:5vw;
    padding-left:14vw;
    padding-right:8vw;
    padding-top:2vw;
  }
  .even > section.promo-block li b{
    color:#555555;
  }
  section.promo-block > a{
    display:table;
    float:right;
    margin:2vw 0vw;
    border-radius:5px;
    padding: .75vw 3vw;
    text-decoration: none;
    font-size:1vw;
    font-weight: bold;
  }
  .even section.promo-block > a{
    color:#c4c900;
    background:#1d2222;
  }
  .odd > section.promo-block > a{
    background:#c4c900;
    color:#1d2222;
  }
  section.promo-block nav{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  section.promo-block nav a {
    cursor: pointer;
    font-size:2vw;
    color:#999999;
    text-decoration: none;
    margin-left:2vw;
  }
  section.promo-block nav a.active{
    color:black;
  }
  .promo-block ul{
    padding:0px;
    margin-bottom:2.5vw;
  }
  
  .promo-block li{
    list-style-type: none;
    margin-bottom:1vw;
  }
  
  section.promo-block p,section.promo-block li{
    font-size:1vw;
  }
  .even > section.promo-block{
    color: #1d2222;
    border-left:2px solid  #1d2222;
  }
  .bg-java{
    background:url(../img/java-logo.svg);
    background-repeat: no-repeat;
    background-position:6vw 45%;
    background-size: 10vw 10vw;
  }
  .bg-ben{
    background:url(../img/benefits.svg);
    background-repeat: no-repeat;
    background-position:8vw center;
    background-size: 7vw 7vw;
  }
  .bg-brain{
    background:url(../img/brain.svg);
    background-repeat: no-repeat;
    background-position:8vw center;
    background-size: 7vw 7vw;
  }
  .bg-fea{
    background:url(../img/fea1.svg);
    background-repeat: no-repeat;
    background-position:8vw center;
    background-size: 7vw 7vw;
  }
  .bg-histo{
    background:url(../img/history.svg);
    background-repeat: no-repeat;
    background-position:8vw center;
    background-size: 7vw 7vw;
  }
  .columned{
    padding-right:20vw;
    padding-bottom:5vw;
  }
  #solutions2{
    background:url(../img/computer.png);
    background-repeat: no-repeat;
    background-position:50vw 8vw;
    background-size: 32%;
  }
  #contact label,#contact input{
    display:block;
  }

}


