.hidden {
    display: none;
}

.active {
    color: rgba(0, 0, 0, 1);
    font-style: italic;
    font-weight: 600;
}

.link {
    cursor: pointer;
}

.align-center {
    text-align: center;
}

.orchid {
    background-color: #f9f6f7;
}

.page-bg {
    background-color: #fff;
}

.container-bg {
    background-color: #fff;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    height: 50px;
}
.navbar-custom {
    background-color: #f9f6f7;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgb(0, 0, 0);
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.footer-value {
    color: #000;
    font-weight: 600;
}

.row-footer {
    color: #000;
}
.footer-copyright {
    color: rgba(255, 255, 255, .5);
    font-size: x-small;
    color: #000;
}

.footer-text {
    color: rgba(255, 255, 255, .5);
    font-size: medium;
    color: #000;
}

.display-canvas {
    padding-top: 50px;
    padding-bottom: 50px;
}

body {
    font-family: 'Montserrat', sans-serif;
    height:100vh;
}

img {
    max-width: 100%;
    height: auto;
}

.img-max {
    max-height: 620px;
}

.height-main {
    min-height: 630px;
}

/*Home*/
.home-banner {
    background-size: cover;
    border-radius: 25px;
    border-style: inset;
}

.who-is {
    font-size: 5em;
    color: #ff971d;
}

.bold {
    font-weight: 600;
}

.signature  {
    font-family: 'Parisienne', serif;
    font-size: 40px;
    color: #ff971d;
}

/*Lookbook*/
 #lookBook {
     height: 100%;
 }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 25px;
    width: 25px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #ff971d;
    background-color: #ff971d;
}

 /*Spoil Me */
 .spoilme-link {
    font-size: larger;
    color: #282828;
}

 a:hover {
     color: #ff971d;
     text-decoration: underline;
 }
