@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'OriyaMN';
	src: local('OriyaMN'), 
	url('../OriyaMN.ttf'),
	url('../OriyaMN.eot'); /* IE9+ */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	z-index: 0;
	background-color:#000000;
    overflow: hidden;
    font-family: 'OriyaMN';
}

html #background,
body #background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: no-repeat;
  background-size: cover;
  overflow: hidden;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
html .main,
body .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}
html .main #content,
body .main #content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 24px;
  height: 100%;
  position: relative;
  text-align: center;
  top: 33%;
}
html .main #content .title,
body .main #content .title {
  color: white;
  font-size: 3rem;
  font-family: 'OriyaMN';
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
html .main #content .title span,
body .main #content .title span {
  font-size: 3rem;
  cursor: pointer;
}
html .main #content .title:hover,
body .main #content .title:hover {
  -webkit-animation: MISSION-HOVER 1.5s infinite;
  animation: MISSION-HOVER 1.5s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes MISSION-HOVER {
  0%, 100% {
    font-size: 3rem;
    color: white;
  }
  50% {
    color: #9640cf;
    letter-spacing: 4px;
    text-shadow: 0px 0px 30px #debfff;
  }
}
html .main #content p,
body .main #content p {
  color: #c4aee6;
  font-family: 'OriyaMN';
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.5rem;
}
html .main #content p:last-child,
body .main #content p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 3em auto;
  padding: 0;
  letter-spacing: 0.1rem;
}
html .main #content p:last-child > a,
body .main #content p:last-child > a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in;
}
html .main #content p:last-child > a:hover,
body .main #content p:last-child > a:hover {
  color: #fff;
}
html .main #content section,
body .main #content section {
  color: #fff;
  margin: 0 auto;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 700;
}
html .main #content section ul,
body .main #content section ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}
html .main #content section ul li,
body .main #content section ul li {
  display: inline-block;
  margin-right: 2rem;
  width: 6rem;
}

/* style */

.canvas {
    width: 100%;
    height: 100%;
    clear: both;
    overflow: hidden;
    z-index: -1;
  }
  
.star {
    position: absolute;
    opacity: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ae06e6;
    -webkit-box-shadow: 0 0 5px rgba(204, 109, 245, 0.75);
    -moz-box-shadow: 0 0 5px rgba(204, 109, 245, 0.75);
    box-shadow: 0 0 5px rgba(204, 109, 245, 0.75);
}

.streak {
    width: 10px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    top: 100px;
    left: 100px;
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.75);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
}


.oriya {
	font-family: 'OriyaMN', Verdana, Geneva, sans-serif;
	font-stretch:normal;
	}

.h1 { font-size:24px; padding: 30px 0 0 0;}
.h2 { font-size:12px;}
.h3 { font-size:10px;}
.white { color:#FFFFFF; }
.cap { text-transform:uppercase; }
.lower { text-transform:lowercase; }
.ctr { text-align:center; }
.italic { font-style:italic; }
a.link, a:visited.link { text-decoration:none; }
a:hover.link { text-decoration:none; color:#bf00ff; }
.active { text-decoration:none; color:#bf00ff; }