html,
body {
    font-size: 100%;
    margin: 0;
    background: white;
    width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: "NeueMachina Light";
    src: url("fonts/NeueMachina-Light.otf");
}

@font-face {
    font-family: "NeueMachina Regular";
    src: url("fonts/NeueMachina-Regular.otf");
}

@font-face {
    font-family: "NeueMachina Bold";
    src: url("fonts/NeueMachina-Ultrabold.otf");
}

h1 {
    font-family: 'NeueMachina Light', Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 100;
    line-height: 1.5;
}

h2 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.5;
    color: #979797;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

h3 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.5;
}

p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #979797;
    line-height: 2;
    font-size: 0.9em;
}

.instructions-text {
    text-transform: uppercase;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #979797;
    line-height: 2;
    font-size: 0.7em;
}

.primary-button {
    background: #2fe78c;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 100;
    padding: 0.6em 0.9em;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 200;
    border: none;
    display: block;
}

nav {
    padding: 1em 3.2em;
    margin-bottom: 1.5em;
}

nav ul {
    float: right;
    display: inline;
    margin: 9px 0px;
}

nav li {
    display: inline;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #979797;
    margin: 2em;
    font-size: 0.9em;
}

nav li:first-child {
    margin-left: 0em;
}

nav li:last-child {
    margin-right: 0em;
}

#logo {
    display: inline-block;
    width: 13em;
    margin: 0;
}

#logo svg {
    width: 13em;
}

.content-section {
    padding: 0em 4em;
}

/* .scrollbar {
	background: #979797;
	width: 1px;
	position: absolute;
	left: 4em;
	height: 100%;
	max-height: 100%;
	z-index: 0;
} */

.scrollbar {
    position: relative;
    display: inline;
    width: 1px;
    height: 100%;
    float: left;
    background: #979797;
}

.absolute-scrollbar {
    position: absolute;
    left: 4em;
}

#home-6 {
    height: 22em;
}

#home-3 {
    height: 30em;
}

#home-5 {
    height: 31em;
}

#home-7 {
    height: 28em;
}

.arrow {
    display: inline-block;
    margin-top: 1em;
}

.cta {
    display: inline;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #18e889;
    margin-left: 10px;
    font-size: 1.3em;
    position: absolute;
    margin-top: 4px;
}

.scroll-arrow {
    position: absolute;
    left: 3.28em;
}

#scroll-arrow-2 {
    top: 20px;
}

#scroll-arrow-3 {
    top: 40px;
}

#section-1-scroll-down {
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    height: 135px;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 50px;
    }
}

#intro-text {
    display: inline;
}

#intro-text-container {
    height: 7.5em;
    width: 27.5em;
}

.typed-cursor {
    font-size: 2.7em;
    opacity: 0.4 !important;
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 1.2s infinite !important;
    -webkit-animation: typedjsBlink 1.2s infinite !important;
    animation: typedjsBlink 1.2s infinite !important;
}

.arrow {
    fill: #18e889;
    width: 3.2em;
    height: 1.2em;
}

.arrow svg {
    width: 100%;
    height: 100%;
}

.cta-project {
    font-weight: 100;
    margin-top: .9em;
    color: white;
    font-size: 0.9em;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

#lets-chat {
    cursor: pointer;
}

.project .arrow {
    fill: white;
}

.scrollbar-circle {
    width: 20px;
    height: 20px;
    background: white;
    /*border: 1px solid #979797;*/
    box-shadow: inset 0px 0px 0px 1px #979797;
    border-radius: 50%;
    position: absolute;
    left: 3.46em;
    z-index: 2;
}

#circle-1 {
    margin-top: 0;
}

#circle-3 {
    background: white;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section {
    flex-grow: 1;
}

.section-2 {
    width: 50%;
}

#home-1 {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 90%, #18e889 94%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 90%, #18e889 94%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 90%, #18e889 94%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#18e889', GradientType=0);
    /* IE6-9 */
    height: 90vh;
}

#scroll-down-text {
    bottom: 110px;
    left: 7.8em;
    position: absolute;
}

#intro-left {
    height: 60vh;
    display: flex;
    align-items: center;
}

#intro-right {
    height: 60vh;
    overflow: hidden;
    opacity: .58;
    display: none;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

#location-text {
    z-index: 4;
}

.project-logo svg{
    max-width: 15em;
    height: 90px;
    margin-bottom: -3em;
}

.project {
    padding: 3em 3em;
}

#jiraccsicpark-logo {
    width: 18em;
    margin-top: 2em;
    height: 11px;
}

.project .small-cta {
    width: 12.5em;
}

#home-6 .small-cta {
    width: 9.5em;
}

#jiraccsicpark-logo img {
    width: 100%;
    max-width: 100%;
    float: left;
}

.project img {
    max-width: 60%;
    float: right;
    margin-top: -1.5em;
}

.project h1 {
    color: white;
    max-width: 37%;
    margin-top: 3.5em;
    font-size: 2em;
    height: 5em;
}

.project .small-cta {
    margin-top: 5.5em;
}

.project-left,
.project-right {
    width: 50%;
}

.project-right .desktop {
    width: 100%;
}

#desktop-nav {
    float: right;
    display: inline-block
}

#desktop-nav ul {
    margin-right: 7em;
    float: right;
}

#ecomgem {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8391cf+0,5e6fbe+100 */
    background: #8391cf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8391cf 0%, #5e6fbe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8391cf 0%, #5e6fbe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8391cf 0%, #5e6fbe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8391cf', endColorstr='#5e6fbe', GradientType=0);
    /* IE6-9 */
}

#onetwoscale {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23b22d+0,1d9236+100 */
    background: rgb(35, 178, 45);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35, 178, 45, 1) 0%, rgba(29, 146, 54, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 178, 45, 1) 0%, rgba(29, 146, 54, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 178, 45, 1) 0%, rgba(29, 146, 54, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23b22d', endColorstr='#1d9236', GradientType=0);
    /* IE6-9 */
}

#aquariuscharms {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbbd76+0,c6a56a+100 */
    background: rgb(219, 189, 118);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(219, 189, 118, 1) 0%, rgba(198, 165, 106, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(219, 189, 118, 1) 0%, rgba(198, 165, 106, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(219, 189, 118, 1) 0%, rgba(198, 165, 106, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbd76', endColorstr='#c6a56a', GradientType=0);
    /* IE6-9 */
}

#sineum {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#258be2+0,0c518c+100 */
    background: rgb(37, 139, 226);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37, 139, 226, 1) 0%, rgba(12, 81, 140, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(37, 139, 226, 1) 0%, rgba(12, 81, 140, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(37, 139, 226, 1) 0%, rgba(12, 81, 140, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258be2', endColorstr='#0c518c', GradientType=0);
    /* IE6-9 */
}

#extratoreddit {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe3f6+0,a0bde5+100 */
    background: rgb(207, 227, 246);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(207, 227, 246, 1) 0%, rgba(160, 189, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(207, 227, 246, 1) 0%, rgba(160, 189, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(207, 227, 246, 1) 0%, rgba(160, 189, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe3f6', endColorstr='#a0bde5', GradientType=0);
    /* IE6-9 */
}

#crookbook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#crookbook h1 {
    color: black;
}

#jiraccsicpark {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#668be4+0,7a4cd3+100 */
    background: rgb(102,139,228); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(102,139,228,1) 0%, rgba(122,76,211,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(102,139,228,1) 0%,rgba(122,76,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(102,139,228,1) 0%,rgba(122,76,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668be4', endColorstr='#7a4cd3',GradientType=0 ); /* IE6-9 */
}

#who-ive-worked-with {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-top: 3em;
}

#home-3 {
    background: white;
}

.other-logo {
    /*flex-shrink: 0;*/
    width: 13%;
    margin: 15px 3%;
}

#home-4 {
    background-image: url("images/philosophy-background-2.svg");
    padding: 3.5em;
    background-position-y: center;
    background-position-x: center;
}

#circle-4 {
    background: #2fe78c;
    box-shadow: inset 0px 0px 0px 1px white;
}

#line-4 {
    background: white;
}

#philosophy {
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-top: 3.5em;
}

#philosophy h1 {
    text-align: center;
}

#home-5 {
    background: white;
}

#skills {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-bottom: 0em;
}

#skills-more-info {
    margin-left: auto;
    width: 500px;
}

#need-someone {
    text-align: center;
    margin-top: -3.5em;
    color: #161616;
}

#hire-me {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
}

/*.philosophy-background {
	display: inline;
	position: absolute;
}

.philosophy-background:first-child {
	left: -50%;
}*/

/*.philosophy-background {
	position: absolute;
	left: 0;
}


.philosophy-background svg {
    height: auto;
    width: 100%;
    margin-top: -11%;
    margin-left: 14%;
    opacity: .5;
}*/

.white {
    color: white;
}

.white-fill {
    fill: white;
}

#philosophy-more-detail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#my-philosophy {
    color: white;
}

#footer {
    text-align: center;
    border-top: 1px solid #979797;
    background: white;
    padding: 1.5em 0em;
    width: 100%;
    margin-top: 3em;
}

.fade-in {
    opacity: 0;
}

.repeating-bars {
    width: 100%;
    overflow: hidden;
}

#repeating-bars-top svg {
    margin-left: -48%;
}

.gray {
    color: #979797;
}

.gray-fill {
    fill: #979797;
}

.black {
    color: #161616;
}

.black-fill {
    fill: #161616;
}

.connecting-line {
    width: 0em;
    height: 1px;
    background: #979797;
    margin-top: 4.05em;
    position: absolute;
    left: 4.55em;
}

#body-content {
    background: white;
}

#pinContainer {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.panel {
    height: 80%;
    width: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 36px 35px -41px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 36px 35px -41px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 36px 35px -41px rgba(0, 0, 0, 0.75);
}

#pinMaster {
    padding: 3.5em;
    padding-bottom: 5em;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100vh;
}

.one {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8391ce+1,5e6fbb+100 */
    background: rgb(131, 145, 206);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(131, 145, 206, 1) 1%, rgba(94, 111, 187, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(131, 145, 206, 1) 1%, rgba(94, 111, 187, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(131, 145, 206, 1) 1%, rgba(94, 111, 187, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8391ce', endColorstr='#5e6fbb', GradientType=0);
    /* IE6-9 */
}

.two {
    background-color: #94c356;
}

.three {
    background-color: #e3aa59;
}

.four {
    background-color: #777;
}

.five {
    background-color: #a63ba0;
}

.six {
    background-color: #cf5b21;
}

.section-heading .scrollbar-circle {
    z-index: 2;
}

.section-heading .connecting-line {
    margin-top: 0.5em;
    z-index: 2
}

.section-heading h2 {
    margin-left: 3em;
    z-index: 2
}

.section-heading {
    padding-top: 6em;
}

.section-content {
    padding-left: 9em;
    padding-right: 5em;
    padding-top: 2em;
    padding-bottom: 6em;
}

#circle-2 {
    background: black;
}

.section-half {
    width: 50%;
    display: inline;
}

#scrollbar-1 {
    margin-top: 100%;
}

.section-half-left {
    float: left;
}

#home-2-background-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
}

#home-2-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #5d6dbf;
}

#home-2-background-black {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0.99;
}

#home-1 .section-content {
    padding-top: 0em;
    padding-bottom: 0em;
}

#home-2 .section-heading {
    position: absolute;
    padding-top: 3em;
}

#home-2 .section-content {
    padding-top: 8em;
}

#heading-wrapper {
    position: relative;
}

#home-3 .section-heading h2 {
    margin-left: 3em;
}

#my-philosophy {
    margin-left: 3em;
}

#home-4 .section-heading {
    padding-top: 1em;
}

.other-logo {
    opacity: 0;
}

#quote-author {
    width: 10em;
    margin-left: auto;
    margin-right: auto;
}

.white-background {
    background: white;
}

#home-2 .section-heading h2 {
    margin-left: 6em;
}

#my-services {
    padding: 3em 5.5em;
    opacity: 0;
}

#who-am-i {
    padding-left: 5.5em;
    padding-right: 5.5em;
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: 0;
}

.scrollbar:last-child {
    height: 40%;
}

.small-cta {
    margin: 1em 0em;
    cursor: pointer;
    width: 7.5em;
}

.small-cta p {
    font-size: 1em;
}

.small-cta .arrow {
    margin-top: 0.7em;
}

.small-cta .arrow svg {
    width: 100%;
}

.small-cta .arrow {
    width: 2.5em;
    height: 1em;
}

.dark-gray {
    color: #666666;
}

.dark-gray-background {
    background: #666666
}

.dark-gray-fill {
    fill: #666666;
}

nav .active {
    color: #666666;
    font-weight: 400;
}

.nav-circle {
    width: .6em;
    height: .6em;
    border-radius: 50%;
    background: #2fe78c;
    margin-left: 1.2em;
    position: absolute;
    margin-top: -0.8em;
}

#connect-with-me {
    padding-left: 5.5em;
}

.signature {
    position: absolute;
}

#signature-container {
    zoom: 0.6;
    -moz-transform: scale(0.6);
}

#lets-chat {
    width: 11em;
}

nav a {
    text-decoration: none;
    color: #979797;
    -o-transition: color .2s ease-out -ms-transition:color .2s ease-out -moz-transition:color .2s ease-out -webkit-transition:color .2s ease-out transition:color .2s ease-out
}

nav a:hover {
    color: #666666;
    text-decoration: none;
}

.btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    background-color: transparent;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    float: right;
    margin-top: -2.8em;
    zoom: .75;
    z-index: 11;
    position: fixed;
    top: 5.5em;
    right: 3em;
}

.btn-menu:focus {
    outline: none;
}

.btn-menu__text {
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
}

.btn-menu__bars {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    background-color: #979797;
    transition: 0.3s;
}

.btn-menu__bars:before,
.btn-menu__bars:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #979797;
    transition: 0.3s;
}

.btn-menu__bars:before {
    transform: translate(0, -12px);
}

.btn-menu__bars:after {
    transform: translate(0, 12px);
}

.menu-open .btn-menu .btn-menu__bars {
    background-color: transparent;
}

.menu-open .btn-menu .btn-menu__bars:before {
    transform: rotate(45deg);
}

.menu-open .btn-menu .btn-menu__bars:after {
    transform: rotate(-45deg);
}

#mobile-menu-options {
    position: fixed;
    height: 100%;
    width: 50%;
    float: right;
    right: -50%;
    background: black;
    top: 0;
    z-index: 10;
}

#mobile-nav {
    display: none;
}

#mobile-nav ul {
    display: block;
    width: 100%;
    margin: 4em 0 0 0;
}

#mobile-nav li {
    display: block;
    width: 100%;
    margin: 0;
    background: #1f1f1f;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#mobile-nav li a {
    color: #b8b8b8;
}

#mobile-nav li {
    color: white !important;
    cursor: pointer;
}

#mobile-nav li a:hover,
#mobile-nav li a:active {
    color: white;
}

#desktop-nav nav .active {
    color: black !important;
}

#mobile-bars {
    display: none;
}

nav {
    width: 100%;
    height: 3em;
}

.home-footer {
    margin: 0 !important;
}

#intro-background {
    display: none;
}

#intro-background-lines {
    float: right;
}

#intro-background-lines svg {
    float: right;
    zoom: 1.5;
    margin-right: -13%;
}

.black {
    color: black;
}

#crookbook .arrow {
    fill: black;
}

.black-fill {
    fill: black;
}