body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #687a9c;
}

h2 {
    font-size: 37px;
    color: #303030;
    margin-bottom: 30px;
    font-family: 'Fredoka One';
    text-shadow: 2px 2px #bfbfbf;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.GritOuter{
    position: relative;
    display: block;
    z-index: 10;
    color:#545454;
    font-family: 'Fredoka One';
    font-size: 3em;
    text-shadow: 2px 2px #bfbfbf;
}
.navbar-brand{
    visibility:hidden;
}

.main-container{
    min-height:100%;
    height:100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #9FC3ED 21%, rgba(183,201,237,1) 42%);
}

.Logo_Large{
    width: 39%;
    height:auto;
    position:absolute;
    top: 29px;
    left: 20%;
    z-index: 11;
    min-width: 220px;
    max-width: 394px;
}

.moutain-outer{
    position:absolute;
    bottom: 44%;
    width:100%;
    left: 0;
}


.mountain{
    width: 90%;
    height:auto;
    z-index:1;
    margin: 0 auto;
    min-width: 700px;
    max-width: 1157px;
    position: relative;
    left: 8%;
    animation: moveMountain 5s linear;
    animation-fill-mode: forwards; 
}

@keyframes moveMountain {
    to { transform: translateX(3%) }
  }

.Cloud_Small{
    background-image:url('../Images/Cloud_Small.png');
    background-position:center center;
    background-repeat:no-repeat;
    width: 100px;
    height:100px;
    position:absolute;
    z-index: 50;
    opacity:0.9;
}

.CloudOne{
    top: 21%;
    left: 50%;
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    -webkit-transform: scale(1.65);
    -moz-transform: scale(1.65);
    transform: scale(1.65);
}

.CloudTwo{
    top: 1%;
    left: 10%;
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    z-index:1;
}

.CloudThree{
    top: 33%;
    left: 7%;
    -webkit-animation: animateCloud 50s linear infinite;
    -moz-animation: animateCloud 50s linear infinite;
    animation: animateCloud 50s linear infinite;
    -webkit-transform: scale(2.65);
    -moz-transform: scale(2.65);
    transform: scale(1.65);
    opacity: 0.9;
}

@-webkit-keyframes animateCloud {
    to {transform: translateX(1300%) }
}

@-moz-keyframes animateCloud {
    to {transform: translateX(1300%) }
}

@keyframes animateCloud {
    to {transform: translateX(1300%) }
}

.cloudbtm-outer{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height: 43%;
    background-color:#ecedf3;
}

.cloudtops{
    position: absolute;
    top:-135px;
    left: -0px;
    width:100%;
    height: 208px;
    min-width: 2215px;
    z-index: 10;
    animation: movecloudtops 30s linear alternate infinite;
}
@keyframes movecloudtops {
    to { transform: translateX(-25%) }
  }

.cloudtops_left
{
    position: absolute;
    bottom:0px;
    left: -64px;
    width: 31%;
    height: auto;
    z-index: 10;
}
.cloudtops_right
{
    position: absolute;
    bottom:0px;
    right: -75px;
    width: 30%;
    height: auto;
    z-index: 10;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.bg-primary{
    background-color: #dee6f5 !important;
}
.bg-dark{
    background-color:#353535 !important;
}
.bg-grey {
    background-color: #f6f6f6;
}
.container-fluid {
    padding: 60px 50px;
}

.btn-primary {
    border-color: transparent;
    border-radius: 7px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: #c03d3d;
    border-bottom: 10px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
}
    .btn-primary:hover {
        background-color: #c03d3d;
        border-bottom: 10px solid #8b2c2c;
        text-shadow: 0px -2px #8b2c2c;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #8b2c2c;
        border-bottom: 10px solid #8b2c2c;
    }
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    .btn-primary:focus, .btn-primary.focus {
        border-color: #8b2c2c;
        background-color: #c03d3d;
        border-bottom: 10px solid #8b2c2c;
        text-shadow: 0px -2px #8b2c2c;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}





.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

    .carousel-indicators li.active {
        background-color: #f4511e;
    }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
    background-color: #dee6f5;
    border-radius: 1rem;
    box-shadow: 0px 1px 3px -1px #353535;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

#services{
    background-color: #ecedf3;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

.list-group-flush > .list-group-item
{
    border:0px;
}

#License .card
{
    cursor: pointer;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

#License .card:hover
{
    transform: scale(1.05);
    z-index: 99;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.gameImg{
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
.gameImg:hover{
    transform: scale(1.05);
    z-index: 500;
}
.videoFrame
{
    box-shadow: 0 10px 20px rgb(0 0 0 / 38%), 7px 4px 8px rgb(0 0 0 / 61%);
}

#License .list-group
{
    min-height: 200px;
}

#License .card-title
{
    font-size: 30px;
    background-color: grey;
    border-radius: 50px;
}

#License .free{
    background-color: #ffe0cc;
}
#License .oneMon{
    background-color: #fff4c5;
}
#License .oneYr{
    background-color: #ffbbf1;
}
#License .single{
    background-color: #e7fff1;
}



/* Slide Images */

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 1024px) {
    .Logo_Large{
        width: 53%;
        min-width:150px;
        top:10px;
        left:34px;
    }
    .mountain{
        width: 110%;
        left: 15%;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .Logo_Large{
        width: 53%;
        min-width:150px;
        top:10px;
        left:34px;
    }
    .mountain{
        width: 159%;
        left: -17%;
    }
    .cloudbtm-outer h1{
        font-size: 1.5em;
    }
    .cloudbtm-outer h3{
        font-size: 1.1em;
    }
    .cloudtops
    {
        min-width: 2200px;
    }

    #myCarousel .item{
        padding:0 !important;
    }
    #License .card{
        margin-bottom:2em;
    }
}



@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .Logo_Large{
        width: 53%;
        min-width:150px;
        top:10px;
        left:34px;
    }
    .mountain{
        width: 227%;
        left: -54%;
    }
}

/* 
@media only screen and (max-width: 600px) {

} */
