/* VARS */
/* END VARS */
/* Show it is fixed to the top */
body {
  font: 100% "Century Gothic", sans-serif;
  font-weight: 400;
  background-color: #13120e;
}

a.atxt {
  color: rgb(214, 117, 32);
  text-decoration: underline;
}

a.atxt:hover {
  color: rgb(214, 117, 32);
  text-decoration: underline;
}

a.atxtw {
  color: rgb(243, 243, 243);
  text-decoration: underline;
  font-size: 90%;
}

a.atxtw:hover {
  color: rgb(214, 117, 32);
  text-decoration: underline;
  font-size: 90%;
}

a.zwart {
  color: rgb(0, 0, 0);
  /*text-decoration: underline;*/
  /*font-size: 90%;*/
}

a.zwart:hover {
  color: rgb(214, 117, 32);
  /*text-decoration: underline;*/
  /*font-size: 90%;*/
}

.fw-80 {
  font-size: 80%;
}

.navbar-dark.bg-dark {
  background-color: rgb(0, 0, 0) !important;
  font-size: 90%;
}

.nav {
  margin-bottom: 0;
}

.shadowmenu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}

.dropdown {
  position: static;
}

/* open dropdown on hover */
/*.dropdown:hover .dropdown-menu { display: inline-block; margin-top: 0; left: 0;} */
.dropdown-menu {
  width: 100%;
  text-align: center;
  /*background-color: $lichtgrijs;*/
}

.dropdown-menu h2 {
  font-size: 110%;
}

.dropdown-menu > li {
  display: inline-block;
}

.fa-ul li.block {
  display: inline-block;
  padding: 10px 0;
}

span.fa-li {
  vertical-align: middle;
  color: rgb(214, 117, 32);
}

span.fa-li-text {
  padding-top: 5px;
  vertical-align: middle;
  display: block;
}

/* verwijder pijltje bij dropdown */
.dropdown-toggle::after {
  display: none;
  /*margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;*/
}

.nav-link {
  display: block;
  color: rgb(255, 255, 255) !important;
  margin: 0.1rem 0.1rem;
}

.nav-link:hover {
  color: rgb(214, 117, 32) !important;
}

a.dropdown-item {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 130%;
}

.italic {
  font-style: italic;
}

p {
  color: rgb(0, 0, 0);
  padding-bottom: 5px;
  line-height: 1.2;
}

.text-white p {
  color: rgb(255, 255, 255);
}

.toptop a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.toptop a:hover {
  color: rgb(87, 189, 146);
  text-decoration: none;
}

.toplogo {
  max-width: 136px;
  max-height: 40px;
}

.bg-wit {
  background-color: rgb(255, 255, 255) !important;
}

.bg-lichtgrijs {
  background-color: rgb(243, 243, 243) !important;
}

.bg-grijs2 {
  background-color: rgb(243, 243, 243) !important;
}

.bg-zwart {
  background-color: rgb(0, 0, 0) !important;
}

.btn-shadow {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.22);
}

.txt-small {
  font-size: 70%;
}

.txt-90 {
  font-size: 90%;
}

.txt-80 {
  font-size: 80%;
}

.txt-70 {
  font-size: 70%;
}

.fw-xxl {
  font-size: 160%;
}

.fw-xl {
  font-size: 140%;
}

.fw-xl2 {
  font-size: 140%;
}

.text-orange {
  color: rgb(214, 117, 32) !important;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/* Small devices (landscape phones, 576px and up) */
/* change bg-color when resizing */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Extra extra large devices (extra large desktops, 1400px and up) */

/*# sourceMappingURL=bargolux.css.map */
