@charset "UTF-8";
/* CSS Document */

body {
    color: #0B1B20;
    font-family: "poppins", Roboto, sans-serif;
    background-color: #fff;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #0B1B20;
    letter-spacing: 0.5px;
    font-family: "poppins", Roboto, sans-serif;
}
h1.cd-headline {
    font-weight: 200;
    line-height: 1.4;
}
nav h1 {
    font-weight: 600;
    font-size: 40px;
    padding-left: 0.5rem;
}
p {
    font-family: "poppins", Roboto, sans-serif;
    color: #0B1B20;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14.5px;
}
b {
    font-weight: 400;
}
a {
    color: #813CFB;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: black;
    text-decoration: none;
}
td, th {
    font-size: 13px!important;
}
th {
    letter-spacing: 1px
}



::-moz-selection { /* Code for Firefox */
 color: black;
 background: #D7C1FD;
}
::selection {
    color: black;
    background: #D7C1FD;
}
.message {
    color: #813CFB;
    background: transparent;
}
/*----Contact Form by Github, DeltaOS2/bootstrap4-contact-form--------*


/* ---- Taken from bs4 alpha 6
-------------------------------------------------*/
.contact-form .form-control-success, .contact-form .form-control-warning, .contact-form .form-control-danger {
    padding-right: 2.25rem !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    -webkit-background-size: 1.125rem 1.125rem !important;
    background-size: 1.125rem 1.125rem !important;
}
.contact-form .has-success .form-control-feedback, .contact-form .has-success .form-control-label, .contact-form .has-success .col-form-label, .contact-form .has-success .form-check-label, .contact-form .has-success .custom-control {
    color: #813CFB;
}
.contact-form .has-success .form-control {
    border-color: #813CFB;
}
.contact-form .has-success .input-group-addon {
    color: #813CFB;
    border-color: #813CFB;
    background-color: #fff;
}
.contact-form .has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.contact-form .has-warning .form-control-feedback, .contact-form .has-warning .form-control-label, .contact-form .has-warning .col-form-label, .contact-form .has-warning .form-check-label, .contact-form .has-warning .custom-control {
    color: #F0AD4E;
}
.contact-form .has-warning .form-control {
    border-color: #F0AD4E;
}
.contact-form .has-warning .input-group-addon {
    color: #F0AD4E;
    border-color: #F0AD4E;
    background-color: white;
}
.contact-form .has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.contact-form .has-danger .form-control-feedback, .contact-form .has-danger .form-control-label, .contact-form .has-danger .col-form-label, .contact-form .has-danger .form-check-label, .contact-form .has-danger .custom-control {
    color: #DF2A77;
}
.contact-form .has-danger .form-control {
    border-color: #DF2A77;
}
.contact-form .has-danger .input-group-addon {
    color: #DF2A77;
    border-color: #DF2A77;
    background-color: #fff;
}
.contact-form .has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
/*-----------------------------------------------*/


/* SECTION QUERIES
-------------------------------------------------*/

#section1 {
    padding-top: 50px;
    height: 100%;
}
#section2 {
    padding-top: 50px;
    height: 100%;
}
#section3 {
    padding-top: 50px;
    height: 100%;
}
#section4 {
    padding-top: 50px;
    height: 100%;
}
#section5 {
    padding-top: 50px;
    height: 520px;
    overflow-x: scroll
}
#section6 {
    padding-top: 50px;
    height: 100%;
}
/*-----------------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(151,94,251,0.53);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #975EFB;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #D7C1FD;
}
.contact-form #human-label {
    line-height: 1.2rem;
    font-size: 0.9rem;
    padding: 0 15px 20px 15px;
    margin: 0.3rem 0 0 0;
}
/* ------------Navigation---------- */
 
a.nav-link {
    font-size: 14px!important;
    font-weight: 400!important;
    border: none;
    letter-spacing: 0.4px;
    margin: 0 0.5rem;
    background-color: none;
}
.nav-link:hover {
    color: #813CFB;
}
.nav-link:focus {
    color: #000000;
}
.nav-link:active {
    color: #000000;
}
footer a.nav-link {
    font-size: 13.5px!important;
    font-weight: 400!important;
    margin: 0;
}
footer p {
    color: #0B1B20;
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: 0.5px;
    margin-top: 7px;
}

@media (min-width: 1024px) {
.container {
    max-width: 1000px;
}
.invisible-over-1024 {
    display: none;
}
}
/* ------------Hamburger menu---------- */

.bar-container {
    display: inline-block;
    cursor: pointer;
}
.navbar-toggler {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
}
.bar1, .bar2, .bar3 {
    width: 32px;
    height: 5px;
    background-color: #0B1B20;
    margin: 6px 0;
    transition: 0.3s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/* ---------------------- */


.heroImg-index {
    justify-content: center;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    font-style: normal;
    border-radius: 0px;
}
.watercolor-img{
    justify-content: center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url(../images/watercolor-brush-stroke-banner-purple-3.jpg);
    height: auto;
    background-origin: content-box;
}
h2.designer {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2.5px;
}
li.list-inline-item {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2.5px;
}
/*-------Animated headline by CodeHouse------ */
.cd-headline {
    font-size: 3.7em;
    line-height: 1.3;
    color: #0B1B20;
}

@media (max-width: 991px) {
.container .flex-container {
    max-width: 991px;
}
.cd-headline {
    font-size: 3em;
    line-height: 1.2;
    color: #0B1B20;
}
.desktop-hidden {
    display: block;
}
.mobile-hidden {
    display: none;
}
}

@media (max-width: 767px) {
.container .flex-container {
    max-width: 767px;
}
.cd-headline {
    font-size: 2.5em;
    line-height: 1.2;
    color: #0B1B20;
}
.desktop-hidden {
    display: block;
}
.mobile-hidden {
    display: none;
}
}

@media (max-width: 575px) {
.container .flex-container {
    max-width: 575px;
}
.cd-headline {
    font-size: 2em;
    line-height: 1.3;
    color: #0B1B20;
}
.desktop-hidden {
    display: block;
}
.mobile-hidden {
    display: none;
}
h2.designer {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2.5px;
}
li.list-inline-item {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}
}

@media (max-width: 411px) {
.container .flex-container {
    max-width: 411px;
}
.cd-headline {
    font-size: 1.5em;
    line-height: 1.3;
    color: #0B1B20;
}
.desktop-hidden {
    display: block;
}
.mobile-hidden {
    display: none;
}
h2.designer {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2.5px;
	line-height: 1;
}
li.list-inline-item {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
}
}
.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;
    font-weight: 700;
}
.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;
}
/* Animation Type*/

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    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: 3px;
    background-color: #0B1B20;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 0.8s infinite;
    -moz-animation: cd-pulse 0.8s infinite;
    animation: cd-pulse 0.8s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: transparent;
}
.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
    color: #0B1B20;
}
.cd-headline.type b {
    visibility: hidden;
}
.cd-headline.type b.is-visible {
    visibility: visible;
}
.cd-headline.type i {
    position: absolute;
    visibility: hidden;
    font-style: normal!important;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
    font-style: normal!important;
}
 @-webkit-keyframes cd-pulse {
 0% {
 transform-webkit-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 transform-webkit-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 transform-webkit-transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
@-moz-keyframes cd-pulse {
 0% {
transform-moz-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 transform-moz-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 transform-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;
}
}
.list-inline-item:not(:last-child) {
    margin-right: 2rem;
}
/* ----------Portfolio gallery filter buttons---------*/

.filter-button {
    color:#0B1B20;
    padding: 5px 10px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background-color: white;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}
.filter-button:hover {
    color: #813CFB;
}
.filter-button:active {
    color: #000;
}
.filter-button:focus {
    outline: none;
    box-shadow: none;
    color:#813CFB;
	font-weight: bolder;
}
/* ----------Portfolio gallery items---------*/

.flex-container {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}
.image-container {
    position: relative;
    width: 100%;
}
.galleryimage {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .7s ease;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%) contrast(1.2); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) contrast(1.2);
}
.middle {
    transition: .7s ease;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.image-container:hover .galleryimage {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.image-container:hover .middle {
    opacity: 1;
}
.text {
    height: 80px;
    background-color: #fff;
    padding: 20px 16px 16px 20px;
}
.text h6 {
    font-size: 14px;
    color: #0B1B20;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}
.text p {
    background-color: #fff;
    color: #53616a;
    font-size: 11px!important;
    line-height: 6px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}
/* ----------Project page---------*/
.image {
    display: block;
    width: 100%;
    height: auto;
}
.imgText p {
    font-size: 13px;
    line-height: 120%;
    margin: 10px;
    text-align: center;
}
.border {
    border: 1px solid #000;
}
.table {
    margin-bottom: 0rem;
    background-color: transparent;
    max-width: 100%;
}
.table-sm th {
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    vertical-align: bottom;
    font-size: 13px;
}
.table-sm td {
    padding-right: 3rem;
    vertical-align: top;
    font-size: 15px;
}
.btn {
    color: white;
    padding: 6px 18px 6px 20px;
    border-radius: 20px;
    background-color: #813CFB;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: normal;
    border: none;
}
.btn:hover {
    background-color: #975EFB;
    border: none;
}
.btn:active {
    color: #0B1B20;
    border: none;
    outline: none;
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
/*----------About me page--------- */
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(151,94,251,0.53);
    border-radius: 0rem;
}
.card-text {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 14px;
}
.card-subtitle {
    color: #000;
    font-weight: 400;
}
.card-subtitle-year {
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
}

/*----------SCROLL--------- */
::-webkit-scrollbar {
 width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
 background: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #975EFB;
}
/* ----------Footer---------*/

footer p, a.nav-link {
    font-size: 14px;
    font-weight: lighter;
    color: #000;
}
footer ul.nav {
    justify-content: center;
    align-item: center;
}

