﻿.slide-1 {
    background: url(https://i.ibb.co/PvnwM7yZ/joshua-reddekopp-YQn-Ta-Pv-CLGo-unsplash.jpg);
    background-size: cover;
}

.slide-2 {
    background: url(https://i.ibb.co/gZkyd7wG/martin-martz-IH3-Hi-OTs-M28-unsplash.jpg);
    background-size: cover;
}

.slide-3 {
    background: url(https://i.ibb.co/HLYGdTJk/martin-martz-rd-Qm847g-Nmo-unsplash.jpg);
    background-size: cover;
}

.slider-title {
    left: 50%;
    text-align: left;
    position: absolute;
    bottom: 20%;
    animation: fadeInUp 1.5s;
}

.slider-title > strong {
    font-size: 49.2px;
    color: #ffffff;
    font-weight: 100;
    text-shadow: #000 10px 0 10px;
}

.slider-title > h1 {
    font-size: 18.2px;
    padding: 50px 0px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: #000 10px 0 10px;
}

@media ( max-width: 767px ) {
    .slider-title {
        left: 10%;
        text-align: left;
        position: absolute;
        top: 35%
    }

    .slider-title > strong {
        font-size: 19.6px;
    }

    .slider-title > h1 {
        font-size: 12.6px;
        padding: 20px 0px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.intro {
    padding: 75px 20px 67px;
    /*background-color: rgb(247, 247, 247);*/
    margin-top: 20px;
}

ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

.intro ol {
    text-align: center;
}

.landing-title {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 35px;
}

.landing-card h2 {
    font-weight: bold;
    font-size: 16px;
    color: rgb(31, 44, 231);
    margin-bottom: 4px;
}

.landing-card h1 {
    font-size: 15px;
    font-weight: 700;
}

.landing-card p {
    font-size: 12px;
    /*color: rgb(104, 104, 104);*/
    margin-top: 25px;
}

@media screen and (max-width: 512px) {
    .landing-card {
        margin-top: 34px;
    }

    .landing-title > span::before {
        content: '\A';
        white-space: pre;
    }
}

@media screen and (min-width: 512px) {
    .landing-title {
        font-size: 25px;
    }

    .landing-card > h1 {
        height: 50px;
        vertical-align: middle;
        margin-top: 15px;
    }
}


.landing-title-container {
    position: relative;
    text-align: center;
}

.login-link {
    margin-top: 10px;
    color: rgb(31, 44, 231);
}

.landing-title-reason {
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.landing-title-with-reason {
    position: relative;
}

