html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
.hero-back {
    width: 100%;
    height: calc(100vh);
    background: url(images/hero-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.hero-back .hero--question {
    width: 100%;
    max-width: 779px;
    position: sticky;
    top: 12%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin: auto;
    margin-top: 20%;
    z-index: 200;
}
.hero-back .hero--man {
    width: 100%;
    max-width: 121px;
    position: absolute;
    bottom: 40%;
    transform: translate(-50%,70%);
    left: 50%;
    margin: auto;
    z-index: 500;
}
.hero-back a {
    text-decoration: none;
    color: #b76349;
}
.hero-back a i {
    position: absolute;
    bottom: 2%;
    left: 50%;
    font-size: 3em;
    color: #b76349;
    z-index: 800;
}
.orange-bg-text {
    background-color: #b76349;
    display: inline-block;
}
.blue {
    background-color: rgb(21,50,72);
    color: #ffffff;
}
.orange {
    background-color: #b76349;
    color: #ffffff;
}
section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1000;
}
.title table td {
    font-size: 2em;
}
.title h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 4em;
}

.title p {
    font-size: 2em;
}
.title h2 span, .strong{
    font-weight: 700;
}
.blue .title h2 span {
    background-color: #b76349;
}
.orange .title h2 span {
    background-color: rgb(21,50,72);
}
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.image-container img {
    position: absolute;
}
.image-container .image--front {
    z-index: 1200;
}
.image-container .image-back {
    z-index: 1100;
}

.gap {
    padding-top: 10%;
    padding-bottom: 70%;
}

#subjects {
    z-index: 2100;
}
#subjects .title p {
    margin-bottom: 0;
}
#subjects a {
    margin: 10px 0;
    display: inline-block;
    font-weight: 700;
    background-color: #b76349;
    font-size: 3em;
    coursor: pointer;
    color: #ffffff;
    text-decoration: none;
}
#subjects .title {
    position: relative;
}
#subjects .weekend {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    z-index: 3000;
    opacity: 0;
    transition: all .3s;
}
#subjects .weekend.active {
    opacity: 1;
    transition: all .3s;
}
.btn-blue {
    background-color: rgb(21,50,72);
}
.qr-code {
    padding: 10px;
}