*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* General styles and layout */

body {
    background-color: #746165;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    z-index: 2;
    /*padding:70px;*/
}

hr {
    border-top-color: #ff974f !important;
}

.column .text .linkColor a:link {
    text-decoration: none;
}

.linkColor a:visited {
    /*color: #fff;*/
    text-decoration: none;
}

.column .text .linkColor a:hover {
    /*color: #000;*/
    text-decoration: none;
}

.linkColor a:active {
    /* color: #fff;*/
    text-decoration: none;
}

.container-content {
    overflow: hidden;
    z-index: 1;
    background-color: #746165;
    /* we don't want the pseudo-elements sticking out */
}

.container-content svg {
    display: block;
}

.colorOffwhite {
    background: #fffad8;
    color: #746165;
}


/*////////////////////MODALS*/

.modal-body {
    width: 100%;
    height: 100%;
    color: black !important;
}

@media (min-width: 1200px){
#portfolioModal4 > div.modal-content > div > div > div.col-lg-12 {
    width: 90% !important;
}
}


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    /*text-align: center;*/
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px red solid;*/
}

.topClose {
    text-align: right !important;
    margin-top: -83px !important;
    padding: 20px !important;
}

#portfolioModal1 > div.modal-content > div.container > div > div > div > div {
    text-align: left !important;
}

.fa-times-circle-o {
    color: #8b7f82 !important;
    font-size: 50px !important;
    cursor: pointer !important;
}

.fa-times-circle-o:hover {
    color: #644d52 !important;
    font-size: 50px !important;
    cursor: pointer !important;
}

.logoImage {
    margin-top: 10px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(50%, 50%);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: top left;
    transform-origin: top left;
    border-radius: 40px;
}

#portfolioModal4 > div.modal-content > div > div {
    margin-left: -229px;
}

#portfolioModal2 > div.modal-content > div > div > div.col-lg-12 > div > div > div > div:nth-child(1) > a > img {
    width: 80% !important;
    height: 80%!important;
}

#portfolioModal2 > div.modal-content > div > div > div.col-lg-12 > div > div > div > div:nth-child(2) > a > img {
    width: 80% !important;
    height: 80%!important;
}

section {
    position: relative;
    padding: 10em 10%;
    background: #746165;
    color: #fff;
    /*text-align: center;*/
}

section footer {
    position: relative;
    background: #746165;
    color: #fff;
    text-align: center;
}

section h2 {
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    font-weight: 400;
    color: #ff974f !important;
    padding-bottom: 11px;
    margin-left: -16px;
}

#screenshot{
    width: 70% !important;
}

#sageSite{
    width: 60% !important;
}

#hexaSite{
    width: 100% !important;
}

#bocelliSite{
    width: 80% !important;
}

#portfolioModalSage > div.modal-content > div > div > div.col-lg-12 > div > p{
    text-align: left !important;
}

#portfolioModalSage > div.modal-content > div > div > div.col-lg-12 > div > h1{
    text-align: left !important;
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}

#portfolioModalBocelli > div.modal-content > div > div > div.col-lg-12 > div > p{
    text-align: left !important;
}

#portfolioModalBocelli > div.modal-content > div > div > div.col-lg-12 > div > h1{
    text-align: left !important;
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}

#portfolioModalHexa > div.modal-content > div > div > div.col-lg-12 > div > p{
    text-align: left !important;
}

#portfolioModalHexa > div.modal-content > div > div > div.col-lg-12 > div > h1{
    text-align: left !important;
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}

/*/////////////////////////////////////////////////////////ADDING*/

.title img {
    background-color: transparent;
    width: 500px;
    padding: 20px;
    top: 100px;
    margin: 90px 0 0 10px;
}

@media only screen and (max-width: 768px) {
    .title img {
        margin: 0px 0 0 10px;
        width: 330px;
    }
}


/*///////////////////LINKS///////////////////////////*/

.links {
    /*border: 5px solid green;*/
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0;
}

.linksGroup ul {
    list-style: none;
}

.linksGroup .links a:link {
    color: #FFF;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
    /*border: 5px solid purple;*/
}

.linksGroup .links a:visited {
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}

.linksGroup .links a:hover {
    color: #ff974f;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}

a:hover{
color: #ff974f !important;
}

.linksGroup .links a:active {
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .linksGroup ul {
        text-align: center;
        margin: 0 auto;
    }
    .linksGroup .links a:link {
        color: #FFF;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-decoration: none;
    }
    .linksGroup .links a:visited {
        color: #fff;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-decoration: none;
    }
    .linksGroup .links a:hover {
        color: #ff974f;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-decoration: none;
    }
    .linksGroup .links a:active {
        color: #fff;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-decoration: none;
    }
}


}

/*//////////////////*/
.aboutContent img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    float: right;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .aboutContent img {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        float: right;
        padding: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .aboutContent img {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        float: right;
        padding: 20px;
    }
}

/*////////////////////progress bar skills*/
.skillsList li {
    padding: 2px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#skills span {
    top: -26px;
    position: relative;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    left: 5px;
}
@media only screen and (max-width: 768px) {
    #skills span {
        top: -20px;
    }
}
progress {
    background-color: #f3f3f3;
    border: 0;
    height: 1.5em;
    width: 100%;
}
progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}
progress::-webkit-progress-value {
    background-color: #f77a52;
}
progress::-moz-progress-bar {
    background-color: #f77a52;
}
.progress-meter {
    min-height: 15px;
    border-bottom: 2px solid rgb(160, 160, 160);
}
.progress-meter .meter {
    position: relative;
    float: left;
    min-height: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(160, 160, 160);
}
.progress-meter .meter-left {
    border-left-width: 2px;
}
.progress-meter .meter-right {
    float: right;
    border-right-width: 2px;
}
.progress-meter .meter-right:last-child {
    border-left-width: 2px;
}
.progress-meter .meter .meter-text {
    position: absolute;
    display: inline-block;
    bottom: -20px;
    width: 100%;
    font-weight: 700;
    font-size: 0.85em;
    color: rgb(160, 160, 160);
    text-align: left;
    left: 0px;
}
.progress-meter .meter.meter-right .meter-text {
    text-align: right;
}
.skillsList {
    text-align: left;
}
.workThumb {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    opacity: .8;
    z-index: 35;
}
#portfolioModal1 > div.modal-content > div > div > div.col-lg-12 > div > div > h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}
#portfolioModal2 > div.modal-content > div > div > div.col-lg-12 > div > h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
    text-align: left;
}
#portfolioModal2 > div.modal-content > div > div > div.col-lg-12 > div > p {
    text-align: left;
}
#portfolioModal2 > div.modal-content > div > div > div.col-lg-12 > div > p >a {
    color: black;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div > button {
    display: inline-block !important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    background: #644d52 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 1px #000 !important;
    cursor: pointer !important;
    border: 1px solid #644d52 !important;
    font-size: 15px;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div > button:hover {
    box-shadow: 0 0 5px #000 !important;
    cursor: pointer !important;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div > button:visited {
    text-decoration: none !important;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div > button:focus {
    outline: none;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div.workStuff > div > button {
    display: inline-block !important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    background: #644d52 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 1px #000 !important;
    cursor: pointer !important;
    border: 1px solid #644d52 !important;
    font-size: 15px;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div.workStuff > div > button:hover {
    box-shadow: 0 0 5px #000 !important;
    cursor: pointer !important;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div.workStuff > div > button:visited {
    text-decoration: none !important;
}
body > div.container-content > section.col-3.ss-style-invertedrounded > div.workStuff > div > button:focus {
    outline: none;
}
a.info {
    display: inline-block !important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    background: #644d52 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 1px #000 !important;
    cursor: pointer !important;
}
a.info:hover {
    box-shadow: 0 0 5px #000 !important;
    cursor: pointer !important;
}
@media only screen and (max-width: 768px) {
    .col-3 .workStuff .column {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 768px) {
    body > div.container-content > section.col-3.ss-style-invertedrounded > div {
        padding-bottom: 70px;
    }
}
body > div.container-content > section:nth-child(15) > div.column.text > h2 {
    color: white !important;
}

/*////////////////////example one////////////////////////*/
.workContent {
    width: 100%;
    background-color: #8b7f82;
}
.exampleOne {
    display: block!important;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.exampleOneText {
    height: 100%;
    width: 100%;
    position: relative;
    /* margin-left: -162px;
    font-size: 16px;*/
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}
.exampleOneText h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}
.backBtn {
    text-align: center;
    top: 400px;
    width: 550px;
    cursor: pointer;
}
.backBtn a {
    color: #f77a52;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}
.backBtn a:hover {
    color: #ff974f;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}
.backBtn img {
    width: 30px;
    height: 30px;
    transition: transform 1s;
}
.backBtn img:hover {
    transform: rotate(90deg);
}

/*////////////////////example two////////////////////////*/
#portfolioModal4 > div.modal-content > div > div > div.col-lg-12 {
    margin-left: 192px;
}
.exampleTwo {
    display: block!important;
    position: relative;
    height: 430px;
    padding-left: 15px;
}
.exampleTwoText {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}
.exampleTwoText h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}
@media only screen and (min-width: 374px) and (max-width: 767px) {
    #example2 > div.row.topRow {
        margin-top: -71px;
        height: 200px;
    }
    
    #example2 > div.row.bottomRow {
        padding-top: 0;
    }
}

/*////////////////////example three////////////////////////*/
.exampleThree {
    display: block!important;
    position: relative;
    height: 430px;
    /*padding-left: 15px;*/
}
.exampleThreeText {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}
.exampleThreeText h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}
.col-md-7 {}
#bstro-container {
    text-align: left;
}
#portfolioModal5 > div.modal-content > div > div > div.col-lg-12 > div {
    padding: 0 !important;
}

/*////////////////////example website////////////////////////*/
.websiteRow {}
.website2Row {
    height: 600px;
}
.adWrapperWeb {
    zoom: 0.3;
    height: 600px;
}
.exampleWebsite {
    position: relative;
    height: 430px;
    padding-left: 15px;
}
.exampleWebText {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    /*border: 2px solid green;*/
}
.exampleWebText h1 {
    color: #f77a52;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}
.holder {
    background-color: #746165;
    width: 100%;
    height: 30px;
}
section .col-3 .ss-style-invertedrounded h2 {
    padding-bottom: 20px;
}
.caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(231, 76, 60, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

/*/////////////////////////////FOOTER//////////////////////////////////////*/
#linkedIn {
    margin: 25px auto;
    width: 40px;
    height: 40px;
    font-size: 35px;
    padding-right: 10px;
}
#linkedIn:hover {
    color: #ff974f;
}
#email {
    margin: 25px auto;
    width: 40px;
    height: 40px;
    font-size: 35px;
    margin-top: -1px;
    padding-left: 13px
}
.upButton {
    margin-top: -15px;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    transition: transform 1s;
}
.upButton:hover {
    transform: translateY(-10px);
}
.footerNav {
    /*border: 2px solid red;*/
    
    height: 55px;
    margin: 0 auto;
}
.footerText {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
}
.footerCircleLinkedin {
    background-color: #644d52;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.footerCircleUp {
    margin: 0 auto;
    width: 70px;
    height: 70px;
}
.footerCircleEmail {
    background-color: #644d52;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.textHolder {
    position: relative;
    top: 9px;
}
.column .footerNavCircles {
    border: 2px white solid;
}

/*///////////////////NAVBAR///////////////////////////*/
.smLogo {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
}
.smLogo2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
    right: 70px;
}
@media only screen and (max-width: 768px) {
    .logo {
        width: 193px;
        height: 181px;
    }
    
    section .col-2 .color {
        padding-top: 0em;
        padding-right: 10%;
        padding-bottom: 10em;
        padding-left: 10%;
    }
}
.smTitle {
    position: relative;
    width: 250px;
    left: 70px;
    opacity: 0.2;
}
.nBrand {
    width: 320px;
    height: 50px;
}
.nBrand p {
    color: #644d52;
    font-size: 30px;
    text-align: right;
    opacity: 0.2;
}
@media only screen and (max-width: 768px) {
    header .navbar-collapse.in {
        text-align: left;
    }
    
    .smTitle {
        width: 170px;
        top: 5px;
    }
    
    .nBrand {
        width: 220px;
        height: 40px;
    }
}
header .navbar-brand {
    background-repeat: no-repeat;
    height: auto;
    background-position: top left;
    margin-top: 5px;
    padding-bottom: 0;
    margin-left: 10px;
}
.navbar {
    background-color: #644d52;
    border-radius: 0;
    border: 0;
    height: 70px;
}
.navbar-toggle .collapsed {}
.navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
    /*padding-top: 25px;*/
    
    text-align: right;
}
.navbar-collapse .collapse .in {
    top: 100px;
}
.navbar-default .navbar-nav li a:visited {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}
.navbar-default .navbar-nav li a:hover {
    color: #ff974f;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}
.navbar-default .navbar-nav li a:active {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-decoration: none;
}
.navbar-default .navbar-nav .active a {
    background-color: #746165;
    color: #fff;
}
.navbar-toggle {
    top: 10px;
    background-color: #746165;
    text-align: right;
}
.navbar-collapse {
    background-color: #644d52;
    margin: 20px auto;
    border: 0;
    text-align: right;
}

/*////////////////////////////////////////////////////////////////*/
section p {
    /*color: rgba(0,0,0,.3);*/
    
    font-size: 1.3em;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    /*color: #332428;*/
}
.workSection {
    /*color: rgba(0,0,0,.3);*/
    
    font-size: 1.3em;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    color: #332428;
}
.workDescrip {
    color: #332428;
    font-size: 1.1em;
    /*line-height: 1;*/
}
.text:first-child {
    text-align: right;
}
.text:nth-child(2) {
    text-align: left;
}
.col-1 {
    width: 99%;
    text-align: center;
    padding-bottom: 20px;
}
.col-2 .column {
    width: 49%;
}
.col-3 .column {
    padding: 0 1%;
    width: 33%;
    text-align: center;
}
.col-5 .column {
    padding: 0 1%;
    width: 40%;
    text-align: center;
}
.col-3 .column p {
    /*padding: 1.4em;*/
}
.column {
    display: inline-block;
    vertical-align: top;
}
.columnWork {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
}
.icon {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    font-size: 8em;
    line-height: 2em;
    margin: 0 auto;
}
body > div.container-content > section:nth-child(15) > div.column.text > p:nth-child(3) > a:hover {
    color: #ff974f;
}
span > i.fa.fa-circle.fa-stack-2x {
    color: #746165;
    font-size: 316px;
    margin-top: -77px;
    margin-left: 172px;
}
span > i.fa.fa-pencil-square-o.fa-stack-1x {
    color: white;
    font-size: 200px;
    margin-top: 69px;
    margin-left: 218px;
}
section.color h2 {
    color: #fff;
}
.color {
    background: #8b7f82;
}
.color-foot {
    background: #8b7f82;
}
@media only screen and (min-width: 374px) and (max-width: 767px) {
    body > div.container-content > section:nth-child(15) > div.column.pencilIcon > span {
        display: none!important;
    }
    
    body > div.container-content > section:nth-child(16) > div.column.pencilIcon > span > i.fa.fa-pencil-square-o.fa-stack-1x {
    display: none !important;
    }
    
    body > div.container-content > section:nth-child(16) > div.column.pencilIcon > span > i.fa.fa-circle.fa-stack-2x {
    display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1999px) {
    body > div.container-content > section.col-2.color.ss-style-roundedsplit {
        margin-top: -1px;
    }
    
    body > div.container-content > section.col-2.color.ss-style-roundedsplit > div.container > div:nth-child(2) {
        margin-left: -61px;
    }
    
    #skills span {
        /*top: -20px;*/
    }
}

/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.ss-style-triangles::before {
    top: -50px;
    background: #746165;
}
.ss-style-triangles::after {
    bottom: -50px;
    z-index: 10;
    background: inherit;
}

/* Double Diagonal line */
.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    background: #746165;
}
.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ss-style-doublediagonal::before {
    height: 50%;
    background: #644d52;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ss-style-halfcircle::before {
    top: -50px;
}
.ss-style-halfcircle::after {
    bottom: -50px;
}

/* Big Triangle */
svg#bigTriangleColor {
    pointer-events: none;
}
#bigTriangleColor path {
    fill: #746165;
    stroke: #746165;
    stroke-width: 2;
}

/* Curves */
#curveUpColor path,
#curveDownColor path {
    fill: #746165;
    stroke: #746165;
}
#curveUpColor2 path,
#curveDownColor2 path {
    fill: #8b7f82;
    stroke: #8b7f82;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.ss-style-multitriangles::before {
    top: -25px;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}
.ss-style-multitriangles::after {
    bottom: -25px;
    z-index: 10;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

/* Rounded corners */
.ss-style-roundedcorners::before {
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    border-radius: 0 0 60px 60px;
    background: inherit;
}

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
    padding-top: 7em;
    border-radius: 0 0 80px 80px;
    /*border: #644d52 10px solid;*/
}
.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
    top: -70px;
    left: 0;
    z-index: 10;
    width: 50%;
    height: 70px;
    background: inherit;
    /*border-left: #644d52 10px solid;*/
    /*border-top: #644d52 15px solid;*/
    /*border-right: #644d52 10px solid;
*/
}
.ss-style-roundedsplit::before {
    border-radius: 0 80px 0 0;
    /*border: #644d52 10px solid;*/
    
    border-top: #644d52 30px solid;
}
.ss-style-roundedsplit::after {
    left: 50%;
    border-radius: 80px 0 0 0;
    /* border-right: #644d52 10px solid;*/
    
    border-top: #644d52 30px solid;
}

/* Inverted rounded corners */
.ss-style-invertedrounded {
    margin-bottom: 90px;
    /*padding: 13em 10% 10em;*/
    
    border-radius: 0 0 0 90px;
}
.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
    left: 0;
    z-index: -1;
    height: 90px;
    background: #3498db;
}
.ss-style-invertedrounded::before {
    top: 100%;
    width: 100%;
    border-radius: 0 90px 0 0;
}
.ss-style-invertedrounded::after {
    bottom: 0;
    z-index: -1;
    width: 50%;
}

/* Boxes */
.ss-style-boxes {
    padding-top: 4em;
    padding-bottom: 13em;
}
.ss-style-boxes::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #8b7f82), color-stop(0.5, #746165));
    background-image: linear-gradient(to right, #8b7f82 50%, #746165 50%);
    -webkit-background-size: 130px 100%;
    background-size: 130px 100%;
}

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%;
}
.ss-style-zigzag::before {
    top: -90px;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
    background-image: linear-gradient(315deg, #3093d5 25%, transparent 25%), linear-gradient( 45deg, #3498db 25%, transparent 25%);
    background-position: 50%;
}
.ss-style-zigzag::after {
    top: 100%;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
    background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
    background-position: 50%;
}

/* Edges */
.ss-style-roundedges {
    padding-bottom: 16em;
}
.ss-style-roundedges::before,
.ss-style-roundedges::after {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #746165;
    top: -100px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ss-style-roundedges::before {
    left: -100px;
}
.ss-style-roundedges::after {
    right: -100px;
}

/* Slit */
.ss-style-slit {
    padding-top: 5em;
}
.ss-style-slit::before,
.ss-style-slit::after {
    width: 50.5%;
    width: -webkit-calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: calc(50% + 10px);
    height: 160px;
    background: #2980b9;
    top: -160px;
}
.ss-style-slit::before {
    left: -20px;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    box-shadow: -10px -20px #3192d3;
}
.ss-style-slit::after {
    right: -20px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px -20px #3192d3;
}

/* Big half circle */
#bigHalfCircle path {
    fill: #8b7f82;
    stroke: #8b7f82;
}

/* Big half circle2 */
#bigHalfCircle2 path {
    fill: #746165;
    stroke: #746165;
}

/* Big triangle with shadow */
#trianglePath1 {
    fill: #8b7f82;
    stroke: #8b7f82;
}
#trianglePath2 {
    fill: #644d52;
    stroke: #644d52;
}

/* Inclined Zig Zag */
.ss-style-inczigzag::before,
.ss-style-inczigzag::after {
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 100px 100%;
}
.ss-style-inczigzag::before {
    top: 0;
    background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
    background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%);
}
.ss-style-inczigzag::after {
    bottom: 0;
    background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
    background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%);
}

/* Castle */
.ss-style-castle::before {
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 200px 100%;
    top: 0;
    background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
    background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%);
}

/* Alternative slit with inner shadow */
#slitPath1 {
    fill: #3498db;
    stroke: red;
    stroke-width: 0;
}
#slitPath2,
#slitPath3 {
    fill: #2072a7;
}

/* Folded corner */
.ss-style-foldedcorner::before,
.ss-style-foldedcorner::after {
    bottom: 0;
    width: 100px;
    height: 100px;
}
.ss-style-foldedcorner::before {
    right: 0;
    background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
    background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%);
}
.ss-style-foldedcorner::after {
    right: 100px;
    background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
    background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%);
}

/* Dots */
.ss-style-dots::before {
    top: 80px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #644d52;
    box-shadow: 30px 0 #644d52, -30px 0 #644d52;
}

/* Double Line */
.ss-style-doubleline::before {
    bottom: 30px;
    width: 140px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2072a7;
    box-shadow: 0 30px 0 #2072a7;
}

/* Cross */
.ss-style-cross {
    padding-bottom: 15em;
}
.ss-style-cross::before,
.ss-style-cross::after {
    background: #2072a7;
    bottom: 70px;
    width: 200px;
    height: 2px;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ss-style-cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.ss-style-cross::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

/* Stamp */
#stamp path {
    fill: #3498db;
    stroke: #3498db;
    /* avoid gap in FF */
}

/* Clouds */
#clouds path {
    fill: #ecf0f1;
    stroke: #ecf0f1;
}

/* Media Queries for the layout */
@media screen and (max-width: 68em) {
    section {
        font-size: 80%;
        padding-top: 0em;
        padding-right: 10%;
        padding-bottom: 10em;
        padding-left: 10%;
    }
}
@media screen and (max-width: 54em) {
    .column {
        display: block;
        width: 100% !important;
    }
    
    .text:first-child,
    .text:nth-child(2) {
        text-align: center;
    }
    
    .icon {
        margin: 0 auto;
    }
    
    .col-2 .column:first-child .icon {
        margin: 0 auto 50px;
    }
    
    .col-2 .column:nth-child(2) .icon {
        margin: 50px auto 0;
    }
}
