html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Rumble Rough";
  src: url("font/rumble.eot?") format("eot"), url("font/rumble.woff2") format("woff2"), url("font/rumble.woff") format("woff"), url("font/rumble.ttf") format("truetype"), url("font/rumble.svg#Rumble_Rough") format("svg");
}
.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#awards {
  background-image: url("img/artists/awards/Jeroen.jpg") !important;
  background-size: cover;
}
#awards .container {
  backdrop-filter: brightness(0.3);
  min-width: 100% !important;
}
#awards ul {
  list-style: none;
}

.header-wrapper {
  min-height: 100vh;
  min-width: 100%;
  background-color: #1A1A1A;
}
.header-wrapper img {
  width: 100%;
  height: 100%;
  filter: opacity(0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-nav {
  background-color: #1A1A1A !important;
}

.navbar-brand img {
  height: 35px;
}

.nav-link {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-no-scrollspy {
  display: block;
  padding: 0.5rem 0rem;
}

.nav-link:hover {
  color: #AF9558 !important;
}

.navbar-toggler {
  border: none;
}

.nav-overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  overflow-x: hidden;
  transition: 0.5s;
}

.nav-overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.nav-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.nav-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.active {
  color: #AF9558 !important;
}

.fa {
  color: #AF9558;
}

.modal {
  -webkit-overflow-scrolling: touch;
}

.modal-button {
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #AF9558;
  outline: none;
  background-color: transparent;
  color: #AF9558;
  width: 200px !important;
}

.modal-button:hover {
  color: #FFFFF0;
  background-color: #AF9558;
}

.modal-button:disabled {
  opacity: 0.4;
  background-color: transparent;
  color: #AF9558;
}

.modal-body {
  font-size: 0.9em;
}

.modal-body ul {
  margin: 20px;
  padding: 15px;
}

.name-error,
.email-error,
.message-error,
.error {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #ff2828;
}

.success {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #AF9558;
}

body {
  color: #000;
  font: 15px Lato, sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

section:nth-child(even) {
  background-image: url("img/bg.jpg");
  background-size: cover;
  background-color: #1A1A1A;
  color: #FFFFF0;
}

h2 {
  font-family: Rumble Rough;
  font-weight: 500;
  font-size: 3em;
  line-height: 1;
}

.modal-header h2 {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
}

.modal-header button span {
  color: #AF9558;
}

.modal-body h5 {
  padding: 10px 0;
}

.modal-header .close {
  opacity: 1;
}

p {
  font-size: 1.05em;
  line-height: 26px;
}

a, a:focus, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  text-transform: uppercase;
}

button:focus, button:active {
  outline: none;
}

footer {
  background-image: url("img/bg.jpg");
  background-size: cover;
  background-color: #1A1A1A;
  color: #FFFFF0;
}

.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.section-title h2:after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #AF9558;
}

.contact-item {
  position: relative;
}

.footer-text {
  color: #AF9558 !important;
}

.contact-item:after {
  content: "";
  display: table;
  clear: both;
}

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

.input-field {
  width: 100%;
  padding: 8px 16px;
  color: #232323;
  border: 2px solid #000;
  outline: none;
}

textarea.input-field {
  height: 155px;
  resize: none;
}

footer a {
  font-size: 0.8em;
  color: #AF9558;
}

.artist-image-container {
  position: relative;
  overflow: hidden;
}
.artist-image-container img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  filter: sepia(20%) saturate(150%) hue-rotate(-10deg);
}
.artist-image-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: sepia(1) hue-rotate(30deg);
}
.artist-image-container:hover .artist-overlay {
  opacity: 1;
}

.artist-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 128, 26, 0.5254901961);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.artist-overlay p {
  position: relative;
}
.artist-overlay p:after {
  content: "";
  width: 50%;
  position: absolute;
  left: 25%;
  bottom: -20px;
  border-width: 0 0 3px;
  border-style: solid;
}
.artist-overlay p:before {
  content: "";
  width: 50%;
  position: absolute;
  left: 25%;
  top: -20px;
  border-width: 0 0 3px;
  border-style: solid;
}

.artist-overlay-text {
  color: black;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}

.artist-text {
  font-family: Rumble Rough;
  font-size: 2.5em;
  text-transform: uppercase;
}

.carousel {
  background: black;
}