body {
    font-family: "Roboto", sans-serif;
    background: url("../img/bg.svg");
    background-size: 100%;
    height: 100%;
}

.wrapper {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    float: left;
}

.wrapper .left {
    width: 50%;
    float: left;
}

.wrapper .right {
    width: 50%;
    float: right;
}

.logo {
    width: 100px;
    margin: 25px 0 0;
}

.logo img {
    width: 100%;
}

h1 {
    font-size: 50px;
    color: #330b4d;
    font-weight: 800;
    margin: 50px 0 20px;
    line-height: 55px;
}

h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #14a2e0;
    float: left;
    line-height: 30px;
    max-width: 570px;
    width: 100%;
}

.more {
    background-color: #f9b042;
    color: #330b4d;
    border-radius: 5px;
    padding: 7px 10px;
    display: block;
    float: left;
    clear: both;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

.more:hover {
    background-color: #ff9d09;
    cursor: pointer;
    transform: translateY(-5px);
}

.stogo-mob {
    display: none;
}

.stogo-desk {
    width: 700px;
    height: 664px;
    display: block;
    float: right;
    background: url("../img/hero-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.stogo-desk .stogoman img,
.stogo-desk .stogowomen img {
    height: 100%;
}

.stogo-desk .stogoman {
    position: relative;
    height: 550px;
    top: 80px;
    left: 200px;
    float: left;
}

.stogo-desk .stogowomen {
    position: relative;
    height: 550px;
    top: 133px;
    left: 70px;
    float: left;
}

@keyframes moveUpAndDown1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes moveUpAndDown2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.stogoman {
    animation: moveUpAndDown1 3s ease-in-out infinite;
    animation-delay: 0s;
}

.stogowomen {
    animation: moveUpAndDown2 3s ease-in-out infinite;
    animation-delay: 1s;
}


ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.course {
    text-align: center;
}

.course li {
    position: relative;
    /* Required for absolute positioning */
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
    transition: transform 0.2s ease;
}

.course li:hover {
    transform: translateY(10px);
}

.more-button {
    position: absolute;
    bottom: 15px;
    left: 75px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: #fff solid 2px;
    background-color: #3fa9f5;
    color: #fff;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 13px 0 0;
}

.modal-header {
    padding: 20px 30px;
}

.modal-header h5 {
    font-weight: 800;
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    font-size: 15px;
    line-height: 22px;
}

.course li:hover .more-button {
    opacity: 1;
}

.more-button a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.course li:last-child {
    margin: 0;
}

.course li img {
    width: 100%;
}

.spacer {
    height: 100px;
    width: 100%;
    float: left;
}

footer {
    background-color: #e0e0e0;
    padding: 15px 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #4f4f4f;
}

@media screen and (max-width: 1370px) {
    h2 {
        width: 90%;
    }

    .course li {
        width: 150px;
    }

    .more-button {
        bottom: 18px;
        left: 47px;
        width: 60px;
        height: 30px;
        padding: 4px 0 0;
    }

    .stogo-desk {
        display: none;
    }

    .stogo-mob {
        display: block;
        animation: moveUpAndDown1 3s ease-in-out infinite;
        animation-delay: 0s;
        margin-top: 120px;
    }

    .stogo-mob img {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper .left,
    .wrapper .right {
        width: 100%;
    }

    .stogo-desk {
        display: none;
    }

    .stogo-mob {
        display: block;
        animation: moveUpAndDown1 3s ease-in-out infinite;
        animation-delay: 0s;
        width: 60%;
        margin: 30px auto 0;
    }

    .stogo-mob img {
        width: 100%;
    }

    .logo {
        margin: 20px auto;
    }

    .logo img {
        width: 100px;
    }

    h1 {
        margin: 25px 0 20px;
        font-size: 50px;
        line-height: 55px;
        text-align: center;
    }

    h2 {
        text-align: center;
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .more-button {
        position: absolute;
        bottom: 15px;
        left: 75px;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: #fff solid 2px;
        background-color: #3fa9f5;
        color: #fff;
        text-align: center;
        padding: 5px;
        opacity: 0;
        transition: opacity 0.2s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        padding: 13px 0 0;
    }

    .more {
        float: none;
        margin: 20px auto 0;
        width: 110px;
    }

    ul {
        margin: 10px 0 0 0;
    }

    .course li {
        position: relative;
        width: 200px;
        float: left;
        margin: 0 20px 0 0;
        transition: transform 0.2s ease;
        display: inline-block;
    }

    .course li,
    .course li:last-child {
        margin: 20px auto 20px auto;
        float: none;
    }

    footer p {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .stogo-mob {
        width: 100%;
    }
}