BODY {
    font-family: 'GFS Didot', serif;
    background: none;
}
/* BODY.open_menu {
    overflow: hidden;
} */
IMG {
    width: 100%;
}
.color_brown {
    color: #9B6629;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transition_menu {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.h_50 {
    height: 50px;
}
.h_75 {
    height: 75px;
}
.white_bg {
    background: #FFFFFF;
}
H1, H2, H3, H4, H5, H6 {
    font-family: 'Cormorant Upright', serif;
}
A:hover {
    text-decoration: none;
}
.navbar {
    position: fixed;
    padding: 0rem 1rem 0rem 1rem;
}
#menu_btn {
    width: 40px;
    height: 22px;
    cursor: pointer;
    position: relative;
}
#menu_btn .menu_line {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #9B6629;
}
#menu_btn .menu_line.open_menu {
    background: #9B6629;
}
.menu_line_top {
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menu_line_middle {
    top: 10px;
    opacity: 1;
}
.menu_line_bottom {
    top: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menu_line_top.open_menu {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_line_middle.open_menu {
    opacity: 0;
}
.menu_line_bottom.open_menu {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.logo {
    width: 150px;
}
.tree_logo {
    border-radius: 50%;
}
.menu_logo {
    opacity: 0;
}
.menu_logo.open_menu {
    opacity: 1;
}
.menu_logo .front_title {
    color: #9B6629;
    text-shadow: none;
}
#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: -1;
    opacity: 0;
    text-transform: uppercase;
}
#menu.open_menu {
    opacity: 1;
    z-index: 3;
}
.navbar-nav {
    flex-direction: row;
}
#menu .col:before,
#menu .col:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0px;
    left: 0px;
    background: #9B6629;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu .col:before {
    top: 0rem;
}
#menu .col:after {
    bottom: 0rem;
}
#menu .col:hover:before,
#menu .col:hover:after {
    width: 0%;
}
#menu LI A {
    font-family: 'Cormorant Upright', serif;
    color: #333333;
}
#menu LI:hover A {
    color: #9B6629;
}
._1 {
    background: url(../images/biskinis4.jpg);
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.front_title {
    font-family: 'Cormorant Upright', serif;
    font-size: 7rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #000000;
    letter-spacing: 10px;
}
.front_title._v {
    font-size: 4.4rem;
}
.front_title._m {
    font-size: 5rem;
    margin-top: -70px;
}
.front_title.zante {
    font-size: 1rem;
    margin-top: -15px;
    letter-spacing: 5px;
}
.welcome {
    background: #FFFFFF;
    color: #9B6629;
    overflow: hidden;
}
.welcome .welcome_title {
    font-family: 'Cormorant Upright', serif;
    font-size: 4rem;
    top: 39px;
    left: -100px;
    position: relative;
}
.welcome .welcome_title SPAN {
    font-size: 9rem;
}
._w .welcome_title {
    font-family: 'Cormorant Upright', serif;
    font-size: 9rem;
    color: #FFFFFF;
    top: 40px;
    right: -44px;
    position: absolute;
}
#parallax-body {
    height: 100%;
    overflow: visible;
    position: relative;
}
.parallax0, .parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7 {
    /* background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    height: 100vh;
}
/* .parallax1 {
    background-image: url(../images/biskinis5.jpg);
}
.parallax2 {
    background-image: url(../images/biskinis3.jpg);
}
.parallax3 {
    background-image: url(../images/biskinis2.jpg);
}
.parallax4 {
    background-image: url(../images/biskinis6.jpg);
}
.parallax5 {
    background-image: url(../images/biskinis4.jpg);
}
.parallax6 {
    background-image: url(../images/biskinis1.jpg);
}
.parallax7 {
    background-image: url(../images/biskinis5.jpg);
} */
.title {
    font-family: 'Cormorant Upright', serif;
    color: #9B6629;
    font-size: 3rem;
}
.lines {
    color: #9B6629;
}
.lines .fa {
    position: relative;
    z-index: 2;
}
.lines:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #BEA990;
    z-index: 1;
}
.lines:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 2px;
    height: 200px;
    background: linear-gradient(#BEA990, #FFFFFF);
    z-index: 1;
}
.lines.lines_first:after {
    background: linear-gradient(#FFFFFF, #BEA990);
    top: auto;
    bottom: 8px;
}
.lines.lines_left:after {
    left: 0px;
}
.square {
    width: 150px;
    height: 150px;
    right: -75px;
    top: 207px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
}
.lines.lines_first .square {
    top: auto;
    bottom: 207px;
}
.lines.lines_left .square {
    left: -75px;
}
._5 .lines:before {
    content: "";
    position: absolute;
    top: 207px;
    right: 6px;
    left: auto;
    width: calc(100% - 80px);
    height: 2px;
    background: #FFFFFF;
    z-index: 1;
}
._5 .lines:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 2px;
    height: 200px;
    background: linear-gradient(#BEA990, #FFFFFF);
    z-index: 1;
}
._5 .square {
    top: 130px;
    bottom: auto;
    left: -75px;
    z-index: 1;
}
.gallery IMG {
    height: 200px;
    object-fit: cover;
}
.social A {
    font-size: 24px;
    color: #333333;
}
.social A:hover {
    color: #9B6629;
}

/* .parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;
}
.parallax-image-wrapper-100 {
    height:100%;
    top:-100%;
}
.parallax-image {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.parallax-image-100 {
    height:100%;
    top:0;
} */

















