﻿.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    padding:0;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: red;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index:1;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }


.landing-container .display-4 {
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
}

.other-links-h {
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
}

.landing-container {
    min-height: Calc(100vh - 62px);
    margin-bottom: 62px;
    /*background: url(../Content/Images/Winterwood_background.png) no-repeat center;*/
    background-color: white;
    color: white;
}

.app-name {
    color: white;
}

.landing-container img#winternet-app-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.no-box-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    color: white;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

