@font-face {
    font-family: Helv;
    src: url(../font/coolvetica.ttf);
}


@media screen and (min-width: 900px){

    video#bgvid {
        position: fixed; right: 0; bottom: 0;
        min-width: 100%; min-height: 100%;
        width: auto; height: auto; z-index: -100;
        /*background: url(../img/K/G/KG-35-40-S6-001_1.jpg) no-repeat;*/
        background-size: cover;
    }

    body {
        background-image: url(../img/back-landing.png);
        background-repeat: no-repeat;
        background-size: cover;
        overflow-x: hidden;
    }

    .landing-text {
        background-image: url(../img/landing-text.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 40%;
        position: absolute;
        right: 80px;
        top: 35%;
    }

    .discover {
        font-family: Helv;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        color: white;
        padding: 7px 30px;
        font-size: 35px;
        vertical-align: center;
        position: absolute;
        bottom: 15%;
        left: 50%;
        -webkit-transition: all 0.6s; /* Safari */
        transition: all 0.7s;
        text-decoration: none;
    }

    .discover:hover {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid white;
        border-right: 3px solid white;
        color:white;
        text-decoration: none;
    }
}

@media screen and (max-width: 900px){

    video{
        display: none;
    }

    body {
        background-image: url(../img/m-landing.png);
        background-repeat: no-repeat;
        background-size: cover;
        overflow-x: hidden;
    }

    .landing-text {
        background-image: url(../img/landing-text.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 50%;
        position: absolute;
        right: 30px;
        top: 35%;
    }

    .discover {
        font-family: Helv;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        color: white;
        padding: 7px 30px;
        font-size: 15px;
        vertical-align: center;
        position: absolute;
        bottom: 15%;
        left: 30%;
        -webkit-transition: all 0.6s; /* Safari */
        transition: all 0.6s;
        text-decoration: none;
    }

    .discover:hover {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid white;
        border-right: 3px solid white;
        color:white;
        text-decoration: none;
    }
}


.cats{
   font-family: Helv , Helvetica , Arial, sans-serif;
    background-image: none;
}

.navbar-default{
    background-color: rgba(0, 17, 163, 0.64);
    color: white;
}

.navbar-brand{
    font-size: 35px;
    color: white;
}

li{
    color: white;
}

.list-group{
    padding : 15px;
}

.product{
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: 60%;
    margin-bottom: 10%;
    margin-top: 10%;
    padding: 25px;
}

.product-info{
    background-color: rgba(0,0,0,0.7);
    padding: 25px;
    color: white;
    float : right;
}

.info-home{
    color: white;
    font-size: 1.5em;
    position: fixed;
    bottom: 0;
    left: 5px;
    font-family: Helv;
}