.body-background{
    height: 100vh;
    background-color: 'white';
}

.nav-logo-container{
    width:100%;
    float:left;
}

#logo{
    float:left;
    padding-left:15px;
    height:100%;
    width:100%;
    min-height:200px;
    min-width:200px;
    max-height:200px;
    max-width:200px;
}

.navbar-custom {
    background-color: white;
}

.nav-link{
    font-size:18px;
    font-weight:bold;
    color: #FF906F !important;
    font-family:"Lora" !important;
    text-align:center;
    white-space:nowrap;
}

.nav-item{
    margin:10px;
    padding-right: 5px;
    text-align: center;
}

.navbar-brand{
}

.navbar-toggler-icon{
    background-color:pink;
}

.navbar .navbar-collapse {
    text-align: center;
}


//STROKE EFFECT
#navbarSupportedContent ul {
    list-style: none;
    margin:0;
}

#navbarSupportedContent ul li {
    display: inline-block;
    display:inline;
	margin: 20px;
}

#navbarSupportedContent ul li a {
    padding-bottom: 10px;
    text-decoration: none;
    color:#fff;
}
#navbarSupportedContent ul li a,
#navbarSupportedContent ul li a:after,
#navbarSupportedContent ul li a:before {
    transition: all .5s;
}

/* stroke */
#navbarSupportedContent.stroke ul li a{
    position: relative;
}

#navbarSupportedContent.stroke ul li a:after,
#navbarSupportedContent ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: black;
    height: 1px;
}
#navbarSupportedContent.stroke ul li a:hover:after {
    width: 100%;
}

#navbarSupportedContent ul li a {
    transition: all 1s;
}

#navbarSupportedContent ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

#navbarSupportedContent ul li a:hover {
    color: black !important;
    z-index: 1;
}

#navbarSupportedContent ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    opacity: 1;
}

#navbarSupportedContent ul li a.active{
    font-weight: bold;
}

.row{
}

.faq-container{
    padding-bottom: 50px;
    font-family:"Lora";
}

.faq-container .row{
    padding-left:25px;
    padding-right:25px;
}

.sustainability-container{
    padding-bottom: 50px;
    text-align: justify;
    text-justify: inter-word;
    font-family:"Lora";
}

.sustainability-container ol{
    list-style-position: inside;
    padding-left:0;
}

.sustainability-container .row{
    padding-left:25px;
    padding-right:25px;
}

.sustainability-header{
    padding-bottom: 50px;
    text-align: left;
    text-justify: auto;
}

.row a{
    color: #FF906F;
    font-weight:bold;
    text-align: left;
    text-justify: auto;
}

.about-container{
    padding-bottom: 50px;
    text-align: justify;
    text-justify: inter-word;
    font-family:"Lora";
}

.journey-container{
    padding-bottom: 50px;
    text-align: justify;
    text-justify: inter-word;
    font-family:"Lora";
}

.journey-container .row{
    padding-left: 25px;
    padding-right: 25px;
}

.contact-container{
    padding-bottom: 50px;
    text-align: justify;
    text-justify: inter-word;
    font-family:"Lora";
}

.contact-container .row{
    padding-left: 25px;
    padding-right: 25px;
}

.row sup{
    color: #FF906F;
    font-weight:bold;
}

.index-container{
    text-align: justify;
    text-justify: inter-word;
    font-family:"Lora";
    max-width:100% !important;
    margin-bottom:50px;
}

.index-container ol{
    list-style-position: inside;
    padding-left:0;
}

#index-welcome-paragraph{
    padding-top:100px;
    padding-bottom:100px;
    padding-left:50px;
    padding-right:50px;
}

#index-lifestyle-paragraph{
    padding-top:100px;
    padding-bottom:100px;
    padding-left:50px;
    padding-right:50px;
}

#index-welcome-picture-column{
    padding:0px !important;
    /*background:url("../images/index/slideshow_1.jpg");*/
    background-size:1000px;
    background-position:center;
    min-height:1000px;
}

.index-welcome-picture-container{
    width:100%;
    height:100%;
}

#about-picture-column{
    padding:0px !important;
    margin-bottom:25px;
}

#about-picture-text .row{
    padding-left: 25px;
    padding-right: 25px;
}

#about-picture-container{
    width:100%;
    height:100%;
    background:url("../images/about/about-header.png");
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    min-height:700px;
    padding-bottom:25px;
}


#index-lifestyle-picture-column{
    padding:0px !important;
    background:url("../images/index/lifestyle-image.JPG");
    background-size:1000px;
    min-height:1000px;
    background-position:center;
}

#index-lifestyle-container{
    min-width:50px !important;
}

#index-welcome-lifestyle-container{
    min-width:50px !important;
}

#index-welcome-slides-container{
    min-width:50px !important;
}

#index-welcome-row{
    background-color:#F3F0EC;
}

#index-lifestyle-row{
    background-color:#F3F0EC;
}

.index-icon-header-row{
    text-align: center;
    font-family:"Playfair Display";
}

.index-icon-header-row div h1{
    margin:0px !important;
}

#index-welcome-header{
    padding-bottom:75px;
    font-family:"Playfair Display";
    padding-right:15px;
    text-align: left;
    text-justify: auto;
}

#index-lifestyle-header{
    padding-bottom:75px;
    font-family:"Playfair Display";
    padding-right:15px;
    text-align: left;
}

#about-credentials-header{
    text-align: left;
    text-justify: auto;
}

#index-icons-row{
    padding-top:50px;
    text-align:center;
}

li{
    text-align: left;
    text-justify: auto;
}

#index-hi-there-header{
    font-family: "the artisan";
    font-size:3rem;
    padding-bottom: 25px;
}

.index-icon img{
    width:100%;
}

.index-icon{
    font-weight:bold;
}

@font-face {
  font-family: 'the artisan';
  src: local('the artisan'),
       url('../fonts/the_artisan.otf') format("truetype");
}

* {box-sizing: border-box;}
.mySlides {
    display: none;
    width:100%;
    height:100%;
    background-size:1000px !important;
    background-position:center !important;
}

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:100%;
  width:100%;
}

.active {
  background-color: #717171;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#contact-form-name-input{
    height:35px;
    width:100%
}

#contact-form-phone-input{
    height:35px;
    width:100%
}

#contact-form-email-input{
    height:35px;
    width:100%
}

#contact-form-description-input{
    margin-top:20px;
    width:100%
}