/*------------------------------------------------------------*/
/* Styling for the content of the info all content containers */
/*------------------------------------------------------------*/

/** Styles the logo */
.content-logo {
  margin-top: 3.5rem;
  display: block;
  text-align: center;
  font-size: 3.75em;
}

.overflow-auto {
  overflow: auto;
}

/** Styles the welcome text in each of the containers */
.navigation-content p {
  width: 27.5rem;
  margin: 2.5rem 0 3rem 0;
  font-size: 1.4em;
  text-align: center;
  text-shadow: 0.01rem -0.01rem 0 #2d2d2d;
}

/** Styles the container for furniture or extras */
.content {
  height: 100%;
  width: 24rem;
  margin: 0 auto;
  margin-top: 1.9rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  background-color: rgba(255,255,255);
  background-color: #FAFAFA;
  background-color: #F7F7F7;
  position: relative;
  border: 0.2rem solid rgba(0,0,0,0);
  border-radius: 0.175rem;
  outline: none;
  overflow: none;
  -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.content::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.content::-webkit-scrollbar-track {
    background: white;
}
.content::-webkit-scrollbar-thumb {
    background: white;
    visibility:hidden;
}

/** Added when the content is picked i.e. higlighted */
.content-highlight {
  border: 0.25rem solid rgb(255, 166, 0);
}

/** Styles the images regarding the furniture or extras */
.content-image {
  width: 22rem;
  height: 20rem;
  margin: 0 auto;
  margin-top: 0.48rem;
  margin-top: 0.95rem;
  display: block;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0.12rem;
  -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75)!important;
  -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75)!important;
  box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75)!important  ;
}

.tent-image {
  /* height: 12.375rem!important; */
  height: 14rem!important;
}

/** Styles the title for the furniture or extra */
.content-label {
  width: 20rem;
  font-size: 1.55em;
  margin-top: 0.4rem;
  padding: 0.7rem;
  padding-left: 0.5rem;
  display: block;
}

/** Styles the textarea with the description of the furniture or extra */
.content textarea {
  width: 22rem;
  padding: 0rem 0.5rem 2rem 0.5rem;
  margin: 0 auto;
  display: block;
  outline: none;
  border: none;
  background-color: rgba(255,255,255,0);
  text-align: justify;
  overflow-wrap: break-word;  
  resize: none;
}

/** Styles the radio input that is used to choose between the furniture or extra */
.content div {
  width: 22rem;
  margin: 0 auto;
  display: block;
  padding-top: 0.33rem;
  border-radius: 0 0 0.35rem 0.35rem;
  background-color: rgba(255,255,255,0.1);
}

/** Helps the button to stay bottom as a sticky */
.set-height {
  min-height: 100%;
  padding-top: 3.75rem;
  margin-bottom: -5rem;
}

/** Styles the next content pange button */
.next-btn {
  width: 27.5rem;
  height: 5rem;
  position: sticky;
  bottom: 0;
  background-color: lightgrey;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.next-btn:hover {
  text-decoration: underline;
}
