@import url(https://fonts.googleapis.com/css?family=Signika:700,600,400);

html, body {
  height: 100%;
}

/* General styles */
body, textarea{font-family: 'Signika', sans-serif; font-size:14px; color:#000000;}
body {
  position: relative;
  z-index: 1;

}
/*label {
  display:block;
  font-weight: 600;
  font-size: 16px;
    max-width: 90%;
}*/

a:hover {
  color: red;
}

img#logo{
  margin: auto;
  align: center;
  padding-top:20px;
  padding-bottom: 5px;
  width: 150px;
}

#buttons {
  text-align: center;
  /*width: 400px;*/
/*  display: flex;
  justify-content: space-around;*/
}

.button {
    background-color: #3D3E76; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 30%;
    margin: 10px;
    margin-bottom: 20px;
}

.button:hover {
  background-color: #808080;
}

/**/

#transbox, p#subheader {
  background-color: #FDDB22;
  padding-top: 5px;
  }

p#subheader {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:18px;
  /*font-weight: bold;*/
  color: #110D69;
  /*opacity: .70;*/
  padding-bottom: 5px;
}

p#h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:18px;
  /*font-weight: bold;*/
  color: #110D69;
  /*opacity: .70;*/
  /*padding-bottom: 5px;*/
}

p#subheader_temp {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:18px;
  font-weight: bold;
  color: black;
  /*opacity: .70;*/
  padding-bottom: 5px;
  position: relative;
  z-index: 1;

  }

p#title{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:30px;
  font-weight: bold;
  color: #110D69;;
  }


.aside-row {
    margin-bottom: 15px;
}

.btn:hover {
   background: #666A6D;;
   color: #e4d9d4;
}






