h1 {
    letter-spacing: .01em;
}
h5 {
    letter-spacing: .03em;
}
body  {
    background-image: url("../images/blue.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.button.button-clear2,
button.button-clear2,
input[type='button'].button-clear2,
input[type='reset'].button-clear2,
input[type='submit'].button-clear2 {
  background-color: transparent;
  border: none;
  color: #9b4dca;
  cursor: pointer;
  display: inline;
  font-size: 1.6rem;
  height: 0rem;
  line-height: 0rem;
  letter-spacing: 0;
  padding: 0 0rem;
}
.column {
    background: rgba(255,255,255,0.85);
    border-style: solid;
    border-width: small;
    border-color: rgba(52,74,98,1);
    display: flex;
    padding: 10px;
}
.column-no-border {
    background: rgba(255,255,255,0.85);
    border-style: none;
    display: flex;
    padding: 10px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #9b4dca;
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  height: 10px;
  width: 10px;
  background-color: #c78fbf;
  border-radius: 50%;
  display: inline-block;
}
input::file-selector-button {
    background-color: transparent;
    color: #9b4dca;
    border: 0.1rem solid #9b4dca;
    border-radius: .4rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 1.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}
.left {float:left}
.right {float:right; margin-right:20px}
.rightbottom {float:right; margin-right:20px; padding-bottom: 14px;}
.clear {clear:both}
a:hover{
    fill:#9b4dca;
}
div.phantom {
  display: none;
}
div.header1 {
  position: relative;
  top: -72px;
  left: 20px;
}
div.header2 {
  position: relative;
  top: -36px;
}
