@charset "UTF-8";
.container {
    max-width: 1140px;
}
body {
    font-size: 1.4rem;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #93a4aa;
}
@media screen and (min-width: 550px) {
    body {
        font-size: 1.5em;
    }
}
.black {
    color: #364347;
}
.gunmetal {
    color: #524e4d;
}
.gray {
    color: #93a4aa;
}
.blue {
    color: #00489f;
}
.white {
    color: #fff;
}
.divider {
    width: 60px;
    height: 4px;
    background-color: #a88cd5;
    margin: 32px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #364347;
}
p.intro {
    font-size: 2rem;
    margin: 6rem 0 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 750px) {
    p.intro {
        font-size: 3.2rem;
    }
}
p.statement {
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (min-width: 750px) {
    p.statement {
        font-size: 1.6rem;
    }
}
.expertise-block {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

a {
    color: #a88cd5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: #9175bd;
}
section {
    padding: 0 0 50px;
}
@media screen and (min-width: 550px) {
    section {
        padding: 0 0 65px;
    }
}
@media screen and (min-width: 750px) {
    section {
        padding: 0 0 80px;
    }
}
@media screen and (min-width: 1000px) {
    section {
        padding: 0 0 100px;
    }
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}
.navbar a.logo img {
    float: left;
    display: block;
    position: relative;
    width: 60px;
    height: auto;
    margin-top: 20px;
}
.navbar nav.navigation {
    float: right;
    margin-top: 3px;
    display: block;
    padding: 0;
    background: 0 0;
}
.navbar nav > ul {
    list-style: none;
}
.navbar nav > ul > li {
    float: left;
    margin: 30px 0 20px;
}
.navbar nav > ul > li > a.nav-link {
    display: block;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar nav > ul > li > a.button {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
}
.navbar nav > ul > li > a.button:hover {
    border-color: #fff;
    color: #fff;
}
.navbar nav > ul > li > a:hover {
    color: #fff;
}
footer {
    padding: 10px 0;
    background-color: #364347;
    color: #fff;
    text-align: center;
}
footer a {
    border-bottom: none;
}
footer a::hover {
    border-bottom: none;
}
a.logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    opacity: 0.75;
    margin: 0 auto;
    border-bottom: none;
}
@media screen and (min-width: 750px) {
    footer a.logo {
        width: 100px;
        height: 105px;
        border-bottom: none;
    }
    footer a.logo::hover {
        text-decoration: none;
        border-bottom: none !important;
    }
}
footer p.made-by-me {
    margin: 24px 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.3rem;
    line-height: 1.8;
}
footer .made-by-me a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}
footer .social-links a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin: 0 4px;
    height: 36px;
    width: 36px;
    font-size: 1.6rem;
    line-height: 2.4;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .social-links a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
#fullscreen-hero {
    height: 100vh;
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 350px;
    background-attachment: scroll;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#halfscreen-hero {
    position: relative;
    min-height: 350px;
    height: 70vh;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-attachment: scroll;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#fullscreen-hero:after,
#fullscreen-hero:before,
#halfscreen-hero:after,
#halfscreen-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home-hero {
    position: relative;
    background-image: url("../img/hero.jpg");
}
.home-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(54, 67, 71, 0.7),
        rgba(54, 67, 71, 0.8)
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(54, 67, 71, 0.7),
        rgba(54, 67, 71, 0.8)
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(54, 67, 71, 0.7),
        rgba(54, 67, 71, 0.8)
    );
    background-image: linear-gradient(
        150deg,
        rgba(54, 67, 71, 0.7),
        rgba(54, 67, 71, 0.8)
    );
}
.hero-container {
    display: table;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
}
.hero-content {
    display: table-cell;
    position: relative;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
}
.hero-content h1 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 0;
}
@media screen and (min-width: 750px) {
    .hero-content h1 {
        font-size: 3.4rem;
    }
}
@media screen and (min-width: 1000px) {
    .hero-content h1 {
        font-size: 3.7rem;
    }
}
.hero-content a.button-ghost-white {
    margin: 6rem 0 0;
    padding: 1.4rem 3.4rem;
    font-size: 1.4rem;
}
.hero-content a.button-ghost-white:hover {
    margin: 6rem 0 0;
    padding: 1rem 3.4rem;
    font-size: 1.4rem;
}
@media screen and (min-width: 550px) {
    .hero-content a.button-ghost-white {
        margin: 6rem 0 0;
        padding: 1.4rem 3.4rem;
        font-size: 1.4rem;
    }
    .hero-content a.button-ghost-white:hover {
        margin: 6rem 0 0;
        padding: 1.4rem 3.4rem;
        font-size: 1.4rem;
    }
}
.buttonstable {
    width: 100%;
}
.right {
    margin-right: 0px !important;
}

#fixskype {
    color: red;
    background-color: red;
}

.learn-more {
    bottom: 2.5%;
    display: inline-block;
    font-size: 1.3rem;
    left: 50%;
    padding: 20px;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
    .learn-more {
        font-size: 1.7rem;
    }
}
.learn-more a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: none;
}
.learn-more a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.home-logo img {
    top: 2.5%;
    display: inline-block;
    left: 50%;
    width: 50px;
    height: auto;
    padding: 20px;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    text-decoration: none;
    opacity: 0.7;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
    .home-logo img {
        width: 65px;
    }
}
@media screen and (min-width: 1000px) {
    .home-logo img {
        width: 80px;
    }
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
}
.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
    color: #ffffff;
}
.cd-headline.type b {
    visibility: hidden;
}
.cd-headline.type b.is-visible {
    visibility: visible;
    font-style: normal;
}
.cd-headline.type i {
    position: absolute;
    visibility: hidden;
    font-style: normal;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
    font-style: normal;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

#services,
#work {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
}

#services,
#work {
}

@media screen and (min-width: 750px) {
    #me .expertise-block {
        margin: 4rem 0 0;
    }
}
#services .expertise-block img {
    width: auto;
    height: 14rem;
    max-width: 100%;
}
#services .expertise-block h4.title {
    margin: 1.8rem 0;
}
#services .expertise-block p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 1.2rem;
}
#services .expertise-block ul {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 1.2rem;
    color: #777777;
    text-align: left;
    list-style-type: square;
    list-style-position: outside;
}
#services .expertise-block ul li {
    margin-bottom: 0;
    margin-left: 1rem;
}
#services i.fa {
    font-size: 5rem;
}
#work {
    background-color: #f5f5f5;
}
#work .container {
    max-width: 960px;
}
#work p.statement {
    margin-bottom: 0;
}
#work .six.columns {
    margin-left: 0;
}
.project-showcase {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d6e1e5;
    padding: 50px 0 0;
}
.project-showcase .project-content {
    text-align: center;
    margin: 2em 0;
}
.project-showcase img.project-image {
    position: relative;
    width: 100%;
}
.project-showcase .project-content .project-title {
    font-size: 1.45em;
    font-weight: 700;
    margin-bottom: 0;
}
.project-showcase .project-content .project-description {
    margin: 15px 0 28px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.project-showcase .project-content .project-tags {
    color: #b2c6cd;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
}
.project-showcase .project-content .project-tags:before {
    content: "\2022";
    margin-right: 4px;
    color: #a88cd5;
    font-size: 1.8rem;
}
.project-showcase .project-content .project-tags li {
    display: inline;
}
.project-showcase .project-content .project-tags li:last-child:after {
    content: "";
}
.project-showcase .project-content .project-tags li:after {
    content: ",";
}
.project-showcase a.button {
    margin: 10px 0 20px;
}

.project-title {
    color: red;
}
@media screen and (min-width: 750px) {
    .project-showcase {
        padding: 80px 0 20px;
    }
}
@media screen and (min-width: 550px) {
    .project-showcase .project-content {
        text-align: left;
    }
}
@media screen and (min-width: 750px) {
    .project-showcase .project-content {
        margin: 0;
    }
}
@media screen and (min-width: 750px) {
    .project-showcase .project-content.text-left {
        padding-right: 7rem;
    }
    .project-showcase .project-content.text-right {
        padding-left: 7rem;
    }
}
@media screen and (min-width: 1000px) {
    .project-showcase .project-content .project-title {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 750px) {
    .project-showcase a.button {
        margin: 10px 0 60px;
    }
}
.project-testimonial {
    text-align: center;
    padding: 3em 0;
    border-bottom: solid 1px #d6e1e5;
}
.project-testimonial:last-child {
    border-bottom: 0;
}
.project-testimonial blockquote {
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 30em;
    margin: 0 auto 1.2em;
}
@media screen and (min-width: 750px) {
    .project-testimonial {
        padding: 4em 0;
    }
}
@media screen and (min-width: 550px) {
    .project-testimonial blockquote {
        font-size: 2.1rem;
    }
}
.project-testimonial-avatar {
    display: inline-block;
    border-radius: 50%;
    background: #eee;
    height: 50px;
    overflow: hidden;
    width: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.project-testimonial-avatar img {
    width: 100%;
}
@media screen and (min-width: 750px) {
    .project-testimonial-avatar {
        height: 70px;
        width: 70px;
    }
}
@media screen and (min-width: 550px) {
    .project-testimonial-avatar {
        margin-bottom: 0;
    }
}
.project-testimonial-name {
    color: #93a4aa;
    display: inline-block;
    font-size: 1em;
    margin-left: 0.6em;
}
#wip {
    background: #fff;
    text-align: center;
}
#wip img {
    width: 120px;
    height: 140px;
}
@media screen and (min-width: 750px) {
    #wip img {
        margin: 4rem 0 1rem;
    }
}
#wip p.description {
    margin: 1rem 0;
}
#wip a.button.button-ghost-purple {
    margin: 2rem 0 0;
}
#action {
    background-color: #5e696d;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 auto;
}
#action p {
    text-align: left;
}
#action p.contacts {
    margin-top: 1rem;
    margin-left: 0.3rem;
}
#action p.contacts span:first-child {
    display: block;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 1.5rem;
}
#action p.contacts span {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: top;
    max-width: 85%;
}
#action p.contacts img {
    height: 1em;
    margin-left: 0;
    margin-top: 0.5rem;
}
#action a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
#action a.job {
    color: rgba(255, 255, 255, 0.7);
}
#action a.job:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#action a.cd-modal-close,
#action a.logo {
    border-bottom: none;
}
#action a.button {
    margin: 2.4rem 0 0;
    padding: 1.6rem 3.6rem;
}
#action a.button:hover {
    padding: 1.6rem 4.4rem;
}
#action a.btn {
    margin: 2.4rem 0 0;
    border-bottom: none;
}

.summary {
    padding-top: 30px;
    padding-bottom: 30px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    height: auto;
    padding: 1.2rem 3.2rem;
    font-size: 1.3rem;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #999;
    color: #999;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #505051;
    border-color: #505051;
    outline: 0;
    padding: 1.2rem 4rem;
}
.button.button-primary,
button.button-primary,
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
    color: #fff;
    background-color: #a88cd5;
    border: 0;
}
.button.button-primary:focus,
.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type="button"].button-primary:focus,
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:focus,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="submit"].button-primary:hover {
    color: #fff;
    background-color: #9175bd;
    border-color: #9175bd;
}
.button-ghost-purple,
.button-ghost-purple:focus {
    color: #9175bd;
    border: 3px solid #9175bd;
    padding: 0.9rem 2.9rem;
}
.button-ghost-purple:hover {
    color: #fff;
    border-color: #9175bd;
    background-color: #9175bd;
    padding: 0.9rem 3.7rem;
}
.button-ghost-white,
.button-ghost-white:focus {
    color: #fff;
    border-color: #fff;
    margin: 2.4rem 0 0;
    padding: 1.4rem 3.2rem;
    font-size: 1.4rem;
}
.button-ghost-white:hover {
    color: #505051;
    background-color: #fff;
    border-color: #fff;
    padding: 1.4rem 4rem;
}
.opl {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 99999;
}
.opl a {
    width: 73px;
    height: 56px;
    text-indent: -9999px;
    display: block;
    background: url(https://s3.amazonaws.com/onepagelove/one-page-love-award-right.png)
        no-repeat;
}
@media screen and (min-width: 550px) {
    .opl {
        top: 60px;
    }
}
body.overflow-hidden {
    overflow: hidden;
}
.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:
        visibility 0s 0.3s,
        opacity 0.3s 0s,
        z-index 0s 0.3s;
    -moz-transition:
        visibility 0s 0.3s,
        opacity 0.3s 0s,
        z-index 0s 0.3s;
    transition:
        visibility 0s 0.3s,
        opacity 0.3s 0s,
        z-index 0s 0.3s;
}
.cd-modal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: 0 0;
}
.cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-modal .cd-modal-content .contact-header {
    padding: 50px 0 40px;
}
.cd-modal .cd-modal-content a.logo {
    background-image: url(../img/logo.png);
    background-size: 100%;
    display: inline-block;
    width: 68px;
    height: 76px;
    text-indent: -99999px;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
}
.cd-modal .cd-modal-content p.intro {
    margin-top: 0;
}
.cd-modal .cd-modal-content p.statement {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
}
.cd-modal .cd-modal-content .form-container {
    margin: 0 auto;
    padding: 44px 0 40px;
    width: 95%;
}
.cd-modal .cd-modal-content .form-container form input[type="email"],
.cd-modal .cd-modal-content .form-container form input[type="text"] {
    margin-bottom: 32px;
    font-size: 1.3rem;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.cd-modal .cd-modal-content .form-container form textarea {
    font-size: 1.3rem;
    min-height: 176px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.cd-modal .cd-modal-content .form-container form input[type="submit"] {
    border: 2px solid #fff;
    color: #fff;
}
.cd-modal .cd-modal-content .form-container form input[type="submit"]:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #9175bd;
}
@media screen and (min-width: 750px) {
    .cd-modal .cd-modal-content a.logo {
        width: 82px;
        height: 92px;
    }
}
@media (min-width: 750px) {
    .cd-modal .cd-modal-content p.statement {
        font-size: 1.75rem;
    }
}
@media (min-width: 750px) {
    .cd-modal .cd-modal-content .form-container {
        width: 80%;
    }
}
@media (min-width: 1000px) {
    .cd-modal .cd-modal-content .form-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 50%;
    }
}
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.cd-modal .cd-modal-content p.required {
    font-size: 1.3rem;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.modal-is-visible .cd-modal {
    z-index: 1032;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition:
        visibility 0s 0s,
        opacity 0.3s 0s,
        z-index 0s 0s;
    -moz-transition:
        visibility 0s 0s,
        opacity 0.3s 0s,
        z-index 0s 0s;
    transition:
        visibility 0s 0s,
        opacity 0.3s 0s,
        z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
    -webkit-overflow-scrolling: touch;
}
.cd-modal-action {
    position: relative;
}
.cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: #9175bd;
}
.cd-modal-action .btn {
    display: inline-block;
    height: auto;
    width: 15em;
    line-height: 4rem;
    border-radius: 5em;
    color: #fff;
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #a88cd5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition:
        color 0.2s 0.3s,
        background-color 0.3s ease-in-out,
        width 0.3s 0s;
    -moz-transition:
        color 0.2s 0.3s,
        background-color 0.3s ease-in-out,
        width 0.3s 0s;
    transition:
        color 0.2s 0.3s,
        background-color 0.3s ease-in-out,
        width 0.3s 0s;
}
.cd-modal-action .btn:hover {
    background-color: #9175bd;
    width: 16.5em;
}
.cd-modal-action .btn.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition:
        color 0.2s 0s,
        background-color 0.3s ease-in-out,
        width 0.3s 0.2s;
    -moz-transition:
        color 0.2s 0s,
        background-color 0.3s ease-in-out,
        width 0.3s 0.2s;
    transition:
        color 0.2s 0s,
        background-color 0.3s ease-in-out,
        width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
    position: absolute;
    z-index: 1032;
    left: 50%;
    top: 0;
    width: 4em;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-2em);
    -moz-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    -o-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 550px) {
    .cd-modal-action .btn {
        font-size: 1.4rem;
        line-height: 5rem;
    }
}
.cd-modal-close {
    position: fixed;
    z-index: 1032;
    top: 20px;
    right: 5%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3) url("../img/cd-icon-close.svg") no-repeat
        center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition:
        -webkit-transform 0.3s 0s,
        visibility 0s 0.3s,
        opacity 0.3s 0s;
    -moz-transition:
        -moz-transform 0.3s 0s,
        visibility 0s 0.3s,
        opacity 0.3s 0s;
    transition:
        transform 0.3s 0s,
        visibility 0s 0.3s,
        opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition:
        -webkit-transform 0.3s 0s,
        visibility 0s 0s,
        opacity 0.3s 0s;
    -moz-transition:
        -moz-transform 0.3s 0s,
        visibility 0s 0s,
        opacity 0.3s 0s;
    transition:
        transform 0.3s 0s,
        visibility 0s 0s,
        opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media only screen and (min-width: 768px) {
    .cd-modal-close {
        top: 70px;
    }
}
#success-bg {
    height: 73.3vh;
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 350px;
    background-color: #f5f5f5;
}
.success-container {
    display: table;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
}
.success-content {
    display: table-cell;
    position: relative;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
}
.success-content i.fa {
    font-size: 3.6rem;
    margin: 0 0 20px;
    color: #41c97f;
}
@media screen and (min-width: 750px) {
    .success-content i.fa {
        font-size: 4.8rem;
    }
}
@media screen and (min-width: 1000px) {
    .success-content i.fa {
        font-size: 7.2rem;
    }
}
.success-content h1 {
    font-size: 2.6rem;
}
@media screen and (min-width: 750px) {
    .success-content h1 {
        font-size: 3.6rem;
    }
}
@media screen and (min-width: 1000px) {
    .success-content h1 {
        font-size: 6rem;
    }
}
.success-content a.button {
    margin: 10px 0 0;
}
@media screen and (min-width: 750px) {
    .success-content a.button {
        margin: 30px 0 0;
    }
}

.spacer {
    float: left;
    display: table-cell;
    margin: 0;
    min-width: 50%;
}

.skill {
    color: #364347;
}

.skill > h2 {
    font-size: 2rem;
}

.skill > h2 > img {
    height: 8rem !important;
    padding-bottom: 0.5em;
}

.typing {
    display: inline-block;
    text-align: left;
}

.typing > span {
    display: grid;
    overflow: hidden;
    height: 1.2em;
}

.typing span span {
    color: #fefaaa;
    height: inherit;
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    margin-right: auto;
    animation:
        typing 6s linear infinite,
        multiline 18s steps(3) infinite;
}

.typing span span:before {
    content: " ";
    display: inline-block;
}

@keyframes typing {
    50%,
    100% {
        width: 100%;
    }
}

@keyframes multiline {
    100% {
        transform: translateY(-300%);
    }
}
/*
.typing {
    display: inline-block;
}

.typing > span {
    display: grid;
    overflow: hidden;
    height: 1.2em;
    vertical-align: top;
}

.typing span span {
    width: 0%;
    max-width: max-content;
    overflow: hidden;
    height: inherit;
    word-break: break-all;
    animation:
      t 2s linear infinite,
      m 5s steps(2) infinite;
}

.typing span span:before {
    content: " ";
    display: inline-block;
}

@keyframes t{
    90%,100% { width: 100%; }
}

@keyframes m{
    100% { transform: translateY(-300%) }
}
*/
