html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #e2e2e2;
  text-align: left;
  letter-spacing: 0.05em;
  background: linear-gradient(#222222, #4d4d4d);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
 color: white;
 text-decoration: underline;
}

#div1 {
  background: url(assets/first_page_bg.png);
  background-size: cover;
  background-position: top center;
  height: 70vh;
  background-repeat: no-repeat;
  text-align: center;
}
#div2 {
  bottom: 0;
  height: 40vh;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

#div2 .imagine {
  font-weight: bold;
  font-size: 14pt;
  padding-top: 20px;
}

#div2 .imagine-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo {
  margin: 0 auto;
  padding-top: 6vh;
  width: 60%;
  max-width: 400px;
  min-width: 175px;
}

.logo img {
  width: 100%;
}

.down {
  display: flex;
  width: 100%;
  justify-content: center;
}

.down div {
  flex: 100%
}

.down img {
}

.page-title {
  margin: 70px 0 15px 0;
  padding: 50px 0 0;
  font-weight: bold;
  font-family: Varela+Round, sans-serif;
  font-size: 16pt;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.title-underline {
  background: url(assets/underline.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
  margin: 0 0 25px 0;
}

.text {
  text-align: left;
}

a:link {
  color: #33ccff;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: none;
}

.splash {
  height: 100vh;
}

.container {
  width: 75%;
  max-width: 800px;
  margin: 0 auto;
}

.coronai {
  min-height: 600px;
}

.team{
  padding: 0 20px;
}

.clients {
  background: url(assets/nasa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: 70%;
  min-height: 720px;
  padding: 0 0 0 0;
}

.coronai-image {
  margin: 40px auto 15px auto;
}

.coronai-image img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.panel {
  width: 90%;
  max-width: 400px;
  border-left: 4px solid #3399cc;
  padding: 20px 0;
  margin: 20px auto;
  background: #4d4d4d;
  box-shadow: 0px 5px 3px rgba(0,0,0,0.25);
  padding: 20px;
}

.full-panel {
  width: 95%;
  max-width: 800px;
}

.panel-text {
  padding: 0 40px 20px 40px;
}

.panel img {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.panel-title {
  color: #e2e2e2;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-family: Varela+Round, sans-serif;
  font-size: 12pt;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.panel-underline {
  background: url(assets/underline.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 12px;
  margin: 0 0 25px 0;
}

.ftr {
  text-align: center;
  color: white;
  background: #333333;
  bottom: 0;
  height: 100px;
  padding: 20px 0;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.column-right:after {
  clear: both;
}

.column-container {
  display: flex;
  flex-direction: column;
}

.column {
  flex: 50%;
}

.column-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Mobile code */
@media screen and (max-width: 600px) {
  .column-container {
    display: flex;
    flex-direction: column;
  }

  .column {
    flex: 100%;
  }

  .full-panel {
    width: 90%;
  }

  #div1 {
    height: 55vh;
  } 

  #div2 {
    height: 55vh;
  }

  .coronai {
    min-height: 300px;
  }

  .coronai-image {
    display: none;
  }

}

.ftr a:link {
  color: gray;
  text-decoration: none;
}

.ftr a:visited {
  color: darkgray;
  text-decoration: none;
}

.ftr a:hover {
  color: #33ccff;
  text-decoration: none;
}


.copyright {
  margin-top: 40px;
  padding: 0 5%;
  clear:both;
  /* text-align: right; */
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-lead {
  padding: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 300px;
  justify-items: center;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
  flex-direction: row;
}

.contact-row span {
  flex: 1 0 100px;
  max-width: 100px;
}



.submit {
 background-color: #555555;
 margin: 20px;
 color: white;
}

input, textarea, select {
 color: #000000
}

.form-hdr {
 text-align: center;
 background-color: #e2e2e2;
 color: black;
 padding: 20px;
}

.footer {
 width: 100%;
}

.footer div {
  text-align: center;
}
