a, .linklike {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: color 1s;
    transition: color 1s
}

a:active, a:hover, .linklike:hover {
    color: red
}

@font-face {
    font-family: Perpetua2;
    src: url(../fonts/perpetua.ttf)
}

@font-face {
    font-family: Cambria2;
    src: url(../fonts/ufonts.com_cambria.ttf)
}

html, body {
    font-family: Cambria, Cambria2, sans-serif;
    font-size: 15px;
    line-height: 1.3
}

h1, h2, h3, h4, h5, h6 {
    font-family: Perpetua, Perpetua2, serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    margin: 10px 0
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

.w3-btn, .w3-btn-block {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #000;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: border-color 1s, color 1s;
    transition: border-color 1s, color 1s
}


.w3-btn:hover, .w3-btn-block:hover {
    border-color: red;
    color: red;
    box-shadow: none
}

.w3-btn-block {
    width: 100%
}

.w3-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-btn-group .w3-btn {
    float: left
}

.metacanon-select {
    padding: 8px 0;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    border-bottom: none
}

.w3-border {
    border: 1px solid #e4e4e4 !important
}

.w3-card-2 {
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05)
}

@media all and (max-width: 900px) {
    .fixedheader {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .desktoponly {
        display: none;
    }
}

@media all and (min-width: 400px) {
    .mobileonly {
        display: none;
    }
}

#faulkner {
    position: relative;
    height: 85px;
}

#faulkner img {
    position: absolute;
    width: 90%;
    border-radius: 5px;
    left: 5%;
    cursor: pointer;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#faulkner img.top:hover {
    opacity: 0;
}

.close-button {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer
}

.metacanon-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 500px
}

#content_wrap {
    min-height: calc(100vh - 197px);
}

#footer {
    height: 197px;
}

.confirmation_status_pending {
    color: #e98386;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
