@font-face {
    font-family: Hide;
    src: url(hide.woff2);
}

@font-face {
    font-family: 'HideBold';
    src: url(hide1.woff2);
}

body {
    font-family: Hide;
    margin: 0px;
    color: #3e3e3e;
}
.headline {
    text-align: center;
    font-family: HideBold;
    margin-bottom: 20px;
}

.headline .title {
    font-size: 250%;
    margin-top: 20px
}

.headline .subtitle {
    font-size: 150%;
    font-family: Hide;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.content .card {
    padding: 0 0 15px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    width: 23%;
    margin: 10px;
    text-align: center;
    position: relative;
    height: 460px;
    min-height: 30vw;
}

.picture {
    height: 300px;
    background-image: url(/header.jpg);
    background-size: cover;
    background-position-y: 44%;
    margin-bottom: 50px;
}
.content {
    display: flex;
    width: calc(100%);
    margin: 1em 0px;
    justify-content: center;
    background-color: #f8f9fa;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bgGrey {
    margin-bottom: -16px;
    background-color: #f8f9fa;

}

.card img {
    width: 100%;
    height: 15vw;
}

.card .title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: HideBold;
}

.button {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 20px;
    margin: auto;
}

.card .text {
    padding: 0px 10px;
}

button {
    background-color: #df1e30;
    border: 2px solid #df1e30;
    font-weight: bold;
    color: #ffffff;
    width: 70%;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;

}

button:hover {
    background-color: #fff;
    border: 2px solid #df1e30;
    font-weight: bold;
    color: #df1e30;
}

.video {
    display: flex;
    justify-content: center;
} 

iframe {
    height: 680px;
    margin-bottom: 50px;
}

.footer {
    height: 40px;
    background-color: rgb(185, 185, 185);
    line-height: 45px;
    text-align: center;
    color: #fff;
}


a {
    color: #3e3e3e;
}

.footer a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

::selection {
    background-color: #df1e30;
    color: #fff;
}

.logo img {
    width: 27vw;
    margin-top: 15px;
    margin-bottom: 20px;
}

button {
    cursor: pointer;
}