*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #e7bc91;
  color: #2d2216;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

p,
li {
  font-size: 17px;
  padding-bottom: 3px;
}

ul.page-list > li {
  display: list-item;
}

a {
  color: #2d2216;
}
a:hover {
  font-weight: 600;
  color: #2d2216;
}
.sidebar-left {
  background-color: #2d2216;
  min-height: 100vh;
}
@-moz-document url-prefix() {
  .sidebar-left {
    min-height: calc(100vh - 56px);
  }
}

.content-container {
  background-color: #ffedd8;
  max-width: 80%;
  margin: 40px auto;
  min-height: 80%;
  padding: 20px;
}

.sidebar-left.col-md-3 {
  min-width: 270px;
  max-width: 300px;
}
.col-md-9 {
  max-width: calc(100% - 270px);
}

@media all and (max-width: 767px){
  .col-md-9 {
    max-width: 100%;
  }
}
#map {
  height: 100%;
}

iframe {
  width: 100%;
  height: 450px;
}

@media all and (max-width: 768px) {
  .sidebar-left {
    min-height: 20vh;
  }
  .sidebar-left.col-md-3 {
    max-width: 100%;
  }
}

h2.conferences {
  margin: 40px 0;
}

/* Accordion */

.accordion-button:not(.collapsed) {
  color: #ffedd8;
  font-weight: 500;
  background-color: #2d2216;
}

.accordion-button:not(.collapsed),
.accordion-button {
  font-size: 24px;
  height: 60px;
}

.accordion-button:focus {
  box-shadow: none;
}

/* change arrows colors */

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffedd8'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2216'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

footer.row {
  background-color: #2d2216;
  min-height: 100px;
  padding: 20px;
}

footer.row > p {
  font-size: 16px;
  color: #ffedd8;
  text-align: center;
  padding-top: 20px;
}

footer.row > p > a {
  color:#ffedd8;
  text-decoration: none;
  font-weight: 600;
}

footer.row > p > a:hover {
  color:#ffedd8;
  text-decoration: underline;
  font-weight: 600;
}