@import url('https://fonts.googleapis.com/css?family=Prata|Montserrat:300,400|Raleway:800');

/*** Colors
Green:  #1AF095
Blue:   #2BAAAE
Yellow: #C2AB40
Orange: #CA6552
Red:    #DA3637
***/

html, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
}

body {
    overflow-x: hidden;
}

#header {
    z-index: 1000;
    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0,0,0,0)); */
    background: rgba(7, 7, 10, .95);
    height: 90px;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 5%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    transition: .25s;
    transform: translateY(-94px);
}

#header :not(svg || .hamburger) {
    padding: 0 10px;
}

#topHeader {
    z-index: 100;
    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0,0,0,0)); */
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px 5%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    transition: .25s;
}

#promoStrip > a {
    color: inherit;
    font-size: 48px;
}

#promoStrip > a:hover {
    opacity: 0.8;
    transform:scale(1.3);
}


:not(.no-animate) {
    transition: 0.2s;
}

.text-white {
    color: #FFF;
}

.text-gradient {
    background: #1AF095;
    background: -webkit-linear-gradient(#1AF095, #2BAAAE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serif {
    font-family: "Prata", serif;
}

.bold-heading {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
}

.clickable, .btn {
    cursor: pointer;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

.btn-invisible {
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    color: #FFF;
}

.btn-invisible:focus {
    outline: #FFF;
}

.heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #1AF095;
    background: -webkit-linear-gradient(#1AF095, #2BAAAE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page {
    /* padding-bottom: 70px; */
    /* position: absolute;
    left: 0;
    right: 0;
    margin: auto; */
    flex: 1 0 auto;
    transition: 0s;
    background: #FFF;
    min-height: calc(100vh - 260px);
}

#page-container {
    margin-top: 140px;
    min-height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    margin-top: 140px;
}

.flex-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.vert-center {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
}

.left-vert-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* height: 100%; */
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.top {
    z-index: 1000;
}

.attach {
    transform: translateY(0px) !important;
}

.header-item-container {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.header-item {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .7rem;
    cursor: pointer;
    color: #FFF;
    transition: .25s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-icon {
    height: 16px;
    position: relative;
    top: -1px;
}

.side-item-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    min-height: calc(90vh - 140px);
}

.side-item {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    cursor: pointer;
    color: #000 !important;
    margin-bottom: 10px;
    transition: .25s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.side-item i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.header-item:hover {
    transition: .25s;
    transform: scale(1.1);
}

.header-item:focus {
    text-shadow: 0 0 2px #EEE;
}

.header-item i {
    font-size: 1rem;
    padding-bottom: .3rem;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#footer {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 1000;
    color: #FFF;
    width: 100vw;
    height: 120px;
    background: #121219;
    flex-shrink: 0;
    box-shadow: 0 0 15px #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#sideMenu {
    position: fixed;
    height: calc(100vh - 90px);
    width: 75vw;
    top: 90px;
    left: -75vw;
    background: #1AF095;
    background: -webkit-linear-gradient(#1AF095, #2BAAAE);
    box-shadow: 0 0 25vh #000;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    z-index: 100;
}

#sideMenu.active {
    transform: translateX(75vw);
    opacity: 1;
}

#me {
    height: 180px;
    width: 180px;
    /*border: 5px solid #1AF095;*/
    background-image: linear-gradient(to bottom, #1AF095, #2BAAAE);
    padding: 5px;
    margin-top: -20px;
    z-index: 1000;
}

#particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    box-shadow: 0 0 15px #333;
}

.btn {
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn:hover {
    opacity: 0.8;
}

.btn-inverted {
    background: rgba(0, 0, 0, 0);
    border-color: #FFF;
    color: #FFF;
}

.btn-inverted:hover {
    box-shadow: 0 0 3px #FFF;
    color: #FFF;
}

.btn-green {
    border-color: #1AF095;
    background: rgba(0, 0, 0, 0);
    color: #1AF095;
}

.btn-green:hover {
    box-shadow: 0 0 3px #1AF095;
    color: #1AF095;
}

a {
    color: #2BAAAE;
}

a:hover {
    color: #2BAAAE;
    opacity: 0.8;
    text-decoration: none;
}

a.header-item:hover {
    color: inherit;
}

.inverted {
    background: #121219;
    color: #FFF;
}

.bkgd-gradient {
    background: linear-gradient(#1AF095, #2BAAAE);
}

.shift {
    padding-left: 50%;
}

.round-corners {
    border: 0 solid black;
    border-radius: 10px;
}

.border-gradient {
    border-image: linear-gradient(#1AF095, #2BAAAE) 1 100%;
    border-width: 1px;
}

.hard-shadow {
    box-shadow: 10px 10px 0 #EEE;
}

.hard-shadow-green {
    box-shadow: 10px 10px 0 #2BAAAE;
}

.hard-shadow-blue {
    box-shadow: 10px 10px 0 #1AF095;
}

.hard-shadow-dark {
    box-shadow: 10px 10px 0 #555;
}

/** Parallax stuff **/
.parallax {
    /* perspective: 1px; */
    height: 20vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.parallax.shift-up {
    transform: translateY(-20px);
}

.space-image-container {
    max-height: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.space-image {
    width: 100%;
    /*height: 140px;*/
    background: #000;
    filter: hue-rotate(-40deg) brightness(0.6);
    z-index: -1;
}

.hamburger {
    transform: scale(0.7);
}

.hamburger:focus {
    outline-width: 0;
}

.img-border {
    border: 1px solid #AAA;
}

.project {
    opacity: 1;
}

.project.ng-enter {
    transition: .1s;
    opacity: 0;
    transform: translateX(-100px);
}

.project.ng-enter-active {
    opacity: 0;
}

.project.ng-enter-stagger {
    transition-delay: 0.1s;
    transition-duration: 0s;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: initial;
}

.flex-expander {
    flex-grow: 1;
    text-align: center;
}

.text-muted {
    color: #9A9098 !important;
}

:focus {
    outline: #FFF;
}

#copyText {
    margin-left: 20px;
    font-size: .6em;
}

#iHeartCode svg {
    transform: scale(.7);
    stroke: #9A9098;
}

#openSource {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #9A9098;
    padding: 10px;
    margin-right: 20px;
    font-size: .6em;
}

#openSourceMobile {
    color: #000;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #000;
    padding: 10px;
    margin-right: 20px;
    font-size: .6em;
}

#openSourceMobile a {
    color: #951AF0;
}

@media (max-width: 768px) {
    .show-mobile {
        display: initial;
    }

    .hide-mobile {
        display: none !important;
    }

}