@import 'reset.css';
@import 'https://fonts.googleapis.com/css?family=Alfa+Slab+One|Lato:300,500';

body {
  background: rgb(128,206,255);
  color: #003300;
  font-family: 'Lato';
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  padding-bottom: 1.5em;
}

b, strong {
  font-weight: 500;
}

p {
  margin-bottom: 2rem;
  text-align: justify;
}

p:last-child {
  margin: 0;
}

.partners {
  /*line-height: 1.3em;*/
  width: calc(100% - 1rem);
  max-width: 40rem;
  margin: 0 auto 0;
}

.logos {
  text-align: center;
}

.logos li {
  display: inline-block;
  margin: 0 0.25rem 0 0.25rem;
}
.logos li img {
  /*max-height: 2rem;*/
  height: 13vw;
}

.content {
  padding: 2rem 2rem;
  line-height: 1.3em;
  width: calc(100% - 1rem);
  max-width: 40rem;
  margin: 3vw auto 2.5rem;
  background: #e6f5ff;
  border-radius: 0.2rem;
  box-shadow: 0 0 2rem #33b1ff;
}

.center {
  text-align: center;
}

.header {
  background: rgb(186,255,84);
  background: -moz-linear-gradient(top,  rgba(26,167,255,1) 0%, rgba(128,206,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(26,167,255,1) 0%,rgba(128,206,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(26,167,255,1) 0%,rgba(128,206,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57cbdb', endColorstr='#c6f8ff',GradientType=0 );
}

h1, h2, h3 {
  text-align: center;
  font-family: 'Alfa Slab One';
  letter-spacing: 0.05em;
}

.header h1 {
  font-size: 3.35vw;
  /* color: #4C7F9D; */
  color: #0086b3;
}

.header h2 {
  font-size: 5.0vw;
  line-height: 1.5em;
  color: #004d66;
}

.header h3 {
  font-size: 3.35vw;
  color: #0086b3;
  margin-top: -1.05vw;
  margin-bottom: -0.5em;
}

.header .wrapper {
  background: url(cloud_2018.svg) no-repeat center 0;
  background-size: 100vw;
  padding: 37vw 1rem 6.5vw;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #0086b3;
}

.tr {
  padding: 0.5rem;
  border-bottom: 1px solid #B5E8EE;
}

.tr:last-child {
  border: none;
}

.td:first-child {
  font-weight: 500;
  color: #0086b3;
  text-align: center;
}

.td:last-child {
  text-align: center;
}

.btn {
  -webkit-appearance: none;
  display: block;
  width: 10rem;
  margin: auto;
  padding: 0.7rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #00B995;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.2);
  border: none;
  font-size: 1rem;
  font-family: 'Lato';
  transition: all 0.5s;
}

.btn:hover {
  background: #00D3AA;
}

#wapice {
  display: block;
  height: 3.5rem;
  margin: 1rem auto auto;
}

#hostedby {
  text-align: center;
  margin: 2.5rem 0px 0px;
}

#arch_red {
  padding: 1.6667vw;
}

#eatech {
  padding: 1.6667vw;
}

#solita {
  padding: 0.6667vw;
}

#futurice {
  padding: 1.6667vw;
}

@media (min-width: 480px) {
  .header .wrapper {
    background-size: 30rem;
    padding: 11rem 1rem 2rem;
  }
  .header h1 {
    font-size: 1rem;
  }
  .header h2 {
    font-size: 1.5em;
  }
  .header h3 {
    font-size: 1.0em;
  }
  .logos li img {
    height: 4rem;
  }
  .content {
    margin: 1rem auto 2.5rem;
  }
  #arch_red {
    padding: 0.5rem;
  }
  #eatech {
    padding: 0.5rem;
  }
  #solita {
    padding: 0.2rem;
  }
  #futurice {
    padding: 0.5rem;
  }
}

@media (min-width: 700px) {
  .header .wrapper {
    padding: 15rem 1rem 2rem;
    background-size: 40rem;
  }
  .header h1 {
    font-size: 1.5rem;
  }
  .header h2 {
    line-height: 1.5em;
    font-size: 2rem;
  }
  .header h3 {
    font-size: 1.1em;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .logos li img {
    height: 4.5rem;
  }
  .table {
    display: table;
    margin: 0 auto;
  }
  .tr {
    display: table-row;
  }
  .td {
    display: table-cell;
    padding: 0.5rem;
    border-bottom: 1px solid #B5E8EE;
  }
  .tr:last-child .td {
    border: none;
  }
  .td:first-child {
    text-align: right;
  }
  .td:last-child {
    padding-left: 1.5rem;
    text-align: left;
  }
}
