

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a.navbar-brand {
    padding: 9px;
}

.navbar-brand>img {
    width: 175px;
}

.logo {
    text-align: center;
}

.btn-purple {
    background-image: -webkit-linear-gradient(top,#7F007F 0,#4A024A 100%);
    background-image: -o-linear-gradient(top,#7F007F 0,#4A024A 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7F007F),to(#4A024A));
    background-image: linear-gradient(to bottom,#7F007F 0,#4A024A 100%);
    background-repeat: repeat-x;
    border-color: #7F007F;
    color: white;
    transition: all 1s;
}
.btn-purple:hover {
    background-image: -webkit-linear-gradient(top,#4A024A 0,#7F007F 100%);
    background-image: -o-linear-gradient(top,#4A024A 0,#7F007F 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4A024A),to(#7F007F));
    background-image: linear-gradient(to bottom,#4A024A 0,#7F007F 100%);
    background-repeat: repeat-x;
    border-color: #7F007F;
    color: white;
}

.input-group {
    padding: 15px;
    background-color: #C581C5;
    border-radius: 6px;
    border: 1px solid #780078;
    box-shadow: 1px 3px 10px 0px #500250;
}

p.description {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    color: #740174;
    text-align: center;
}

/** Cloud CSS **/
#clouds {
    padding: 80px 0;
    background: #c9dbe9;
    background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 400px;
}

body {
    /*To hide the horizontal scroller appearing during the animation*/
    overflow: hidden;
}


/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #fff;

    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;

    position: relative;
}

.cloud:before, .cloud:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px; height: 80px;
    position: absolute;
    top: -15px;
    left: 10px;

    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;

    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6; /*opacity proportional to the size*/

    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: -250px; top: -200px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.x4 {
    left: 470px; top: -250px;

    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: -150px; top: -150px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}

.logo, .description, .did-you-know {
    opacity: 1;
    position: relative;
}

h2.title {
    color: #720072;
}

p.small-description {
    color: #500150;
}

p.did-you-know {
    font-size: 12px;
    margin-top: 13px;
    margin-bottom: 0;
    color: #990FA9;
}

.jumbotron {
    margin-bottom: 0;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #a200a6 0, #5d0060 100%);
    background-image: -o-linear-gradient(top, #a200a6 0, #5d0060 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a200a6),to(#5d0060));
    background-image: linear-gradient(to bottom, #a200a6 0, #5d0060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.downloading-panel {
    background-color: rgba(136, 0, 140, 0.44);
    padding: 20px;
    color: white;
    border-radius: 13px;
    box-shadow: 1px 1px 7px -1px #810085;
    text-align: center;
}

.downloading-panel h1 {
    margin-top: 0px;
    text-align: center;
}

.downloading-title {
    font-size: 32px;
}

.downloading-icon {
    font-size: 87px;
}

.downloading-panel p {
    text-align: center;
}


