js-scroll-triggerhtml {
    scroll-behavior: smooth;
}

body {
    font-weight: 200;
}

a {
    color: #424242;
}

a:hover {
    color: #0a3404;
    transition: 500ms;
    text-decoration: none;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;

}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #efefe9;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

/* Outline Out */
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #424242 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}


.parallax-one {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/verakoleksiyon02.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.stockText {
    letter-spacing: 1px;
    color: #424242;
    font-weight: 200;
}

.headerText {
    color: #424242;
    font-size: 2em;
}

.subHeaderText {
    color: #424242;
    font-size: .8em;
}

.ornateText {
    color: #424242;
    font-weight: 200;
}

.greyScale-map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.borderRight {
    border-right: #eeeeee 1px solid;
}

.curved {
    background-color: #efefe9;
}

.curved svg {
    display: block;
}

.curved.upper {
    background-color: #fff;
}

.img-radius {
    border-radius: 20px !important;
}


@media only screen and (min-width: 480px) {
    .upper-curved-mobile {
        margin-top: -10%;
        position: relative;
    }
}

