/* index.css */

/* 
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Paytone One', sans-serif;
font-family: 'Uncial Antiqua', sans-serif;
font-family: 'Della Raspira', sans-serif;
font-family: 'Righteous', sans-serif;
font-family: 'Ranchers', sans-serif;
font-family: 'Erica One', sans-serif;
*/




body{
    margin: 0;
    padding: 0;
    background: black;
    color:white;
}


.wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(2,0,.6,1) 0%, rgba(45,45,45,1) 35%, rgba(120,120,120,1) 100%);

} 

.box div{

    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 6px solid rgba(255,255,255,0.8);

}

.box div:nth-child(1){

    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;

}

.box div:nth-child(2){

    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
    
}

.box div:nth-child(3){

    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
    
}

.box div:nth-child(4){

    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
    
}

.box div:nth-child(5){

    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
    
}

.box div:nth-child(6){

    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
    
}

.box div:nth-child(7){

    top: 602%;
    left: 80%;
    animation: animate 15s linear infinite;
    
}

.box div:nth-child(8){

    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
    
}

.box div:nth-child(9){

    top: 90%;
    left: 25%;
    animation: animate 10s linear infinite;
    
}

.box div:nth-child(10){

    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(11){

    top: 36%;
    left: 19%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(12){

    top: 77%;
    left: 37%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(13){

    top: 28%;
    left: 55%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(14){

    top: 36%;
    left: 64%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(15){

    top: 5%;
    left: 70%;
    animation: animate 5s linear infinite;
    
}

.box div:nth-child(16){

    top: 84%;
    left: 32%;
    animation: animate 15s linear infinite;
    
}

.box div:nth-child(17){

    top: 76%;
    left: 46%;
    animation: animate 17s linear infinite;
    
}

.box div:nth-child(18){

    top: 52%;
    left: 44%;
    animation: animate 13s linear infinite;
    
}

.box div:nth-child(19){

    top: 71%;
    left: 78%;
    animation: animate 19s linear infinite;
    
}

.box div:nth-child(20){

    top: 65%;
    left: 51%;
    animation: animate 11s linear infinite;
    
}



@keyframes animate{

    0%{
        transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }
    100%{
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }

}

a {
    
    text-decoration: none;
    color: #999;
}

a:hover {
    
    text-decoration: none;
    color: #fff;
}

#navigation {
    
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

@font-face{
    font-family: "FuturaXB";
    src: url("/assets/fonts/FuturaXBlkBT.ttf")
}

#navigation .navbar-brand {
    
    font-family: 'FuturaXB', sans-serif;
    font-size: 35px;
    
}

p {
    
    
    margin: 0;
    padding: 0x;
    border: 4px;
    
}

.underscore {
    
    font-size:10px;
    
}

p#welcome-banner {
    
    font-family: 'Ranchers', sans-serif;
}

p#main-banner {
    
    font-family: 'FuturaXB', sans-serif;
    font-size: 56px;
    color: #EEE;
    text-shadow: 4px 4px 8px black, -1px -1px 2px black, 4px -4px 8px black, -4px 4px 8px black;
}

#prelaunch {
    
    margin: 50 0 0 0;
    align-content: center;
    text-align: center;
}

#prelaunch img {
    
    width: 400px;
    height: 400px;
}

footer {
    
    padding: 25px;
    font-size: 12px;
    align-content: center;
    text-align: center;
    
    
}

.modal-content {
    
    background: black;
    color: white;
    text-align: center;
    align-content: center;
}

.modal-title{
    font-family: 'Paytone One', sans-serif;
}

#modal-lg {
    
    background: black;
}
span.section-badge {
    
    background: #900000;
    font-family: 'Paytone One', sans-serif;
    display: block;
    height: 170px;
    width: 170px;
    text-align: center;
    line-height: 170px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    bottom: 15%;
    left: 0%;
    margin-left: -35px;
}



span.section-badge p{
    
    margin-left: 58%;
    align-content: flex-end;
    
}

section {
    
    padding-top: 125px;
    min-height: 170px;
    width: 100%;
    
}

ul#website-list li{
     
    list-style: none;
    text-decoration: none;
    
}

ul.scripts-list-scripts li {
    
    
    list-style: none;
    text-decoration: none;
}

 
#carousel {
    
    padding: 25px;
    text-align: center;
    color: white;
    
 
}

.carousel-indicators {
    
    padding: 25px;
}

 .carousel-control-prev-icon, .carousel-control-next-icon {
    
    height: 40px;
    width: 40px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 3px solid black;
    
} 

.carousel-caption {
    
    color: white;
    text-shadow: 0 -2px 4px black;
}

.card {
    
    background-color: black;
    color: white;
}

.card h4 {
    
    font-family: 'Paytone One', sans-serif;
}

.card p {
    
    font-family: 'Poppins', sans-serif;
}

.card-footer {
    
    padding: 20px 20px 20px 20px;
}

#hype {
    
    text-align: center;
}
#carousel img {
    
    height: 320px;
    width: auto;
}



