/*@font-face {
    font-family: Lazer;
    src: local("Lazer"),
    url(/fonts/Lazer84.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Kosh;
    src: local("Kosh"),
    url(/fonts/KoshgarianBold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Kosh2;
    src: local("KoshgarianRegular2OyK.ttf"),
    url(/fonts/KoshgarianRegular2OyK.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Circus;
    src: local("Circus"),
    url(/fonts/CircusOfInnocentsItalic-nyWR.ttf);
    font-weight: normal;
}*/
@font-face {
    font-family: Hyperwave;
    src: local("Hyperwave"),
    url(/fonts/hyperwave1.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Nasa;
    src: local("Nasa"),
    url(/fonts/Nasa.ttf);
    font-weight: normal;
}
@font-face {
    font-family: AnonymousPro;
    src: local("AnonymousPro"),
    url(/fonts/AnonymousPro-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Marvel;
    src: local("Marvel"),
    url(/fonts/Marvel-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Nasa;
    src: local("Nasa"),
    url(/fonts/nasa.otf);
    font-weight: normal;
}


body,html {
    box-sizing:border-box;
    min-height: -webkit-fill-available;
    font-family: AnonymousPro;
}

body {
	/*background-color: #130F54;*/
	background: rgb(19,15,82);
    /*background: radial-gradient(circle, rgba(19,15,82,1) 0%, rgba(22,21,53,1) 49%, rgba(24,25,30,1) 100%);*/
	color: #fff;
	padding:0;
	margin:0;
	height:100%;
	min-height: -webkit-fill-available;
	background-image:radial-gradient(circle, rgba(19,15,82,0.8) 0%, rgba(22,21,53,0.8) 49%, rgba(24,25,30,1) 100%),url('/images/city.jpg');
	background-position:fixed;
}

a {
	color: #2983ff;
	text-decoration:none;
}

canvas {
    position:relative;
    z-index:1;
}

h1 {
    font-family:Nasa;
    color: #ff14ac;
    /*text-shadow: 1px 1px 4px #05DBF2;*/
    font-size: 200px;
    margin: 0px;
}

h2 {
    font-family:Marvel;
    color: #ff14ac;
    /*text-shadow: 1px 1px 4px #05DBF2;*/
    margin-bottom: 20px;
    margin-top:20px;
    font-size:30px;
    text-transform:uppercase;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.card {
    max-width:750px;
    width:80%;
    margin:auto;
    /*background:radial-gradient(circle, rgba(19,15,82,1) 0%, rgba(22,21,53,1) 49%, rgba(24,25,30,1) 100%);*/
    /*background-color:#fff;*/
    /*border-radius: 10px;
    padding:72px 55px 90px 55px;*/
}

input,textarea,select {
    outline-style:none;
}

input[type=text], input[type=password], input[type=email], textarea {
    background:transparent;
    border:none;
    border-bottom:2px solid #ff14ac;
    font-family:Marvel;
    margin-bottom:35px;
    width:100%;
    color:white;
    font-size:20px;
    height:45px;
}

textarea {
    padding-top:10px;
    font-size:20px !important;
}

input[type=submit] {
    font-family: Nasa;
    border: none;
    background-color:transparent;
    color:#ff14ac;
    font-size:50px;
    transition:all 500ms ease;
    padding:10px 25px;
    border-radius:10px;
    margin-top:35px;
}

input[type=submit]:hover {
    background-color:#15F4EE;
    color:rgb(19,15,82);
}

input[type=text]::placeholder, textarea::placeholder, .placeholder {
    color:white;
    opacity:0.85;
}

input[type=text], input[type=password] {
    height:45px;
}

.form-item, .form-actions {
    margin:0px !important;
}

.inputholder {
    position:relative;
    width:100%;
}

.placeholder {
    font-family:Marvel;
    position:absolute;
    font-size:20px;
    left:0px;
    top:0px;
    height:45px;
    display:flex;
    align-items:center;
    transition:all 500ms ease;
}

.acttext {
    transition: all 1s ease-in-out;
    color:white;
    font-weight:900;
    font-size:150px;
    position:absolute;
    z-index:101;
    -webkit-backface-visibility: visible;
    text-align:center;
}

.acttext a {
    color:#ff14ac;
    /*-webkit-text-stroke: 1px #130F54;*/
    /*text-shadow: 1px 1px 4px #05DBF2;*/
    font-family:Nasa;
    font-size:200px;
}

.acttext p {
    font-size:20px;
    text-transform: uppercase;
}

#text1 {
    opacity: 1;
    transform: perspective(0px) translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
}

#text2 {
    opacity: 0;
    transform: perspective(450px) translate3d(0px, 0px, -450px);
    transform-style: preserve-3d;
}

#text3 {
    opacity: 0;
    transform: perspective(450px) translate3d(0px, 0px, -900px);
    transform-style: preserve-3d;
}

.textholder {
    transform: perspective(200px) translate3d(0px, 0px, 0px);
    transition: all 1s ease-in-out;
    display:flex;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    justify-content:center;
    align-items:center;
    transform-style: preserve-3d;
    z-index:100;
    width:100%;
    height:100%;
    -webkit-backface-visibility: visible;
}

.container {
    width:100%;
    height:90%;
    position:relative;
    z-index:0;
    -webkit-backface-visibility: visible;
}

#loadpercent {
    /*display:none;*/
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-color:#000;
    color:white;
    z-index:10001;
    display:flex;
    justify-content:center;
    align-items:center;
}

#loadpercent h1 {
    color: #fff;
    /*-webkit-text-stroke: 1px #130F54;*/
    /*text-shadow: 1px 1px 4px #05DBF2;*/
    font-weight: 900;
    font-size: 75px;
    font-family:Nasa;
    margin:0;
}

#barcontainer {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow:hidden;
    background-color:#130F54;
    position:relative;
    z-index:28;
    display:none;

}

#barinner {
    background-color:white;
    width:100%;
    height:100%;
    position:absolute;
    bottom:0px;
    z-index:29;
    border-radius: 50%;
    border: 5px solid white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#barouter {
    background-color:#130F54;
    width:100%;
    height:100%;
    position:absolute;
    bottom:0px;
    z-index:30;

}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

#svgholder {
    position:fixed;
    display:flex;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    top:0px;
    left:0px;
    border-radius:100%;
    overflow:hidden;
}

.navigation {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:25px;
    padding-bottom:25px;
    background-color:white;
}

.navlinks {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:80%;
    max-width:500px;
}

.navlinks a {
    color:#130F54;
    text-decoration:none;
}

.circularholder {
    border-radius:50%;
    padding:15px;
    background-color:white;
    position:absolute;
    top:-40px;
}

.logoholder {
    position:relative;
    width:100px;
}

.logo {
    width:75px;
    height:auto;
    z-index:1;
}

.logohider {
    stroke-dashoffset: 0;
    stroke-dasharray: 750;
    animation: logo 25s ease-in-out infinite 0s;
    animation-direction: reverse;
}

#logohider {
    position:absolute;
    width:75px;
    height:auto;
    z-index:2;
    left:0px;
    top:0px;
}

.logos {
    position:relative;
}

@keyframes logo {
    0% {
        stroke-dashoffset: 0;
    }
    30% {
        stroke-dashoffset: 750;
    }
    70% {
        stroke-dashoffset: 750;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.section {
    width:80%;
    margin:auto;
    padding:25px;
}

.project-section {
    width:100%;
    padding:0px !important;
}

.project-section a {
    color:inherit;
}

.headingcontainer {
    display:flex;
    justify-content:space-between;
    width:100%;
    align-items:center;
}

.headingborder {
    width:100%;
    height:5px;
    background-color:white;
}

.pageheading {
    white-space:nowrap;
    font-size:150px;
    margin:0px;
}

.headingtext {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-left:30px;
    padding-right:30px;
}

.subheading {
    text-transform: uppercase;
    width:100%;
    text-align:center;
    font-size:25px;
    font-family:Marvel;
}

.flex-h {
    display:flex;
    justify-content:space-between;
}

.fourtycol {
    display:flex;
    flex-direction: column;
}

.fourtycol h2 {
    text-align:center;
}

/*.sixycol {
    width:57%;
}*/

.platlogo {
    height:auto;
    width:50%;
    max-width:200px;
}

.flex-h.wrap {
    flex-wrap:wrap;
    align-items:center;
}

.flex-h.left {
    justify-content:flex-start;
}

.flex-h.center {
    justify-content:center;
}

.subcontent {
    margin-top:35px;
}

.project {
    background-attachment : fixed;
    width:100%;
    padding-top:350px;
    padding-bottom:350px;
    filter: grayscale(100%);
    transition:all 500ms ease;
    display:flex;
    justify-content:center;
    align-items:center;
    background-size:cover;
}

.project:hover {
    filter:grayscale(0%);
}

.dci {
    background-image:url(/images/dci.png);
}

.glyph {
    background-image:url(/images/glyph.png);
}

.plasma {
    background-image:url(/images/plasmahero.png);
}

.project h2 {
    padding:50px;
    background-color:rgba(19,15,84,0.5);
    filter:grayscale(0%) !important;
    color:white;
}

#loadingtexting {
    display:none;
    font-family:Nasa;
    font-size:75px;
}

.hamburger {
    display:none;
}

#loadtext {
  z-index: 5;
  position:fixed;
  top:5%;
}

@media (max-width: 700px) {
    .textholder {
        transform: initial;
    }
    #text1 {
        transform: initial;
    }
    #text2 {
        transform: initial;
    }
    #text3 {
        transform: initial;
    }
    .acttext {
        font-size: 4em;
    }
    .pageheading {
        white-space: normal;
    }
    .acttext a {
        font-size:100px;
    }
    .pageheading {
        font-size:55px;
    }
    .headingcontainer {
        margin-top:25px;
    }
    .subheading {
        font-size:20px;
    }
    .project {
        padding-top:100px;
        padding-bottom:100px;
        background-attachment:scroll;
    }
}
@media (max-width: 500px) {
    #loadtext {
        width:100%;
        height:100%;
        flex-direction:column;
        align-items:center;
        display:flex;
        justify-content:center;
    }
    #loadingtexting {
        display:block;
    }
    #svgholder {
        display:none;
    }
    #loadpercent h1 {
        font-size:60px;
    }
}
@media (max-width: 450px) {
    .navlinks {
        /*display:none;*/
    }
    .hamburger {
        display:block;
    }
}
