* {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
strong {
    font-weight: 700;
}

tr {
    border-bottom: 0px;
}
td {
    vertical-align: top;
}

.text-content > h1, .text-content > h2 {
    color: #fb8c00;
}

.text-content ul li {
    margin-bottom: 0.5em;
    margin-top: 0.3em;
}

.tel-container {
    position: absolute;
    top: 5%;
    right: 10%;
    text-align: right;
}
.tel-container p {
    font-size: 1.5rem;
    font-weight: 400;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.3em;*/
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-right: 1.8rem;
    text-shadow: #000000 0.1em 0.1em 0.3em;
}
.tel-container p strong {
    color: #ffffff;
}


.hs-container {
    position: absolute;
    bottom: 20%;
    right: 10%;
    text-align: right;
}
.hs-head {
    font-size: 8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-shadow: #000000 0.1em 0.1em 0.3em;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
@media only screen and (max-width: 600px) {
    .hs-head {
        font-size: 6rem;
    }
}

.hs-hint {
    font-size: 1.1rem;
    font-weight: 700;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.3em;*/
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-right: 1.8rem;
}
/*
.text-content {
    column-count: 2;
    column-gap: 5rem;
}
.text-content p {
    margin-top: 0;
}*/
