/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Catamaran:200,300,400,600|Lato:300,400,700');

body {
    width: 100%;
    height: 100%;
    font-family: Catamaran,Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6, h7{
    font-weight: 200 !important;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 15%;
    text-align: center;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQn+Z2BgACsiqBJuEgA0oAEGG0cSmgAAAABJRU5ErkJggg==) repeat, #7b4397;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQn+Z2BgACsiqBJuEgA0oAEGG0cSmgAAAABJRU5ErkJggg==) repeat,-webkit-linear-gradient(to left,#7b4397,#dc2430);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQn+Z2BgACsiqBJuEgA0oAEGG0cSmgAAAABJRU5ErkJggg==) repeat, linear-gradient(to left,#7b4397,#dc2430);
    color: #fff;
}

.download-section {
    height: 50%;
    padding-top: 8%;
    text-align: center;
    background: #fdcc52 url("../img/board-long-dark.jpg") repeat-x 0px 0px;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
    -ms-animation: animatedBackground 40s linear infinite;
    color: #fff;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    50% {background-position: 100% 0;}
    to { background-position: 0 0; }
}
@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
    50% {background-position: 100% 0;}
    to { background-position: 0 0; }
}

.features-section {
    height: 200%;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.demo-section {
    height: 100%;
    padding-top: 150px;
     background: url("../img/collage-dark.png") bottom center no-repeat, #000;
    background-size:100% auto;
}
.contact-section {
    height: 50%;
    padding-top: 30px;
    text-align: center;

    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52,#fdc539);
    background: linear-gradient(#fdcc52,#fdc539);
}

/***** BOOTStrap **/

.navbar-default {
    background-color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.6);
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-family: Lato,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-brand {
    color: #000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.2);
}
.dlBTN{
    width:180px;
    height:45px;
    border-radius: 5px;
    background: #262626 url("../img/codecanyonbutton.png") no-repeat center;
    border:none;
    display: inline-block;
    box-shadow: 0px 0px 15px #a4a4a4;
    transition:box-shadow 0.5s ease-in-out;
}
.dlBTN:hover{
    box-shadow: 0px 0px 15px #fff;
}
.well{
    background-color: rgba(54,70,68,.12);
}
.works img{
    float: left;
    padding-right:10px;
}
.works .well{
    height: 120px;
    border:none;
}
.works a:link, .works a:visited, .works a:focus{
    color: #000;
}

.vertical{
    min-height: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
}

ul.introo li{
    padding-left: 0;
}
.butt{
    color:#fff;
    padding: 10px;
    background-color: darkred;
    width: 100px;
    border-radius: 10px;
}
.butt > a:link, .butt > a:active, .butt > a:focus .butt > a:visited{
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #e7949f;
    border-color: transparent;
    margin-bottom: 20px;
}
.btn-info:hover, .btn-info:focus{
    background-color: #e77686;
    border-color: transparent;
}

@media(max-width:1460px) {
    .download-section {
        animation: animatedBackground 60s linear infinite;
        -webkit-animation: animatedBackground 60s linear infinite;
        -ms-animation: animatedBackground 60s linear infinite;
    }
}
@media(max-width:400px) {
    .vidoeSize{
        width: 200px;
        height: 200px;
    }
}


@media(max-width:1200px) {
    .intro-section {
        height: 100%;
    }
    .download-section {
        height: 50%;
    }
    .features-section {
        height: 290%;
    }
    .demo-section {
        padding-top: 40px;
        height: 120%;
    }
    .contact-section {
        height: 60%;
    }
}
@media(max-width:992px) {
    .intro-section {
        height: 100%;
    }
    .download-section {
        height: 50%;
    }
    .features-section {
        height: 430%;
    }
    .demo-section {
        height: 120%;
    }
    .contact-section {
        height: 80%;
    }
}
@media(max-width:768px) {
    .intro-section {
        height: 70%;
    }
    .download-section {
        height: 35%;
    }
    .features-section {
        height: 320%;
    }
    .demo-section {
        padding-top: 10px;
        height: 90%;
    }
    .contact-section {
        height: 60%;
    }
}
@media(max-width:400px) {
    .intro-section {
        height: 200%;
    }
    .features-section {
        height: 1100%;
    }
    .demo-section {
        padding-top: 10px;
        height: 160%;
    }
    .contact-section {
        height: 190%;
    }
}