body {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.wrapper {
    position: relative;
    top: 10px;
}

.icons {
    display: block;
    position: relative;
    text-align: center;
}

i {
    font-size: 48px;
    color: #3ab8ad;
}


/*navbar*/

.navbar.navbar-inverse.navbar-fixed-top {
    height: 60px;
}

ul.nav.navbar-nav {
    padding-top: 6px;
}

.topicon {
    color: #f7960b;
}


img.center-block.img-responsive.special-width {
    width: 1100px;
    padding-top: 120px;
}

p.headerlead {
    max-width: 340px;
    font-size: 16px;
    margin-top: -6px;
    color: #acaeaf;
}

div.headerbrand {
    padding-top: 25vh;
    margin-left: 1%
}

.headerName {
    margin-bottom: 2px;
}

p.headerName {
    font-size: 30px;
}

a.btn-primary {
    border-color: #2f2f2f;
    background-color: black;
}

section.section-divider.textdivider.divider4 {
    height: 400px;
}

#contact h1,
h2 {
    color: #46356e;
}

#contact p {
    color: #46356e;
}

.contact-align {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.centered-blocks {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

div.container.nav-custom {
    width: 100%;
    margin-left: 40%;
    margin-right: auto;
}

h3.centered.hi {
    padding-bottom: 200px;
}

.special-line-height {
    line-height: 20px;
}

.small-font {
    font-size: 13px;
    font-weight: 500;
    color: #ACAEB0;
}

.italics {
    font-style: italic;
}

.cont {
    margin-right: 28px;
}

.size-icon-contact {
    font-size: 28px;
    margin-top: 20px;
}

ul.nav.navbar-nav {
    float: right !important;
}

#boldsharp a {
    font-family: "Helvetica", Sans-Serif !important;
    font-weight: 600 !important;
    color: #323232 !important;
    letter-spacing: -1px !important;
    font-size: 13pt;
}

#boldsharp a:hover {
    color: #f7960b !important;
}

div#boldsharp li {
    background-color: rgba(255, 255, 255, 0.2);
}

.footertext p {
    font-weight: 500;
    font-size: 16px;
    color: #46356e;
}

.footertext span {
    font-weight: 500;
    font-size: 16px;
    color: #46356e;
}



h2.centered.sechead {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 28px;
    letter-spacing: 1px;
}

h2.topicon.sechead {
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 28px;
}

h3.centered.sechead {
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 18pt;
    letter-spacing: 1px;
    color: #F7960F;
}

h3.topicon.sechead {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 18pt;
}

.hWhite {
    color: #FFFFFF;
}

.work-p {
    color: #323232;
    font-size: 19px;
    text-align: justify;
}

.special-margin {
    margin-top: 40px;
}

.bold {
    font-weight: bold;
}

.max-image {
    width: 1000px;
}

.max-image-2 {
    width: 450px;
}

.max-image-3 {
    width: 220px;
}

.max-image-3-xl {
    width: 330px;
}

.centered-text {
    text-align: center
}

.grayed {
    -webkit-filter: grayscale(100%);
    /*Chrome, Safari, Opera*/
    filter: grayscale(100%);
}

.grayed:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}


/*div.headerbrand {
    position: absolute;
    padding-top: 300px;
    float: left;
    margin-left: 58%;
}*/

.whitebg {
    transition: opacity 800 ease-in-out;
    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0 5px 6px -5px #bababa;
    -moz-box-shadow: 0 5px 6px -5px #bababa;
    box-shadow: 0 5px 6px -5px #bababa;
}

.firstsec {
    margin-top: 100px;
}

.purplesec {
    margin-top: 10px;
    color: #3fbeb0;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: left;
}

.subsec {
    margin-top: 50px;
}

.headshot-ct {
    max-width: 330px;
}

.headshot {
    width: 100%;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    margin-top: 30px;
}

#aboutSec p {
    font-size: 12pt;
    font-weight: 100;
    color: #ffffff;
}

#greywrap p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}


button {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.2);
}

.btn-mod {
    color: #FFFFFF !important;
    font-weight: 600;
    background-color: #f7960b !important;
    border-radius: 2px !important;
    margin-top: 20px;
    border-color: transparent !important;
}

.btn-mod:hover {
    color: #FFFFFF !important;
    background-color: #D6830D !important;
    border-color: transparent !important;
    /*margin-top: 47px;*/
}

.btn-yellow {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    background-color: #5D4796 !important;
    border-radius: 2px !important;
    border-color: transparent !important;
    width: calc(100% - 180px);
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 100px;*/
}

.btn-yellow-sm {
    color: #FFFFFF;
    font-weight: 600;
    background-color: #f7960b !important;
    border-radius: 2px !important;
    border-color: transparent !important;
    float: right;
}

.btn-yellow:hover {
    color: #FFFFFF!important;
    background-color: #34284F !important;
    border-color: transparent !important;
}

.btn-yellow-sm:hover {
    color: #FFFFFF!important;
    background-color: #D6830D !important;
    border-color: transparent !important;
}

.badgeUX {
    color: #323232;
    background-color: #667788;
    border-radius: 5px;
    height: 20px;
    margin-top: -2px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.project-labels {
    /*  margin-top: 10px;*/
    color: #323232;
    float: left;
    padding-left: 5px;
}

.row1 {
    margin-top: 15px;
}

.row2 {
    margin-bottom: 80px;
}

.rowTop {
    margin-top: 60px;
    padding-bottom: 60px;
}

.top-contact-sec {
    padding-top: 40px;
}


/*.labels-row {
  float: left;
}*/

.bold {
    font-weight: 600;
}

mark {
    background-color: #f9b92e;
    font-size: 20px;
    font-weight: 600;
}

.caption-photo {
    width: 100%;
    height: 35px;
    /*margin-top:-10px;*/
    background-color: #ffffff;
}

.caption-photo h5 {
    margin: 0;
    padding-left: 5px;
    padding-top: 10px;
    color: #323232;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    vertical-align: middle;
    text-align: left;
}

.caption-role {
    font-size: 20px !important;
    float: right;
    margin-left: 6px;
    color: #bababa;
}

.img-work-client {
    width: 400px;
}

.inverted {
    -webkit-filter: invert(30%);
    filter: invert(10%);
}

.borderImage {
    border: 1px solid #021a40;
}

.tintGreen {
    background: #3ab8ad;
}

.tintPurple {
    background: #46356e;
}

.tintDark {
    background: #323232;
}

figure {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.2);
}

/*figure.tintGreen {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.15);
}

figure.tintPurple {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.15);
}*/

.tint_image {
    opacity: 0.5;
    filter: alpha(opacity=20);
    -webkit-filter: grayscale(100%);
    /*Chrome, Safari, Opera*/
    filter: grayscale(100%);
}

.tint_image:hover {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    /*Chrome, Safari, Opera*/
    filter: grayscale(0%);
}

.dark-link {
    color: #463572;
}

.hero-dh {
    position: absolute;
    float: left;
    margin-left: 15%;
    margin-top: 15px;
}

div#particles-js {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: -100;
}

.dividerLine {
    max-width: 334px;
    height: 1px;
    border-top: 1px #acaeaf solid;
}

.dividerContact {
    width: 100%;
    height: 1px;
    border-top: 1px #46356e solid;
    opacity: 0.3;
    margin-bottom: 20px;
}

.scroller {
/*    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 85vh;*/
}

.row.centered.circle {
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.2);
    width: 40px;
    background-color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
/*    .scroller {
        padding-top: 85vh;
    }*/
}

@media screen and (max-width: 1199px) {
    .scroller {
        padding-top: 0;
        padding-top: 78vh;
    }
}

.scroller a {
    font-size: 30pt;
    color: #f7960b;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.scroller a:hover {
    font-size: 32pt;
    color: #f7960b;
}

.scroller a:focus {
    color: #f7960b;
}


/*Form Code Obtained from http://codepen.io/Zeaklous/pen/AIJpe
*/

form {
    max-width: 520px;
    margin: 20px auto;
}

.form-message {
    max-width: 460px;
    margin: 20px auto;
}

.form-message h4 {
    text-align: justify;
    text-align-last: center;
    line-height: 25px;
    font-weight: 500;
    color: #46356e;
    margin-left: 20px;
    margin-right: 20px;
}

.feedback-input {
    color: rgb(47, 50, 54);
    background-color: white !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 2px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid white;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 4px solid #46356e;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    background: #5D4796;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 600;
}

[type="submit"]:hover {
    background: #34284F;
}

.or {
    font-weight: 600;
    font-size: 21px;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 2000;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


.brand-div {
    padding-bottom: 25px;
}

.btn-contact {
    width: 100%;
}


.btn-ct-top {
    max-width: 520px;
    margin: 20px auto;
}

.btn-ct-bottom {
    max-width: 520px;
    margin: 20px auto;
    margin-bottom: 80px;
}

@media screen and (max-width:1050px),
screen and (max-device-width:1050px) {
    body .header {
        background-attachment: scroll;
    }
}

@media screen and (min-device-width: 1701px) {
    .dividerLine {
        width: 380px;
    }
    p.headerlead {
        font-size: 18px;
    }
    p.headerName {
        font-size: 35px;
    }
    div.headerbrand {
       /* padding-right: 5%;*/
    }
}

@media screen and (min-device-width: 2000px) {

    div.headerbrand {
        padding-top: 36vh;
    }
}


/*iPad, Phones, etc.*/

@media screen and (max-width: 800px) {
    h2.centered.sechead {
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 19px;
        letter-spacing: 1px;
    }

    div.headerbrand {
        padding-top: 2% !important;
        padding-right: 2%;
    }
    .brand-div {
        width: 250px !important;
    }

    .scroller {
        display: none;
    }

    .hero-img {
        max-width: 400px !important;
        
    }
}

@media screen and (max-width: 1024px) {

    img.center-block.img-responsive {
        width: 200px;
    }
    .dividerLine {
        width: 310px;
    }
    p.headerlead {
        padding-top: 8px;
        font-size: 14px;
        line-height: 25px;
        width: 310px;
    }
    p.headerName {
        padding-top: 0px;
        font-size: 26px;
    }
    div.headerbrand {
        padding-top: 26vh;
    }
}


/*ipad portrait*/

@media only screen and (min-device-width:768px) and (max-device-width: 1201px) and (orientation: portrait) {
    .header {
        background-attachment: scroll;
    }
}

@media screen and (max-width:769px) {
    #headerwrap h1 {
        font-size: 80px;
    }
    #headerwrap p {
        font-size: 30px;
        line-height: 38px;
    }

    .footer-last {
        margin-bottom: 20px;
    }
}


/*Modals*/

.modal {
    background: rgba(93, 71, 150, .95) !important;
}

.modal-body {
    text-align: justify;
}

.modal-body p {
    text-align: justify;
    margin-bottom: 15px;
}

.medium-icon {
    height: 22px;
}

.center-links {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px !important;
}


/*Animations*/


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


/* ----- TOOL TIP ----- */

.pop1 .popover {
    background-color: #F7960B;
    color: #ffffff;
    min-width: 165px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.popover.bottom .arrow:after {
    border-bottom-color: #F7960B;
}

.pop2 .popover {
    background-color: #F7960B;
    color: #ffffff;
    min-width: 155px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.pop1 .arrow {
    left: 50% !important;
}

.pop2 .arrow {
    left: 52% !important;
}

.popover.top>.arrow:after {
    border-top-color: #f06262;
}

.fa {
    cursor: auto;
}


/*.fa:hover {
    color: darkgrey;
}*/

.article-link {
    text-align: left;
}

.article-link a {
    color: #ACAEB0 !important;
    /*text-decoration: underline;*/
}

.article-link a:hover {
    color: #f7960b !important;
    /*text-decoration: underline;*/
}

.article-link i {
    color: #463572 !important;
    font-size: 15px;
}


/* -- Full Modal Overrides -- */

.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
}

.modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background: rgba(93, 71, 150, .95) !important;
}

.modal-content-style i {
    font-size: 37px;
    color: white;
}

.modal-content-style p {
    margin-top: 15px;
    text-align: center;
    line-height: 21px;
}

.modal-content-style a {
    color: #FFFFFF;
}

.modal-content-style a:hover {
    color: #f7960b;
}

.modal-body-text {
    margin-top: 15vh;
    margin-bottom: 100px;
}

.modal-body-text-slide {
    margin-top: 20vh;
    margin-bottom: 30px;
}

.modal-text {
    text-align: justify;
    color: #FFFFFF;
}

.modal-text-center {
    text-align: center;
    color: #FFFFFF;
}

.modal-text a {
    text-align: justify;
    color: #FFFFFF;
}

.modal-text a:hover {
    text-align: justify;
    color: #f7960b;
}

.modal-links a {
    color: #FFFFFF !important;
    line-height: 120px !important;
    font-size: 50px !important;
    opacity: 0.8;
}

.modal-closer {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.modal-closer i {
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}


/*No Scroll Classes*/

.noscroll {
    position: fixed;
    overflow-y: scroll
}


.modal.fade .modal-dialog {
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2);
top: 300px;
opacity: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/*Design Process Section Styles*/

.process-p {
    width: 85%;
    text-align: justify;
    text-align-last: center;
    margin-left: auto;
    margin-right: auto;
}

.process-li {
    list-style: none;
}

.soon {
    color: #46356e;
    font-size: 13px;
}

.processImg {
    width: 80%;
}

.blogsImg {
    width: 30%;
}

.cycle-icon {
    margin-top: 70px;
    margin-bottom: 70px;
}


/*Other Overrides*/

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

button.navbar-toggle {
    box-shadow: none;
}


/*Flex Fix for Header*/

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-item-image {
/*    flex: 1;*/
margin-left: 2.5%;
}

.flex-item-txtblock {
/*     flex: 1 0 0;*/
    padding: 10px;
    padding-top: 40px;
}

.flex-item-scroller{
    align-self: center;

}

.hero-responsive {
    max-width: 80%;
    height: auto;
}

.hero-img {
    max-width: 600px;
}
