/* unvisited link */
a:link {
    color: #25476D;
}

/* visited link */
a:visited {
    color: #153F50;
}

/* mouse over link */
a:hover {
    color: #204060;
}

/* selected link */
a:active {
    color: #25476D;
}

.Quote-logo-text {
  color: #25476D;
  font-size: 2.5vh;
  font-style: italic;
}

.Small-logo-text {
    position: relative;
    top: -10vh;
    color: #25476D;
    font-size: 2vh;
}

.Large-logo-text {
    color: #25476D;
    font-size: 8vh;
}

.Error-logo-text {
    color: #9B001E;
    font-size: vh;
}

.button {
    background-color: #25476D;
    border: none;
    color: white;
    padding: 2vh 4vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vh;
    margin: 1vw 1vw;
    cursor: pointer;
}
