@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideDownFade {
    0% {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0 40px, 0);
        opacity: 0
    }
}

@-webkit-keyframes AnimationName {

    0%,
    to {
        background-position: 0 65%
    }

    50% {
        background-position: 100% 36%
    }
}

@-moz-keyframes AnimationName {

    0%,
    to {
        background-position: 0 65%
    }

    50% {
        background-position: 100% 36%
    }
}

@keyframes AnimationName {

    0%,
    to {
        background-position: 0 65%
    }

    50% {
        background-position: 100% 36%
    }
}

html {
    font-family: 'Jost*';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    quotes: "“" "”"
}

body {
    margin: 0;
    overflow-x: hidden
}

.main {
    margin: 0;
    border: 0;
    padding: 0
}

.header,
.header .nav {
    box-sizing: border-box;
    display: table;
    vertical-align: middle
}

.header {
    width: 100vw
}

.header a {
    text-decoration: none;
    display: table-cell;
    font-weight: 500;
    color: gray;
    vertical-align: middle;
    transition: all .2s ease
}

.header .nav {
    width: 100%;
    text-align: center;
    padding: 24px 12px 12px
}

.header .nav a {
    width: 110px
}

#navHome:hover {
    color: #000
}

.navHome {
    padding-top: 8px
}

.navContactUs:hover,
.navContactUsActive {
    color: #f399bf !important
}

.navContactUsActive {
    text-decoration: underline !important
}

.navServices:hover,
.navServicesActive {
    color: #f36e1e !important
}

.navServicesActive {
    text-decoration: underline !important
}

.navWritings:hover,
.navWritingsActive {
    color: #faa619 !important
}

.navWritingsActive {
    text-decoration: underline !important
}

.navAboutMe:hover,
.navAboutMeActive {
    color: #abc228 !important
}

.navAboutMeActive {
    text-decoration: underline !important
}

.navLogoWithText #fontOfLogo {
    transition: all .2s ease
}

#navLogoWithText {
    height: 16vh
}

#navLogoWithText #fontOfLogo:hover {
    fill: #919191
}

#navLogoNoText {
    height: 8em;
    display: none
}

#logoRightText {
    height: 50px
}

.thin {
    height: 8vh !important;
    padding: 12px 40px
}

#thinLogoText {
    fill: #2e2e2e;
    transition: all .2s;
    font-weight: 500
}

#thinLogoText:hover {
    fill: #818181
}

.hero {
    height: 70vh
}

.line {
    margin: 16em 32em;
    border-bottom: 3px solid #ffc1f0
}

.yellowGreen {
    background: linear-gradient(to right bottom, #89ff8f, #9effff, #6990ff)
}

.yellowGreenFlipped {
    background: linear-gradient(to left bottom, #89ff8f, #9effff, #6990ff);
    width: 50vw !important;
    margin: 0 auto
}

.paleBlues {
    background-image: linear-gradient(to left bottom, #ffbe93, #ffc089, #ffc37e, #ffc772, #ffcb67)
}

#g865 {
    fill-opacity: 1
}

.epigramContainer {
    display: table;
    width: 50%;
    margin: 4em auto
}

.epigramContainer:nth-of-type(2) {
    margin-top: 50px
}

.epigram {
    display: table-cell;
    display: block;
    box-sizing: border-box;
    width: 60vw;
    padding: .5rem 1.5rem
}

.epigram h4 {
    font-size: 1.8rem;
    padding-top: .5rem
}

.epigram .content {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem 0;
    margin: 0
}

.epigram .readMore {
    margin: 0 1em 0 0
}

.epigram .readMore:hover {
    background-color: rgba(235, 235, 235, .281)
}

.epigram .readMoreWrapper {
    padding: 2rem 0
}

.content {
    font-size: 1.4rem;
    font-weight: 400
}

.titleContainer {
    text-align: center
}

.titleContainer img {
    transform: translate3d(12px, -10px, 0);
    width: 80px
}

h1 {
    margin: 0;
    font-size: 4rem;
    font-weight: 600
}

h2,
h4 {
    font-weight: 500
}

h2,
h3,
h4 {
    margin: 0;
    font-size: 3rem
}

h3,
h4 {
    font-size: 2rem;
    font-weight: 700
}

h4 {
    font-size: 1.5rem
}

.greenLeaf {
    background: url(../resources/margins/aboutMeFlare.svg);
    background-repeat: no-repeat;
    overflow: visible;
    display: inline
}

p {
    font-family: 'Open Sans', sans-serif
}

ul {
    padding-left: 20px
}

.moveUp {
    transform: translate3d(0, -2em, 0)
}

.moveDown {
    transform: translate3d(0, 9em, 0)
}

.readMore {
    padding: .9rem 1rem 1rem 1.2rem;
    color: #2f2f2f;
    background-color: transparent;
    text-decoration: none;
    transition: color .3s ease .1s, background-color .2s ease;
    z-index: 100;
    border: 1px solid #000
}

.readMore:hover {
    color: #000;
    background-color: #ebebeb
}

.readMoreWrapper {
    margin: 0;
    padding: 0;
    width: 100%
}

.testimonialsContainer {
    width: 100%;
    margin-bottom: 5em;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.testimonialsContainer div h2 {
    box-sizing: border-box;
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    padding-bottom: 0;
    width: 100%;
    text-align: center
}

.roundedCorners {
    border-radius: 6px
}

.testimonialsContainer div .content {
    padding: 1rem 4rem 2rem;
    max-width: 30vw;
    font-size: 1.1rem
}

.testimonialsContainer .innerTestimony {
    position: relative;
    margin: 15px;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonialsContainer img {
    width: 150px;
    border-radius: 4rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.testimonialProfile {
    text-align: center;
    padding-top: 30px
}

.greenBlue {
    background: linear-gradient(to right bottom, #aeeba9, #b5c7eb);
    display: inline-block
}

.yellowOrange {
    background: linear-gradient(to right bottom, #ffc684, #ff9a9a);
    display: inline-block
}

.logoStripContainer {
    clear: both;
    text-align: center;
    margin-top: 8em;
    margin-bottom: 8em
}

.wavyContainer {
    text-align: center
}

.wavyMargin {
    width: 65vw
}

.wavyFooter {
    opacity: .8;
    margin-top: 2em;
    position: absolute;
    width: 99vw;
    left: 0;
    z-index: -100
}

.wavyContainer .fromLeft {
    width: 150vw;
    transform: scaleY(-1) translate3d(-70vw, 0, 0)
}

.wavyContainer .fromRight {
    width: 150vw;
    transform: translate3d(-20vw, 0, 0);
    filter: hue-rotate(-20deg)
}

.wavyCorner {
    opacity: .6;
    width: 13vw;
    margin-top: -100px
}

.wavyBottomLeft {
    float: left;
    padding-right: 19vw
}

.wavyBottomRight {
    float: right;
    padding-left: 19vw
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.logoStrip img {
    margin: 0 2em;
    max-height: 200px;
}

.ctaContainer {
    top: 0;
    height: 70vh;
    display: table;
    margin: 0 auto;
    box-shadow: rgb(233, 233, 233) 0px 14px 15px;
    width: 100vw;
}

.ctaInner {
    display: table-cell;
    vertical-align: middle
}

.ctaInner a,
.footerContact a,
abbr[title] {
    text-decoration: none
}

#letsChat,
#ourServices {
    position: relative;
    margin: 6rem 6rem 7.5rem;
    opacity: .9;
    font: inherit;
    font-weight: 600;
    padding: .6em .6em .6em 1.3em;
    font-size: 4em;
    box-shadow: none;
    border: 0;
    border-radius: 20px;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    background: linear-gradient(120deg, #5b62ff 0%, #024ea4 9%, #008bb0 100%)
}

#letsChat:hover,
#ourServices:hover {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
    transform: scale(1.03)
}

.footer {
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
    margin: 30px;
    text-align: center
}

.footer h3 {
    font-size: 1.2rem
}

.thanks {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: #d9d9ff;
    margin: 20px 1vw
}

.footerContact {
    display: flex;
    justify-content: space-between;
    align-content: center;
    text-align: center;
    max-width: 230px;
    margin: 20px auto 0
}

.footerContact a img {
    width: 40px
}

.contactLabel {
    transform: rotate(270deg) translate3d(-132px, -30px, 0)
}

.copyEmailBtn {
    border: 1px solid #000;
    border-radius: 2px;
    font: 14px 'Jost*';
    background-color: #fff
}

#fontOfLogo {
    font-family: 'Kabel Bk Bt';
    transition-duration: .2s
}

.mailIcon {
    padding-top: 5px
}

.scroll {
    transition: all 1s ease-out;
    color: #424242
}

.slideDownFade {
    transform: translate3d(0, 40px, 0);
    opacity: 0
}

.slowFade,
.toFade {
    transition: all .6s !important
}

.ms900 {
    transition: all .9s !important
}

.ms1200 {
    transition: all 1.8s !important
}

.faded {
    opacity: 0;
    transform: scale3d(.98, .98, .98) translate3d(0, 15px, 0)
}

.fade-in-element {
    animation: fade-in 1s cubic-bezier(.32, .89, .71, .91)
}

@media screen and (max-width:1366px) {
    .epigramContainer {
        margin-bottom: 0;
        margin-top: 3rem !important
    }

    .epigram {
        width: 70vw;
        padding: .7rem 1rem
    }

    .bluePurple {
        margin-bottom: 0
    }

    .content {
        font-size: 1.2em
    }

    .testimonialsContainer h2 {
        font-size: 180%;
        padding: 2rem;
        padding-bottom: 0
    }

    .testimonialsContainer div .content {
        padding: 1rem;
        max-width: 40vw
    }

    .logoStrip img {
        width: 150px
    }

    #letsChat,
    #ourServices {
        width: 32.5vw;
        height: 10vw;
        font-size: 4vw;
        padding: 0
    }

    .wavyMargin {
        width: 75vw
    }

    .wavyContainer {
        margin-top: 0
    }

    .thanks {
        display: inline-block;
        width: 80px;
        height: 80px;
        background-color: #d9d9ff;
        margin: 10px
    }

    .footerContact a img {
        width: 30px
    }

    .footerContact {
        bottom: 25px
    }

    .contactLabel {
        transform: rotate(270deg) translate3d(-106px, -30px, 0)
    }

    #thinLogoText {
        fill: #2e2e2e;
        transition: all .2s;
        font-weight: 500;
        font-size: 40px !important
    }
}

@font-face {
    font-family: 'fontello';
    src: url(../font/fontello.eot?39586499);
    src: url(../font/fontello.eot?39586499#iefix) format('embedded-opentype'), url(../font/fontello.woff?39586499) format('woff'), url(../font/fontello.ttf?39586499) format('truetype'), url(../font/fontello.svg?39586499#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Kabel Bk Bt';
    src: url(../font/Kabel_Book_BT.ttf);
    font-weight: 400
}

@font-face {
    font-family: 'Kabel Bold';
    src: url(../font/Kabel_Bold.ttf);
    font-weight: 700
}

.kabel {
    font-family: 'Kabel Bk Bt';
    font-weight: 600
}

.light {
    color: #fff
}

.strong {
    font-weight: 700
}

.smallFont {
    font-size: 16px !important
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.return {
    text-decoration: none;
    color: gray;
    margin-bottom: 10px;
    display: block;
    transition-duration: 200ms
}

.return:hover {
    color: #000
}

.m0 {
    margin: 0 !important
}

.mgTop1 {
    margin-top: 1rem !important
}

.mgTop2 {
    margin-top: 2rem !important
}

.mgTop3 {
    margin-top: 3rem !important
}

.mgTop4 {
    margin-top: 4rem !important
}

.mgTop6 {
    margin-top: 6rem !important
}

.mgTop8 {
    margin-top: 8rem !important
}

.mgTop12 {
    margin-top: 12rem !important
}

.mgBot0 {
    margin-bottom: 0 !important
}

.mgBot1 {
    margin-bottom: 1rem !important
}

.mgBot2 {
    margin-bottom: 2rem !important
}

.mgBot3 {
    margin-bottom: 3rem !important
}

.mgBot6 {
    margin-bottom: 6rem !important
}

.mgBot8 {
    margin-bottom: 8rem !important
}

.mgBot12 {
    margin-bottom: 12rem !important
}

.p0 {
    padding: 0 !important
}

.p01 {
    padding: 0 1rem !important
}

.pTop1 {
    padding-top: 1rem !important
}

.pTop2 {
    padding-top: 2rem !important
}

.pTop3 {
    padding-top: 3rem !important
}

.pTop6 {
    padding-top: 6rem !important
}

.pTop8 {
    padding-top: 8rem !important
}

.pTop12 {
    padding-top: 12rem !important
}

.pBot2 {
    padding-bottom: 2rem !important
}

.pBot3 {
    padding-bottom: 3rem !important
}

.pBot6 {
    padding-bottom: 6rem !important
}

.pBot8 {
    padding-bottom: 8rem !important
}

.pBot12 {
    padding-bottom: 12rem !important
}

.bumpRight {
    margin-left: 6px !important
}

.borderLine {
    margin: 0 auto;
    width: 20%;
    border-bottom: 1px solid #fff
}

.tableCell {
    display: table-cell
}

.inline {
    display: inline
}

.block,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

.alignLeft {
    text-align: left
}

.alignRight {
    text-align: right
}

.alignCenter {
    text-align: center
}

.toBack {
    z-index: -100
}

.toFront {
    z-index: 100
}

.floatRight {
    float: right
}

.floatLeft {
    float: left
}

.borderRight {
    border-right: 1px solid #000
}

.borderBottom {
    border-bottom: 1px solid #000
}

.stickToTop {
    position: sticky;
    top: 0
}

figure {
    margin: 1em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 1px #767676 dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background-color: #eee;
    color: #222
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

a img {
    border-style: none;
    width: 40px;
    opacity: .8;
    border-radius: 4px;
    transition-duration: 200ms
}

img:hover {
    opacity: 1
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.screen-reader-text,
.visuallyHidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    width: 1px
}

.visuallyHidden {
    clip: rect(1px 1px 1px 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    padding: 0;
    border: 0;
    position: absolute
}

.screen-reader-text {
    position: absolute !important;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.credits a {
    color: rgb(33, 79, 107);
    text-decoration: none;
}

.credits a:hover {
    color: rgb(33, 107, 95)
}

.credits {
    font-size: 12px;
    margin-top: 2rem;
    opacity: 0.8;
}

.content a:hover {
    color: black;
    text-decoration: underline;
}

.content a {
    text-decoration: none;
}

.posRelative {
    position: relative;
}

.epigram-tag {
    position: absolute;
    height: 100px;
    right: 0;
    top: -105px;
}

.servicesInfo li {
    padding: 5px 0;
}