@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Code+Pro:400,600');
* {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
    -webkit-user-select: none;
    user-select: none;
}

*:not(a):not(a *) {
    cursor: default;
}

html {
    height: 100%;
}

body {
    background: #101214;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    color: #7A7C80;
    min-height: 100%;
}

h1,
h2,
h2:link,
h1:link {
    font-weight: normal;
    font-size: 25px;
    color: white;
}

.full-size {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#page {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -280px;
    height: 560px;
}

@media only screen and (max-height: 580px),
only screen and (max-width: 578px) {
    #page {
        top: 14px;
        margin-top: 0;
    }
}

header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 58%;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#header-content {
    text-align: center;
}

#header-logo {
    text-align: center;
}

#header-content #logo {
    margin-bottom: 10px;
}

#header-content p {
    padding-top: 2px;
}

#contact {
    padding-top: 12px;
}

#contact a {
    display: inline-block;
    margin-right: 10px;
}

#contact a,
#contact a svg {
    width: 25px;
    height: 19px;
    cursor: pointer;
}

#contact a svg path {
    fill: #7A7C80;
}

#contact a:hover svg path {
    fill: #adb0b6;
}

#content {
    position: absolute;
    left: 50%;
    width: 50%;
}

section {
    margin-bottom: 30px;
}

section h2 {
    height: 30px;
}

section ul {
    line-height: 22px;
    list-style: none;
    padding-top: 2px;
    padding-bottom: 5px;
}

section ul a {
    color: #7A7C80;
    text-decoration: none;
}

section ul a:hover {
    color: #adb0b6;
}

a.more {
    font-size: 16px;
    text-decoration: none;
}

a.more svg {
    width: 6px;
    height: 10px;
    margin-left: 7px;
}

a.more {
    color: #B0B1B3;
}

a.more .arrow {
    fill: #B0B1B3;
}

a.more:hover {
    color: #adb0b6;
}

a.more:hover .arrow {
    fill: #adb0b6;
}

#page-stripes {
    pointer-events: none;
}

@media only screen and (max-width: 578px) {
    header {
        position: static;
        top: 10px;
        padding-bottom: 16px;
        margin: 40px 24px 16px;
        width: auto;
    }
    #header-content #logo {
        top: -33px;
    }
    #header-content h1,
    #header-content p {
        left: 24px;
        margin-left: 0;
    }
    #contact {
        left: 252px;
        margin-left: 0;
    }
    #content {
        position: absolute;
        left: 24px;
        right: 24px;
        margin-left: 0;
        width: auto;
    }
    section,
    section#openSource,
    section#work {
        width: 100%;
        float: left;
        clear: both;
    }
}

#intro {
    background: #101214;
    pointer-events: none;
}

#logo-container {
    transform-origin: 50% 50%;
    transform: scale(0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

#logo-container>svg {
    width: 70vw;
    height: 70vh;
    max-width: 640px;
    max-height: 536px;
}


/* For Logos */



/* 

html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  html {
    background: #0e1a25;
    font-size: 0.625em;
  }
  
  .soc {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    text-align: center;
  }
  .soc li {
    display: inline-block;
    margin: 12px;
    margin: 1.2rem;
  }
  .soc a, .soc svg {
    display: block;
  }
  .soc a {
    position: relative;
    height: 96px;
    height: 9.6rem;
    width: 96px;
    width: 9.6rem;
  }
  .soc svg {
    height: 100%;
    width: 100%;
  }
  .soc em {
    font-size: 14px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .icon-1:hover, .icon-2:hover, .icon-3:hover, .icon-4:hover, .icon-5:hover, .icon-6:hover, .icon-7:hover, .icon-8:hover, .icon-9:hover, .icon-10:hover, .icon-11:hover, .icon-12:hover, .icon-13:hover, .icon-14:hover, .icon-15:hover, .icon-16:hover, .icon-17:hover, .icon-18:hover, .icon-19:hover, .icon-20:hover, .icon-21:hover, .icon-22:hover, .icon-23:hover, .icon-24:hover, .icon-25:hover, .icon-26:hover, .icon-27:hover, .icon-28:hover, .icon-29:hover, .icon-30:hover {
    border-radius: 100%;
    color: #0e1a25;
    fill: #0e1a25;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }

.icon-8 {
    color: #6ed926;
    fill: #6ed926;
  }
  .icon-8:hover {
    background: #6ed926;
  }
  

.icon-13 {
    color: #26d991;
    fill: #26d991;
  }
  .icon-13:hover {
    background: #26d991;
  }



.icon-14 {
    color: #26d9b5;
    fill: #26d9b5;
  }
  .icon-14:hover {
    background: #26d9b5;
  }



.icon-16 {
    color: #26b5d9;
    fill: #26b5d9;
  }
  .icon-16:hover {
    background: #26b5d9;
  }

  .icon-28 {
    color: #d9266e;
    fill: #d9266e;
  }
  .icon-28:hover {
    background: #d9266e;
  }
    */