html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 80, 160);
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input[type="range"] {
  height: 0;
}

button {
  outline: none;
}


body {
  background-color: #343434;
  color: white;
  padding: 0;
  font-size: 1.2em;
  font-family: "Lato";
}


*:focus {
  outline: none;
}

.navbar {
  padding: 0.5em;
}


h2.title, h4, h3 {
  color: white !important;
}

footer.footer {
  background-color: black;
}

.hero-foot section > .container {
  padding: 1em;
  background-color: rgba(0,0,0,0.4);
}

.slider-container, .slider-item, .slider-item .item {
  height: 100% !important;
}

.hero-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-positon: top;'
}

.hero-carousel img.contain {
  object-fit: contain;
}

.hero-head .navbar {
  background-color: rgba(0,0,0,0.4);
}
.navbar-menu {  
  background-color: rgba(0,0,0,0.0);
}
.navbar-menu a {
  color: white;
  text-decoration: none;
}

.navbar-menu a:hover, .navbar-menu a:focus {
  color: white;
  text-decoration: underline;
  background-color: rgba(0,0,0,0.4) !important;
}

.slider-navigation-next, .slider-navigation-previous {
  display: none;
}

.page {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #232323;
}

.date {
  color: grey;
}

.navbar-item:hover {
  background: transparent !important;
}

label.label {
  color: white !important;
}

.success {
  color: greenyellow;
}

.error {
  color: red;
}

footer a {
  color: white !important;
  padding: 0.5em;
}

.container {
  padding: 0.5em !important;
}

.container.music h1 {
  font-size: 1.4em;
  margin-top: 5px;
}

.flex {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

.imageie img {
  max-height: 620px !important;
  background-position-y: top !important;
}

.logo {
  font-family: 'Parisienne', cursive;
}

h2 {
  font-family: 'Parisienne', cursive;
}

.logo:focus {
  /* background-color: rgba(0,0,0,0.4) !important; */
}


.news-img {
  height: 250px;
  margin-top: 10px;
}


/* Music component styles */
.music-item .video { position: relative; cursor: pointer; display: inline-block; }
.music-item img, .music-item iframe { width: 400px; height: 240px; border: 0; }
.music-item .play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem; color: white;
  text-shadow: 0 0 6px black;
}