
/* Custom styling for Books Outsourced */

.page-headingss {
	text-align: center;
	background-color: black;
	height: auto;
	min-height: 98px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.section-divider {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
}

.section-divider h4 {
	font-size: 1.5rem;
	font-family: 'Lucida Calligraphy', sans-serif;
	font-weight: bold;

}

.bookkeeping {
	padding: 20px 40px;
  margin-top: 20px;

}

.resp {
  padding-left: 50px;
  background: rgb(250, 250, 250, 1.0);
}

.resp h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
}

.resp ul li {
  list-style: circle;
  font-size: 1.2em;
}

.bookkeeping h4 {
	font-size: 25px;
	font-family: 'Robota';
  color: teal;

}

.bookkeeping p {
	padding-top: 15px;
	font-size: 18px;
	font-family: Robota;
	text-align: justify-all;
}

.navigation {
  height: 98px;
 
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 98px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand img {
	width: 90%;
	height: auto;

}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  margin: 0 auto;
  padding: none;
  width: 90%;
  background: orange;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 98px;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: var(--malaf);
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  /*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);*/
}

.bgblack {
	background: black;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 0;
    background: black;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;

  }


  .brand,
  .img-fill .text-content {
  	display: none;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.maamui {
  display: none;
}