/* Header */
.header-accent {
  height: 42em;
}

header a {
  color: #000000;
}

header h1 {
  color: #000000;
}

.container {
  justify-content: center;
}


/* Content section */
.content-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5em;
}

/* dropdown menus */
.dropdown-box {
  padding: 1em;
  width: 18em;
  min-height: 35em;
  font-size: 1rem;
  left: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 1px rgba(54, 55, 57, 0.07);

}


details {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.15s linear;
}


summary {
  justify-content: center;
  background: #1750AF;
  color: #FFFFFF;
  width: 15em;
  padding: 1em;
  border-bottom: 1px solid #114090;
  padding-left: 33px;
}

.menu-item {
  cursor: pointer;
  padding: 1em;
  width: 15.95em;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 3px;
  right: 0;
}

.menu-item:hover,
.menu-item:focus {
  background: #84b1ff69;
}

.current-section {
  background: #ddd;
}

/* Lesson content */
.lesson-container {
  margin-left: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lesson-content-box {
  min-height: 30em;
  min-width: 34em;
  max-width: 48em; 
  border: 1px solid #ddd;
  filter: drop-shadow(0px 4px 4px rgba(138, 138, 138, 0.25));
  padding: 3em;
}
iframe {
  width: 700px;
  height: 400px;
  overflow: scroll;
}

/* content & video settings */
.content-settings {
  display: flex;
  flex: row;
  justify-content: space-between;
  align-items: center;
  width: 43em;
  height: 3em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-left: 0;
  background: #ededed7b;
}

.content-settings h4 {
  color: #3d3d3d;
}

.video-settings-text{
  display: inline-block;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  font-weight: 300;
  margin-left: 0;
  margin-right: 12em;
  color: #343333;
}

.content-settings button {
  margin-right: 2em;
  height: 3em;
  width: 6em
}

.content-settings select {
  margin: 0 1em;
  padding-left: 1.5em;
  border-radius: 10px;
  border: none;
  width: 8em;
  height: 3.5em;
  font-size: .7rem;
  font-family: 'Outfit', sans-serif;
  letter-spacing: .1rem;
  line-height: 1rem;
}


/* ready to use styles    < presets > */

.body-text {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-text {
  color: #000000;
}


.list-text{
  width: 32em;
  font: weight 400;
  color: #3d3d3d;
  line-height: 1.5em;
}

textblock {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

blockquote {
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777;
}

.img-styled {
  max-width: 35em;
  border-radius: 5px;
}

span{
  color: #1750AF;
  font-weight:bold;
}

/* Quiz style */
#quiz ul {
  list-style: none;
}

.quiz-header {
  display: flex;
  align-content: center;
  text-align: left;
  max-width: 40em;
  min-height: 5em;
  padding-left: 1em;
  background: #F3F4F6;
}

#counter {
  color: #1750AF;
}


/* next lesson button */
.next-lesson-button {
  align-items: right;
}

#codeblock {
  background: #17202A;
  width: 85%;
  color: #6decff;
  display: block;
  text-align: left;
  white-space: pre;
  word-break: normal;
  line-height: 2;
  margin: 5px auto;
  border-radius: 6px;
}

code {
  background: #17202A;
  color: #A3E4D7;
  padding: 1px;
  border-radius: 3px;
}


.table-styled, .table-styled th, .table-styled td {
  padding: 0.8em;
  border: 1px solid #3d3d3d;
  border-collapse:collapse;
  text-align: center;
}

/* .sidebar-icon {
  width: 2em;
  text-align: center;
  height: 2em;
  padding: 0 0.5em 0.6em 0.5em;
  border:none;
  border-radius: 0.5em;
  box-shadow: 0px 2px 5px 1px rgba(132, 132, 132, 0.43);
}

.sidebar-icon a {
  font-size: 2rem;
} */



.sidebar-icon:hover, .sidebar-icon:focus {
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.307);
}