body {
    padding: 0;
    margin: 0
}

#title-bar {
    -webkit-app-region: drag;
    -webkit-user-select: none;
    height: 35px;
    padding: none;
    margin: 0;
    background-color: #1a1919;
    border-bottom-width: .5px;
    border-bottom-color: #c2c2c2d8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 5px 35px #141414
}

.title-bar {
    height: 50px;
    background-color: #00000000;
    position: relative;
    top: 0;
    width: 100%
}

.nopad {
    padding: 0;
}

.nomar {
    margin: 0;
}

#title-img {
    position: fixed;
    top: 6px;
    left: 3px;
    z-index: 4
}

#title {
    position: fixed;
    top: 4px;
    left: 30px;
    font-weight: 400;
    font-size: 20px;
    z-index: 4
}

#title-bar-btns {
    -webkit-app-region: no-drag;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4
}

.control-button {
    background-color: transparent;
    width: 50px;
    height: 35px;
    color: #c2c2c2d8;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
    float: right;
    line-height: 0;
    transition: .5s
}

#max-btn:hover {
    background-color: #444444c2
}

#min-btn:hover {
    background-color: #444444c2
}

#close-btn:hover {
    background-color: #960000c2
}

.control-button:focus {
    outline: none
}

* {
    font-family: K2D, Halvetica, Arial, sans-serif;
    font-weight: 700;
    color: #d6d6d6;
    font-size: 20px;
    text-align: center;
    word-spacing: 2px
}

option {
    color: #c5c5c5;
    background-color: #000
}

option:focus {
    outline: none
}

select:focus {
    outline: none
}

select {
    color: #c5c5c5;
    border: none;
    border-radius: 5px;
    background-color: #000;
    outline: none
}

a {
    color: #888
}

body {
    background-color: #252525;
    color: #19f;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

button.button {
    width: fit-content;
    color: #fff;
    border-radius: 50px 50px 50px 5px;
    transition: .3s;
    background-color: #272727;
    border: 0;
    font-weight: 400;
    outline: none;
    cursor: pointer
}

button.button:hover {
    background-color: #0094ff;
    color: #d3d3d3;
    font-weight: 400;
    box-shadow: 5px 5px 5px #141414c2
}

.main {
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.header {
    box-shadow: 0 5px 20px 15px #3a3a3a;
    min-height: 56px;
    transition: min-height .3s;
    background-color: #3a3a3a
}

.header__inner {
    min-width: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px
}

.header__logo {
    height: 90px;
	width: 90px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 10px;
	border-radius: 50%;
}

.header__title {
    font-weight: 300;
    font-size: 4em;
    margin: .25em;
    display: inline-block;
    color: #b3b3b3;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-top: 0
}

#bgCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

img,
embed,
object,
video {
    max-width: 100%;
    -webkit-user-select: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #212121
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:active {
    background: #292929
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #292929;
    transition-duration: .25s;
    border-radius: 5px
}

.container:hover input~.checkmark {
    background-color: #3b3b3b;
    box-shadow: 5px 5px 5px #14141485
}

.container:focus input~.checkmark {
    box-shadow: 5px 5px 5px #14141485
}

.container input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

input {
    color: #000
}

#folderpath {
    cursor: pointer;
    color: #5151ce
}

.logEntry {
    display: inline
}

.slider {
    -webkit-appearance: none;
    width: 30%;
    height: 15px;
    border-radius: 5px;
    background: #303030;
    outline: none;
    opacity: .6;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer
}

.slider:hover {
    opacity: 1
}

.slider:focus {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3ea8bb;
    cursor: pointer
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
}

.progressbar {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    background-color: #1d1d1d;
    width: 50vw;
    display: inline-block;
    height: 20px;
    border-radius: 10px
}

.activebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
    transition: width .5s ease;
    background-color: #3ea8bb
}

.darktextbox {
    background-color: #272727;
    color: #d6d6d6;
    border: 0;
    outline: none;
    border-radius: 5px;
    transition: .3s
}

.darktextbox:hover {
    background-color: #2c2c2c;
    box-shadow: 5px 5px 5px #14141485
}

.darktextbox:disabled {
    background-color: #141414;
    color: #d6d6d6;
    border: 0;
    outline: none
}

.darktextbox:focus {
    background-color: #2c2c2c;
    box-shadow: 5px 5px 5px #14141485
}

.project {
    margin: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: #1d1d1d;
    border-radius: 10px;
    border: 1px solid #1d1d1d;
    float: left;
    transition: .3s;
    cursor: pointer;
    outline: none;
    align-self: stretch
}

.project * {
    transition: .3s
}

.project:focus:not(.float):not(.sink) {
    background: #252525;
    box-shadow: 13px 13px 5px #141414b0;
    border: 1px solid #505050;
    transform: translate(-7px, -7px)
}

.project:hover:not(.float):not(.sink) {
    background: #252525;
    box-shadow: 13px 13px 5px #141414b0;
    border: 1px solid #505050;
    transform: translate(-7px, -7px)
}

.project_icon {
    height: 128px;
	width: 128px;
	object-fit: cover;
    float: left;
    margin: 15px
}

.project_title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.project_description {
    font-size: 15px;
    color: #9c9c9c;
    text-align: left
}

.projects {
    width: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px
}

.footer_text {
    color: #a8a8a8;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px
}

.footer_box {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px
}

.auth * {
    margin-left: 7px
}

.auth .project_description * {
    margin-top: 4px;
    margin-bottom: 4px
}

.header_button {
    margin-left: 5px;
    margin-right: 5px
}

.error_text {
    color: #ec1a1a
}

@media screen and (max-width:789px) {
    .project {
        width: calc((100vw - (22px*3))/1)
    }
}

@media screen and (min-width:790px) and (max-width:1152px) {
    .project {
        width: calc((100vw - (22px*3 + (5px*9)))/2)
    }
}

@media screen and (min-width:1153px) {
    .project {
        width: calc((100vw - (22px*3 + (5px*14)))/3)
    }
}

@keyframes glow {
    from {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #424242
    }
    50% {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #252525
    }
    to {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #424242
    }
}

@-webkit-keyframes glow {
    from {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #424242
    }
    50% {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #252525
    }
    to {
        box-shadow: 13px 13px 5px #141414b0, inset 0 0 5px 1px #424242
    }
}

.float:hover {
    background: #252525;
    box-shadow: 13px 13px 5px #141414b0;
    border: 1px solid #505050;
    transform: translate(-7px, -7px)
}

.sink:hover {
    box-shadow: inset 13px 13px 5px #141414b0;
    border: 1px solid #505050
}

.sink:hover * {
    transform: translate(7px, 7px)
}

.float:focus {
    background: #252525;
    box-shadow: 13px 13px 5px #141414b0;
    border: 1px solid #505050
}

.sink:focus * {
    transform: translate(7px, 7px)
}

.sink:focus {
    box-shadow: inset 13px 13px 5px #141414b0;
    border: 1px solid #505050
}

#strangebutton {
    margin-top: 10px
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 40px;
    bottom: 30px
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 6.5s;
    animation: fadein .5s, fadeout .5s 6.5s
}

.section_header {
    padding: 10px 2%;
    color: grey;
    font-size: 30px;
    text-align: left;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}
