.bg-white {
    background-color: #ffffff;
    color: #736C63;
}
.bg-purple {
    background-color: #6f76d1;
    color: #ffffff;
}
.bg-blue {
    background-color: #25a7da;
    color: #ffffff;
}
.color-orange {
    color: #F15F27;
}
.color-white {
    color: #FFFFFF !important;
}
.height-30 {
    height: 30px;
}
.height-70 {
    height: 70px;
}

.size-22 {
    font-size:22px;
}





.portfolio-page-type .light-wave-bottom {
    padding-bottom: 175px;
}

.portfolio-page-type .dark-section p {
     color: #fff;
     font-size: 1.67em;
     line-height: 1.3em;
     font-weight:300;
}

.portfolio-page-type .portfolio-menu > div {
    padding-bottom:7px;
}

.portfolio-page-type .portfolio-menu a:after {
    bottom: -4px;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    display: block;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.portfolio-page-type .portfolio-menu a:hover:after {
    width: 100%;
    left: 0;
}

.portfolio-page-type .accordion  .accordion-item .accordion-title,
.portfolio-page-type .accordion  .accordion-item .accordion-title:hover, 
.portfolio-page-type .accordion  .accordion-item .accordion-title:focus{
    font-size: 22px;
    font-weight:300;
    line-height: 32px;
	color: #fff;
    max-width: 375px;
	margin: 0 auto;
    border: none;
	border-bottom: 1px solid #d0cbc9;
	text-align: left;
    padding-left:0;
    background:none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.portfolio-page-type .accordion .accordion-item .accordion-content {
	text-align: left;
    max-width: 375px;
	margin: 0 auto;
    border: none;
    padding:0;
}

.portfolio-page-type .examples h2 {
    font-size: 30px;
    line-height: 1.2em;
}
@media screen and (min-width: 40em) {
    .portfolio-page-type .examples h2 {
        font-size: 35px;
    }
}
@media screen and (min-width: 75em) {
    .portfolio-page-type .examples h2 {
        font-size: 50px;
    }
}
.site-desc .button {
    margin: 10px 0 -5px 0;
}
.button {
    height:40px;
    font-size: 16px !important;
    }
.full-text-section .button {
    margin-top: 22px;
    margin-bottom: 0px;
}
.large-text-right {text-align: right;}
@media screen and (max-width: 1024px){
.large-text-right {text-align: center;}
.height-140 {
    height: 60px;
}