@import url("/?originalUrl=https%3A%2F%2Fryanhanson.dev%2Fcustom-fonts.css");

a:hover {
    color: #d34d3d !important;
}

.button:hover {
    box-shadow: inset 0 0 0 1px #d34d3d;
    color: #d34d3d;
}

.center-separator {
    display: flex;
  line-height: 1em;
  color: gray;
  padding-top: 0.5em;
  padding-bottom: 0.5em;

}

.center-separator::before, .center-separator::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    margin-top: 0.5em;
    background: gray;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

.screenshot {
  height: 900px;
}

.brand {
    float: left;
    margin: 1em 0em 0em 2em;
}

.brand a {
    font-family: 'Righteous', sans-serif;
    font-size: 1em;
    text-decoration: none;
}
