body {
/*    background-color: #f4f3f2;*/
    color: #5B618A; /*purple*/
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

a {
    color: #f4a8bb; /*purple*/
    text-decoration: underline;
}

a:visited,
a:active,
a:focus,
a:hover {
    color: #5B618A; /*purple*/
    cursor: pointer;
    text-decoration: none;
}

a.home-project-title {
    color: #5B618A;
    text-decoration: none;
}

a.home-project-title:active,
a.home-project-title:focus,
a.home-project-title:hover {
    color: #54565a;
    cursor: pointer;
}

a.home-project-title:active img,
a.home-project-title:focus img,
a.home-project-title:hover img {
    cursor: pointer;
}

section p {
    margin-bottom: 30px;
}

section p a {
    color: #5B618A; /*purple*/
    font-weight: 400;
    padding-bottom: 2px;
}

section p a:active,
section p a:focus,
section p a:hover {
    color: #5B618A; /*purple*/
    text-decoration: none;
}

p.large-body a {
    color: #5B618A; /*purple*/
    font-weight: 400;
    padding-bottom: 2px;
}

p.large-body a:active,
p.large-body a:focus,
p.large-body a:hover {
    color: #5B618A; /*purple*/
    text-decoration: none;
}

.about-me-more a {
    color: #5B618A; /*purple*/
    text-decoration: underline;
}

.about-me-more a:visited,
.about-me-more a:active,
.about-me-more a:focus,
.about-me-more a:hover {
    color: #5B618A; /*purple*/
    cursor: pointer;
    text-decoration: none;
}

/* BOOTSTRAP OVERRIDE */
.container {
    padding-bottom: 30px;
    padding-top: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container.top {
    margin-top: 30px;
    padding-top: 60px;
}

.container.left {
    margin-left: 0;
    padding-left: 26px;
}

.img-fluid.caption {
    margin-bottom: 10px;
}

.badge {
    border-radius: 1em;
    font-weight: 400;
    left: -27px;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.badge.badge-dark {
    background-color: #F97766; /*coral*/
    color: white !important;
    font-size: 0.6em;
    transform: rotate(-30deg);
    z-index: -100;
}

.far {
    margin-right: 10px;
}

/* TEXT */
h1, h3 {
    font-family: 'Lora', serif;
    margin-top: 0;
}

h1 {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.3em;
}

h2 {
    color: #5B618A; /*purple*/
    font-family: 'Lora', serif;
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
    opacity: 0.6;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: 12px;
}

hr {
    background-color: black;
    border-width: 0;
    color: black;
    height: 1px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-top: 35px;
}

p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

.caption {
    color: #5B618A;
    font-family: 'Rubik', sans-serif;
    font-size: 0.8em;
    margin-bottom: 6px;
    opacity: 0.6;
}

img.caption {
    opacity: 1.0;
}

p.title-caps {
    color: #777;
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

p.title-caps-inline {
    color: #777;
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

p.large-body-title {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 25px;
}

p.large-body {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 40px;
}

p.large-body+p.large-body-title,
ul.list+p.large-body-title {
    padding-top: 35px;
}

p.body {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px;
}

p.company-description {
    font-size: 0.925em;
    line-height: 1.4em;
    margin-bottom: 40px;
}

small {
    line-height: 80%;
}

.project-type {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 20px;
}
.decor {
    border-bottom: 4px solid #5B618A;
    display: inline-block;
    margin-left: 7px;
    width: 60px;
}

.coral {
    color: #F97766 !important; /*coral*/
}

.thin {
    font-weight: 300;
}

.greyish {
    color: #777;
}

.text-right {
    text-align: right;
}

.zero {
    margin: 0 !important;
    padding: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

hr.bar {
    width: 200px;
}

hr.title-highlight {
    background-color: #f4a8bb;
    height: 5px;
    margin: 0;
    width: 270px;
}

hr.title-highlight.purple {
    background-color: black;
}

.project-title {
    margin-bottom: 50px;
    margin-top: 60px;
}

.project-title hr.title-highlight {
    background-color: #c1bfb8;
}

.project-title h1 {
    margin-bottom: 10px;
}

/* HOME */
.fixed-nav {
    left: 15px;
    position: fixed;
    top: 10px;
    z-index: 101;
}

.fixed-nav p.large {
    margin-bottom: 2px;
}

.corner {
    position: relative;
}

.corner a {
    color: #5B618A;
    display: block;
    font-family: 'Lora', serif;
    font-size: 1.4em;
    text-decoration: none;
}

.corner .wrap {
    left: 2.8em;
    line-height: 1.6em;
    position: absolute;
    top: 0;
}

.corner a.name {
    left: 0;
    position: absolute;
    top: 162px;
    transform: rotate(-90deg);
    transform-origin: top left;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: max-content;
}

.round {
    border-radius: 100%;
    padding: 20px;
}

.about-me-more {
    margin-top: 60px;
}

.about-me-more img {
    margin-top: 60px;
}

.profile-video {
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 140px;
    z-index: 100;
}

.profile-title-wrap {
    padding-top: 10%;
}

.profile-title-wrap h1 {
    margin-bottom: 40px;
    margin-top: 0;
}

.profile-title-wrap h1.profile-title {
    color: #F97766; /*coral*/
    font-size: 2.6em;
    font-weight: 700;
}

.coming-soon {
    background-color: #ced6dd;
    height: 230px;
    margin-bottom: 10px;
    padding-top: 95px;
    text-align: center;
}

/*EXPERIENCE ROW 2*/
.pane-relative {
    position: relative;
}

.pane {
    height: 800px;
    position: relative;
    z-index: -100;
}

.pane img {
    width: 250px !important;
    position: absolute;
}

.panel {
    height: auto;
    position: absolute;
    width: 150px;
}

.e-pane {
    left: 20%;
    position: absolute;
    top: 0;
    width: 80%;
}
.row.e-row {
    padding: 5px 0;
    position: relative;
}

.e-row .e-title {
    color: #5B618A; /*purple*/
    font-family: 'Lora', serif;
    font-size: 1.4em;
    margin-bottom: 0;
}

.e-row .e-title .caption {
    font-size: 0.6em;
}

.e-mono {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
}

/*------parallax------*/
.para {
    bottom: 0;
    overflow-y: hidden;
    position: absolute;
    right: 8%;
    top: 15%;
    width: 30%;
    z-index:-101;
}

.para img {
    width: 100%;
}

/*-------blinking------*/
.blinking {
    animation: mymove 0.7s infinite alternate;
}

@keyframes mymove {
    from {opacity:0.7;}
    to {opacity: 1;}
}

/*----- animation ------*/
.mono-row-1 {
    height:1px;
    width: 100%;

}

.mono-row-1 img {
    margin-left: 250px;
    width: 200px;
    z-index: -100;
}

.mono-row-2 {
    left: 25%;
    width: 100%;
}

.slow {
  animation: MoveRightLeft 20s linear infinite;
  right: 0;
  position: absolute;
}

.medium {
  animation: MoveRightLeft 15s linear infinite;
  right: 50px;
  position: absolute;
}

.fast {
  animation: MoveRightLeft 10s linear infinite;
  right: 10px;
  position: absolute;
}

@keyframes MoveRightLeft {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
}


/*EXPERIENCE ROW*/
.row.manualss div.grid-item:nth-child(2) {
    margin-top: 70px;
}

.e-box {
    margin: 40px;
    position: relative;
}

.e-box img {
    margin-bottom: 10px;
}

.e-box img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.m-box {
    padding: 20px;
}

/* PROJECT DETAILS */
hr.project-title-bar {
    background-color: #777;
    margin: 30px 0;
    width: 50px;
}

body.project img {
    margin-bottom: 40px;
}

.project-detail {
    margin-bottom: 40px;
}

.project-detail p {
    margin-bottom: 3px;
}

.project-detail p:last-of-type {
    margin-bottom: 20px;
}

.extra-bottom-lg {
    margin-bottom: 60px !important; 
}

.extra-top-lg {
    margin-top: 60px !important; 
}

.extra-side {
    padding-left: 40px;
    padding-right: 40px;
}

section {
    padding: 45px 0;
}

section+section {
    padding-top: 0;
}

section img {
    margin-bottom: 35px;
}

.img-caption {
    color: black;
    font-size: 0.875em;
    margin-bottom: 10px;
}

/* image backgrounds */
.a-after {
    background-color: #ddffd3; /*ltgreen*/
}

.b-editorial,
.c-icons {
    background-color: #f4f3f2; /*ltgrey*/
    padding: 60px 0;
}

.b-vo {
    background-color: #D3A6DD; /*ltpink*/
}

.c-brand {
    background-color: #E6D3D4; /*peach*/
}

.c-guides {
    background-color: #7F7E7A; /*dkolive*/
}

.e-co-1 {
    background-color: #ADC9C5; /*ltgreen*/
    padding-top: 30px;
}

.e-dashboard {
    background-color: #d2f0ff; /*dkblue*/
}

/*logo backgrounds*/
.logo {
    background-color: #F0F2F7;
    background-repeat: repeat repeat;
    background-size: 85px;
    height: 200px;
    width: 100%;
}
.logo.adobe {
    background-image: url('../images/ad-logo.png');
}
.logo.mento {
    background-image: url('../images/m-logo.png');
}
.logo.rtr {
    background-image: url('../images/r-logo.png');
}
.logo.starry {
    background-image: url('../images/s-logo.png');
}

/* bullets */
ul.list {
    list-style: none;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 25px;
    padding-left: 0;
}

section ul.list {
    font-size: 1.1em;
}

li.bullet {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    padding-left: 1em;
    position: relative;
}

li.bullet:before {
    content: "\02022";
    left: 0;
    padding-top: 1px;
    position: absolute;
}

/*GRID*/
.grid {
    margin: 0;
}

.grid-item,
.grid-sizer {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item.first {
    margin-top: 60px;
}

.grid-item img {
    width: 100%;
}

.grid.lg,
.grid.mono {
    margin-left: 0;
    margin-right: 0;
}

.grid.lg .grid-item,
.grid.lg .grid-sizer {
    width: 50%;
}

.grid.lg .grid-item {
    padding: 50px;
}

.grid.lg img {
    margin-bottom: 0 !important;
}

.e-mono .grid-item {
    padding: 20px;
}

.grid2 {
    padding: 0 60px;
}

/* FOOTER */
footer {
    margin: 40px 0 20px 0;
    text-align: center;
}

footer p {
    margin-bottom: 0;
}

footer a,
footer a:visited,
footer a:active,
footer a:focus,
footer a:hover {
    color: #5B618A; /*purple*/
    font-size: inherit;
}

/* xl */
@media only screen and (min-width: 1200px) {
    .grid-item,
    .grid-sizer {
        width: 33%;
    }

    .grid-item.first,
    .grid-item.third {
        margin-top: 40px;
    }
}

/* lg */
@media only screen and (min-width: 1024px) {
    
}

/* sm */
@media only screen and (min-width: 768px) and (max-width: 959px) {
        h2.rotate {
            top: 20px;
        }
        .grid .grid-item,
        .grid .grid-sizer {
            width: 50%;
        }

        .e-box {
            margin: 25px;
        }

        .grid.lg .grid-item {
            padding: 30px;
        }
    }

/* xs */
@media only screen and (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fixed-nav {
        display: inline-block;
        left: 10px;
        margin-top: 0;
        position: relative;
        top: 0;
    }
    .profile-video {
        width: 20%;
    }
    h1 {
        font-size: 2em !important;
    }
    h3 {
        margin-bottom: 10px;
    }
    .profile-title-wrap {
        margin-top: 110px;
    }
    .profile-title {
        font-size: 2.3em;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .grid {
        margin: 0 20px;
    }

    .grid .grid-item,
    .grid .grid-sizer {
        width: 100% !important;
    }

    .e-pane {
        display: none;
    }

    .e-box {
        margin: 10px 10px 40px 10px;
    }

    .grid.lg .grid-item {
        padding: 10px;
    }

    .grid-item.first {
        margin-top: 0;
    }
    
    .about-me-more {
        margin-top: 0;
    }
    .about-me-more img {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .round {
        padding: 0;
    }

    body.project .hero {
        margin-top: -25px;
        overflow: hidden;
    }
    .hero .img-fluid {
        height: 250px;
        max-width: none;
    }
}