body {
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 500;
    font-style: normal;
}

html {
    height: 100%;
    font-size: 3vw;
}

.site-content {
    flex: 1 0 auto;
}

.footerholder {
    flex-shrink: 0;
    z-index: 1;
}

.fade-content {
    opacity: 0;
}

img {
    min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a[href^="mailto:"]:hover {
    text-decoration: underline;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

h1 {
    font-size: 4rem;
    font-weight: normal;
}
@media (min-width: 768px) {
h1 {
    font-size: 6.875rem;
    line-height: 6.5rem;
}
}

h2 {
    font-size: 5rem;
    line-height: 4.625rem;
}

h3 {
    font-size: 3rem;
    line-height: 3rem;
}

h4 {
    font-size: 2.375rem;
    line-height: 2.625rem;
}

h5 {
    font-size: 1.75rem;
    line-height: 2rem;
}

.letter-spacing {
    letter-spacing: 0.3rem;
}

.std_btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 1rem;
    color: #fff;
    font-size: .7rem;
    letter-spacing: 0.2rem;
    cursor: default;
}
.holding_logo {
    width: 40vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
.holding_logo {
    width: 20vw;
}
}
@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


.goudy {
    font-family: "sorts-mill-goudy", serif;
    font-weight: 500;
    font-style: normal;
}