body {
    background-color: #FAF0E6;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* font-size: 48px; */
}

.fixed-nav-bar {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #D9B99B;
    padding-right: 20px;
    padding-bottom: 10px;
    z-index: 9999;
}
li :hover{
    color:#4F101D;
}

a.info {
    color: white;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

li.active{
    background-color:rgba(250, 240, 230, 0.15);
}
li.active a{
    color: #4F101D;
}

.menu {
    list-style-type: none;
    margin-bottom: 50%;

}

.menu li {
    display: inline-block;
    padding: 10px 20px;
}

.menu {
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.center-left-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
    font-size: 4vw;
    left: 10%;
    color: #4F101D;
    top: 40%; 
    width: 60%; 
}
h2, h3,h4, p, .slide{
    color: #4F101D;
}

p a {
    color: #4F101D;
    text-decoration: underline;
}

.textStart {
    margin-left: 20%;
    margin-right: 20%;
    color: #4F101D;
    margin-top: 2rem;
    
}

.textAbout {
    width: 60%;
    margin: 0 auto;
    color: #4F101D;
    word-break:normal;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: -1;
    padding-bottom: 1em;
}

.homeSplashContainer {
    position: relative;
    display: inline-block; 
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.oBox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 20%;
    padding: 1%;
    float: left;
    color: #4F101D;
    margin: 0.5rem;
}
.headline{
    height:70px;
    text-align: center;
}
.self{text-align: center; width: 2rem}
.workshop{text-align: center; width: 2rem}
.powerpoint{text-align: center; width: 2rem}

.imgAbout {
    float: left;
    margin: 0px 10px 10px 0px;
}
.imgAbout img{
    width:25vw;
}

.footer {
    background-color: #D9B99B;
    text-align: center;
}

.adrasse {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 33%;
}

.logo-image {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding-left: 20px;
    margin-top: -15px;
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 100%;
    background: #ede2dc;
}

.slide-container {
    display: block;
    overflow: auto;
    margin: auto;
    width: 60%;
}

/* Slides */
.slide {
    display: block;
    overflow: auto;
    padding: 80px;
    text-align: center;
    align-items: center;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    margin-top: -30px;
    margin-left: 0;
    margin-right: auto;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 3px 3px 3px;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 20%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #D9B99B;
    color: white;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: cornflowerblue;
}

.price .textAbout {
    background-image: url('img/feather.png');
    background-repeat: no-repeat; 
    background-size: contain;
}

.sessionText {
    width: 60%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sessionTopImg{
    width: 38%;
    object-fit: contain;
}

.sessionTopTxt{
    width: 62%;
    padding-right: 15px;
}

.sessionTopTxt h4{
    margin-top: 0px;
}

.sessionTopImg img{
    width: 100%;
}

.sessionBotImg{
    width: 38%;
    object-fit: contain;
}
.sessionBotImg img{
    width: 100%;
}

.sessionBotTxt{
    width: 62%;
    padding-right: 15px;
}
.sessionBotTxt h4{
    margin-top: 0px;
}

.ydelser:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


.aktiviteter{
    display: inline-block;
    vertical-align: middle;
    padding:2rem; 
}

.workshop{
    display: inline-block;
    vertical-align:text-top;
    padding:2rem; 
}

.foredrag{
    display: inline-block;
    vertical-align: middle;
    padding:2rem; 

}


.insta, .linkedin{
    display: inline-block;
    padding:0rem 1rem 0rem 1rem;
}

.icon{
    height: 3rem;
   text-align: center;
}

.icon img {
    width:2rem;
}

.retreat-hero {
  text-align: center;
  padding: 3rem 2rem 1.5rem;
}

.retreat-hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;

  color: #4F101D;
}

.retreat-hero h2 {
  font-size: 1.4rem;
  font-weight: 400;
  /* margin-bottom: 0.2rem; */
}

.retreat-meta {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.retreat-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  line-height: 1.7;
}

.retreat-content h3 {
  font-size: 1.4rem;
  /* margin-top: 2.5rem; */
  margin-bottom: 0.75rem;
}

.retreat-content p {
  margin-bottom: 1.25rem;
}

.retreat-link {
  font-weight: 500;
  text-decoration: underline;
}
.retreat-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  line-height: 1.7;
}

.retreat-img {
  width: 38%;
  max-width: 360px;
  border-radius: 8px;
  margin: 0 0 1.5rem 0;
}

.retreat-img.right {
  float: right;
  margin-left: 2rem;
}
.retreat-img.right {
  width: 28%;
  max-width: 260px;
}

.retreat-img.left {
  float: left;
  margin-right: 2rem;
}

.clear {
  clear: both;
}

/* MOBILE */
@media (max-width: 768px) {
  .retreat-img {
    float: none;
    width: 100%;
    margin: 1.5rem 0;
  }
}




/*//////////////////////////////////////////////////////////////*/
/*                      Media queries                           */
/*//////////////////////////////////////////////////////////////*/

/*Desktop*/
@media only screen and (max-width: 1366px) {
    .oBox {
        width: 25%;
    }
}

/*Tablet*/
@media only screen and (max-width: 1024px) {
    .textAbout {
        width: 70%;
    }
    .textStart{
        margin-left: 15%;
        margin-right: 15%;
    }
    .imgAbout img{
        width:30vw;
    }
    .oBox {
        width: 28%;
    }
    .sessionText {
        width: 80%;
    }
}

@media only screen and (max-width: 800px) {
    .imgAbout img{
        width:40vw;
    }
    .adrasse {
        width: 50%;
    }
    .oBox {
        width: 60%;
    }
    .headline{
        height:50px;
    }
    
    .sessionTopImg{
        width: 100%;
    }
    
    .sessionTopTxt{
        width: 100%;
    }
    .sessionBotImg{
        width: 100%;
    }
    .sessionBotTxt{
        width: 100%;
    }
    .slide-container {
        width: 100%;
    }
    .next {
        right: 0%;
    }
}

@media only screen and (max-width: 670px) {
    .imgAbout img{
        width:70vw;
    }
    .oBox {
        width: 50%;
    }
}
/*Mobile*/
@media only screen and (max-width: 450px) {
    .textAbout {
        width: 80%;
    }
    .textStart{
        margin-left: 10%;
        margin-right: 10%;
    }
    .imgAbout img{
        width:80vw;
    }
    .oBox {
        width: 80%;
    }
}

