@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yantramanav:100');
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    /*box-sizing: border-box;*/

    background-color: #003277;
}
.intro{
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    background: url(MountainMilkyway.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    display: table;
    
    
}
.inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.content{
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15%;
}
.all{
    margin: 0;
    padding: 0;
}
h1{
    font-family: 'Yantramanav', sans-serif;
    font-size: 300%;
    line-height: 1%;
    color: #fcf197;/*#003277;*/
    text-align: center;
}
h2 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 150%;
    line-height: 1%;
    color: #fcf197;
    text-align: center;
}
.btn {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: 150%;
    color: #fcf197;
    text-transform: uppercase;
    text-decoration: none;
    border: solid #fcf197 2px;
    line-height: 600%;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.2s;
    margin-right: 20px;
}
.btn:hover{
    /*border: solid #fcf197 5px;*/
    box-shadow: inset 0 0 0 4px #fcf197;
    transition: all 0.2s;
}
.star {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffff;
    top: -50px;
    left: 40px;
    position: relative;
    transform-origin: 100% -50%;
    animation: comet 5s infinite ease-out;
    animation-delay: 3s;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, .3);
    opacity: 0;
    z-index: 1;
}
.star:after {
    content: '';
    display: block;
    top: -50px;
    left: 4px;
    border: 0px solid #fff;
    border-width: 0px 90px 2px 90px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .3);
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, .1);
    transform-origin: 0% 100%;
}


.yellow {
    top: -150px;
    left: -150px;
    background: #ffcd5c;
    animation-delay: 6s;
}
.yellow2 {
    top: -300px;
    left: 200px;
    background: #ffcd5c;
    animation-delay: 10s;
}
.white3 {
    top: -100px;
    left: 1000px;
    background: #ffff;
    animation-delay: 18s;
}
.white2 {
    top: -300px;
    left: 800px;
    background: #ffff;
    animation-delay: 15s;
}

.yellow:after {
    border-color: transparent transparent transparent #ffcd5c;
    animation-delay: 6s;
}
.yellow2:after {
    border-color: transparent transparent transparent #ffcd5c;
    animation-delay: 10s;
}
.white2:after {
    border-color: transparent transparent transparent #ffff;
    animation-delay: 15s;
}
.white3:after {
    border-color: transparent transparent transparent #ffff;
    animation-delay: 18;
}

.foot{
    font-family: 'Orbitron', sans-serif;
    font-size: 100%;
    line-height: 1%;
    color: #003075;
    text-align: center;
    transform: translate(0%, -90px);
}

@keyframes comet {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0) translate3d(0, 0, 0);
        -webkit-transform: scale(0) rotate(0) translate3d(0, 0, 0);
        -moz-transform: scale(0) rotate(0) translate3d(0, 0, 0);
    }

    50% {
        opacity: 1;
        transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
        -webkit-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
    }

    100% {
        opacity: 0;
        transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        -webkit-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
    }
}

@media screen and (max-width: 1624px){
    .star {
	top: -80px;
	left: 40px;
    }
    .yellow {
	top: -150px;
	left: -100px;
    }
    .yellow2 {
	top: -200px;
	left: 600px;
    }
    .white3 {
	top: -150px;
	left: 700px;
    }
    .white2{
	top: -200px;
	left: 500px;
    }
}


@media screen and (max-width: 1624px){
    .star {
	top: -80px;
	left: 40px;
    }
    .yellow {
	top: -150px;
	left: -100px;
    }
    .yellow2 {
	top: -200px;
	left: 600px;
    }
    .white3 {
	top: -150px;
	left: 700px;
    }
    .white2{
	top: -200px;
	left: 500px;
    }
}

@media screen and (max-width: 1086px){
    .star {
	top: -100px;
	left: 40px;
    }
    .yellow {
	top: -200px;
	left: -100px;
    }
    .yellow2 {
	top: -200px;
	left: 500px;
    }
    .white3 {
	top: -150px;
	left: 500px;
    }
    .white2{
	top: -200px;
	left: 400px;
    }
    h1{
	font-size: 200%;
    }
    h2 {
	font-size: 100%;
    }
    .btn{
	font-size: 100%;
	border: solid #fcf197 1px;
    }
    .btn:hover{
	border: solid #fcf197 3px;
    }
    .foot {
	font-size: 80%;
    }
    
}
@media screen and (max-width: 1086px){
    html, body{
	overflow-x: hidden;
    }
    .content {
	padding-bottom: 30%;
    }
    .star {
	top: -100px;
	left: 40px;
    }
    .yellow {
	top: -200px;
	left: -100px;
    }
    .yellow2 {
	top: -200px;
	left: 500px;
    }
    .white3 {
	top: -150px;
	left: 500px;
    }
    .white2{
	top: -200px;
	left: 400px;
    }
    h1{
	font-size: 200%;
    }
    h2 {
	font-size: 100%;
    }
    .btn{
	font-size: 100%;
	border: solid #fcf197 1px;
    }
    .btn:hover{
	border: solid #fcf197 3px;
    }
    .foot {
	font-size: 80%;
    }
    
}
@media screen and (max-width: 480px){
    html, body{
	overflow-x: hidden;
    }
    .content {
	padding-bottom: 35%;
    }
    .star {
	top: -200px;
	left: 20px;
    }
    .yellow {
	top: -400px;
	left: -50px;
    }
    .yellow2 {
	top: -300px;
	left: 500px;
    }
    .white3 {
	top: -250px;
	left: 500px;
    }
    .white2{
	top: -250px;
	left: 250px;
	
    }
    h1{
	font-size: 200%;
    }
    h2 {
	font-size: 100%;
    }
    .btn{
	font-size: 100%;
	border: solid #fcf197 1px;
    }
    .btn:hover{
	border: solid #fcf197 3px;
    }
    .foot {
	font-size: 80%;
    }
    
}
