@font-face {
    font-family: 'Cocogoose Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cocogoose Pro Regular'), url('fonts/Cocogoose Pro Regular Trial.woff') format('woff');
    }


    @font-face {
        font-family: 'HelveticaNeue-CondensedObl';
        font-style: normal;
        font-weight: normal;
        src: local('HelveticaNeue-CondensedObl'), url('fonts/HelveticaNeue-CondObl.woff') format('woff');
        }
    

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    line-height: normal;
    font-family: "HelveticaNeue-CondensedObl",sans-serif;
}

img {
    max-width: 100%;
}

p span {
    color: #7C7779
}

section {
    display: block;
    padding: 20px;
    align-items: flex-start;
}

body > div > section {
    padding: 0 20px;
}

#home, #contact {
    display: block;
    height: 100vh;
    padding: 20px 20px 90px;
}

#home .logo, #contact .logo {
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.starter {
    background: #66375b;
    position: absolute;
    top: -50px;
    width: calc(100% - 100px);
}

.starter span {
    display: flex;
    height: 50px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}

.starter svg {
    width: 50px;
    position: relative;
    top: -20px;
    fill: #e0788c;
}

.split {
    display: flex;
}

.split .mid-col {
    flex: 1 1 100%;
    color: white;
    text-align: center;
    font-size: 1rem;
    align-self: normal;
    padding: 0 100px 50px;
    max-width: 500px;
    position: relative;
}

.split.split-top {
    padding-bottom: 225px;
}
.split .mid-col .content {
    background: #66375b;
    width: 100%;
    margin: 0 auto;
    height: calc(100% + 250px);
}

.split .mid-col .content.content-bottom {
    height: 395px;
}
.meaning b {
    background: #E64783;
    padding: 2px 4px;
}
.split .mid-col p {
    text-align: center;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
}

.split .text-col {
    flex: 1 0 33.3333%;
    display: flex;
    padding: 0 30px 30px;
    flex-wrap: wrap;
}

.split .text-col section {
    position:relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
}

.split .text-col section:before {
    content: "";
    height: 30px;
    width: 30px;
    background: url('images/bullet.png') no-repeat scroll 0 0;
    background-size: contain;
    position: absolute;
    left: -20px;
    z-index: 100;
}

.split.bios .text-col section:before {
    content: none;
}

.split .text-col section p:before {
    content: "-";
    position: absolute;
    left: 0px;
}

.split .text-col.left section p:before {
    left: auto;
    right: 0px;
}
.split .text-col section p.technology {
    padding-left: 0;
}
.split .text-col section p.technology:before {
    content: ""
}

h2, h3 {
    background: #e74683;
    flex: 0 1 auto;
    text-transform: uppercase;
    padding: 3px;
    color: white;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: normal;
}

.text-col h2 {
    padding: 5px;
    background: #e0788c;
}
.text-col h2 span {
    font-size: 1.2rem;
    font-family: "Cocogoose Pro Regular";
    line-height: 1.2rem;
}

.text-col p {
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding: 10px 15px;
    flex: 0 0 100%;
}

.dashed-box {
    position:relative;
    height: 100%;
    margin-bottom: 15px;
}

.topbottom, .leftright {
    position: absolute;
    width: 100%;
    height: 100%;
}
.leftright:before, .leftright:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0px;
    height: 100%;
    width: 2px;
    background-image: linear-gradient(to top, #FFF 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 15px 10px;
    background-repeat: repeat-y;
    background-color: #66375B;
}

.top-descrip {
    display: block;
    background: #66375b;
    color: #FFF;
    padding: 20px 15px;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    text-transform: uppercase;
}

.topbottom:after, .topbottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #FFF 71%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 15px;
    background-repeat: repeat-x;
    background-color: #66375B;
}

svg.dotted, svg.d3 {
    display: block;
    width: 150px;
    position: absolute;
    right: -145px;
    z-index: 10;
    top: 27px;
}

svg.dotted.d2 {
    top: -95px;
}

svg.d3 {
    right: auto;
    left: -145px;
    top: 24px;
}

.text-col.right svg.dotted {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    left: -145px;
    right: auto;
}
.topbottom:before {
    top: auto;
    bottom: 0;
}

.leftright:after {
    right: auto;
    left: 0;
}

.topbottom {
    background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 3px;
    background-repeat: repeat-y;
}

.text-col span {    
    display: block;
    font-size: 1rem;
    padding: 0;
}

.text-col.left section{
    justify-content: flex-end;
    text-align: right;
}

.text-col.left section:before {
    left: auto;
    right: -20px;
    transform: rotate(180deg);
}

h2 {
    display: block;
    width: 100%;
    align-self: flex-start;
}
h2 span {
    display: block;
    width: 100%;
}

.mid-col img {
    width: 100%;
    background: white;
    padding: 10px 0;
    max-width: 500px;
}

.list {
    display: block;
    flex: 0 0 100%;
}

.list li {
    list-style: none;
    padding: 10px 35px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #66375b;
}

.list li:before {
    content: "";
    height: 25px;
    width: 25px;
    background: url(images/bullet-arrow.svg) no-repeat scroll 0 0;
    background-size: 13px 13px;
    position: absolute;
    background-color: #e0788c;
    border-radius: 20px;
    left: 0;
    top: 5px;
    background-position: 55% center;
}

.list li.highlight:before {
    background-color:#66375B;
}

.left .list li:before {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

.contact {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    /* position: fixed; */
    bottom: 0;
    z-index: 100;
    left: 0;
}

.contact .container {
    background: #66375b;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 40px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 450px;
}

.contact .container a {
    text-decoration: none;
    color: #66375B;
    background: #e0788c;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 20px 4px 10px;
}

.contact .container a:before {
    font-size: 20px;
    position: relative;
    top: -5px;
}

.contact .container a.contact-link {
    color: #FFF;
    flex: 0 0 100%;
    border-radius: 0;
    background: none;
    margin: 0;
    font-family: "Cocogoose Pro Regular";
}

.mid-col .arrow-img {
    width: 100%;
    padding: 0;
}

.arrow-img img {
    padding: 0;
    position: relative;
    /* top: -50px; */
    background: none;
}

.mid-col.arrows {
    padding-bottom: 0;
    display: flex;
    position: relative;
    padding: 0;
}

.headshot {
    padding: 10px 0;
    max-width: 100%;
}

.bottom-arrow {
    display: block;
    height: 70px;
    padding: 10px 0;
}

.bottom-arrow svg {
    height: 100%;
    width: 100%;
    fill: #e0788c;
}

.bottom-arrow.final svg {
    fill: #66375B;
}

.mobile-only {
    display: none !important;
}

@media(max-width: 1200px) {
    .split .mid-col {
        padding: 0 10px 50px;
    }
    svg.dotted, svg.d2, svg.d3 {
        display: none;
    }
    .split.split-top {
        padding-bottom: 205px;
    }
    .top-descrip {
        max-width: 365px;
    }
}

@media(max-width: 800px) {
    .dashed-box {
        display: none;
    }
    p.technology {
        padding-bottom: 50px;
    }
    .bottom-arrow {
        display: none;
    }
    .split.split-top {
        padding-bottom: 0;
    }
    svg.dotted, svg.d3 {
        display: none;
    }

    .split {
        flex-wrap: wrap;
    }
    .split img {
        display: none;
    }
    .split .mid-col {
        order: 0;
        flex: 0 0 100%;
        max-width: 100%;
        align-self: auto;
        padding: 20px;
    }

    .split .text-col {
        padding: 0 20px;
    }
    .split .text-col.right, .split .text-col.left {
        order: 1;
        flex: 0 0 100%;
        align-self: auto;
    }
    .split .text-col.left section, .split .text-col.right section {
        text-align: center;
        justify-content: center;
        padding: 5px 0;
    }

    .split .text-col.left section:before, .split .text-col.right section:before {
        display: none;
    }
    .split .headshot {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #home, #contact {
        display: block;
        height: 50vh;
        padding: 20px;
    }
    #contact {
        height: 100vh;
    }
    .top-descrip {
        border: 1px solid #66375b;
        padding: 20px;
        color: #66375b;
        background: white;
    }
    .split .mid-col .content{
        display: none;
    }
    .split .mid-col .content p.mobile-content {
        display: block;
    }
    #home .logo, #contact .logo {
        display: block;
        margin: 0 auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .contact a {
        font-size: 1.4rem;
    }
    .text-col h2 {
        max-width: 500px;
    }
    .split .text-col.left section p:before,  .split .text-col.right section p:before {
        content: "";
    }
    .starter {
        display: none;
    }
    #contact {
        height: auto;
        padding-bottom: 0;
    }
    .contact .container a {
        margin: 10px 4px 10px;  
    }
    .contact .container a:before {
        top: 3px;
    }
    .text-col p {
        display: none;
    }
    .text-col .technology {
        display: block;
    }
    h2, h3 {
        width: 100%;
        display: block;
    }
    .mobile-only {
        background: #66375b;
        padding: 20px;
        color: white;
        display: block !important;
        max-width: 365px;
        margin: 0 auto;
        text-align: center;
    }
    .mobile-only p {
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
    }


    .text-col.left .list li{
        text-align: right;
    }
    .text-col.right .list li{
        text-align: left;
    }

    .text-col.left section:nth-child(2) h3 {
        background: #B62373;
    }
    .text-col.left section:nth-child(3) h3 {
        background: #66375B;
    }
    .text-col.right section:nth-child(1) h3 {
        background: #B62373;
    }
    .text-col.right section:nth-child(2) h3 {
        background: #66375B;
    }
}
