
body {
  color: #526066;
  font-family: 'Lato',helvetica,sans-serif;
  font-weight: 400;
}

h2.subtitle,
h3.subtitle {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  color:#402513;
}

h4 {
  font-weight: bold;
  color:#402513;
}

p {
  line-height: 1.6em;
}

/*
 * -- Layout Styles --
 */
.l-content {
  margin: 0 auto;
}

.l-box {
  padding: 0.5em 2em;
}

.l-box p {
  text-align: justify;
}

.l-box a {
  color:#634105;
  padding:2px 0;
  text-decoration: none
}

.l-box a:hover {
  color: #4d2e07;
  background-color:#faece3;
  text-decoration: underline;
  text-decoration-color: #4d2e07;
}

.l-box a[href^='http']::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 12.2 12.2' width='14' height='14'%3E%3Cpath d='M5.7 0v1.5h4L4.5 6.7l1 1.1 5.3-5.2v3.9h1.4V0z'/%3E%3Cpath fill='none' d='M3.4 6.7l3-2.9H1.5v7h7V5.9l-3 2.9z'/%3E%3Cpath d='M8.5 5.9v4.9h-7v-7h4.9l1.5-1.6H0v10h10V4.4z'/%3E%3C/svg%3E");
  margin-left: 0.20em;
  color: #634105;
}

.l-box ul {
  padding:0 0 1em 2em;
}

.l-box ul.small {
  margin:-0.5em 0 -1em 0;
}

.l-box li {
  padding:0.25em 0;
}

.l-box li::marker {
  color:#402513;
}

.l-box strong {
  color:#402513;
}

.pure-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pure-menu-link {
  padding: 0.5em 0.7em;
}

.banner {
  background: transparent url("images/banner.jpg") no-repeat fixed center;
  text-align: left;
  background-size: cover;
  height: 200px;
  width: 100%;
  margin-bottom: 3em;
  display: table;
}

.banner-head {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding:3em 0 0 2em;
  font-size: 2em;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 1px black;
  opacity:90%;
  font-family:'Reem Kufi',sans-serif;
}

.information-head {
  color: black;
  font-weight: 500;
}

.footer {
  background: #111;
  color: #888;
  font-size:0.8em;
}
.footer p {
  text-align: center;
}
.footer a {
  color: #ddd;
}

.image-caption {
  font-style: italic;
  font-size:0.9em;
}

/* menu */
.custom-wrapper {
  -webkit-font-smoothing: antialiased;
  height: 2.1em;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}

.custom-wrapper.open {
  height: 11.5em;
}

.custom-toggle {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.custom-toggle .bar {
  background-color: #777;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  right: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 47.999em) {
  .custom-toggle {
    display: block;
  }
}

/*
 * -- TABLET MEDIA QUERIES --
 */
@media (min-width: 767px) {
  .banner {
    height: 400px;
  }
  .banner-head {
    font-size: 4em;
  }
}

/*
 * -- PHONE MEDIA QUERIES --
 */
@media (max-width: 480px) {
  .banner {
    height:5px;
    background:#402513;
    margin-bottom:0.5em;
  }
  .banner-head {
    display:none;
  }
  .l-box {
    padding:0.25em 1em;
  }
}