/*
scale blue = #021E40;
scale orange =  #FF5000;
*/

.clickTagLink {
  position: absolute;
  color: #fff !important;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}
body {
  color: #fff !important;
  font-size: 20px;
  font-family: 'Mulish', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
}

#banner {
  width: 320px;
  height: 250px;
}

*:focus {
  outline: 0;
  outline: none;
}
.text-container {
  background: blue;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 45, 91, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#vid {
  position: absolute;
  right: 0;
}

/*PATTERN*/
/* .text-container:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(assets/pattern.svg);
  background-size: 1000px;
  position: absolute;
  left: 0;
  background-position: center;
  z-index: 1;
  background-position-x: 347px;
  opacity: 0.5;
} */

.logo-container {
  display: flex;
  max-width: 100%;
  margin: 15px;
  align-items: center;
}

#mekon {
  max-width: 100px;
}

#moen {
  max-width: 150px;
  margin-right: 20px;
}

.logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 45, 91);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s ease;
}

#hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(assets/pattern.svg);
  background-size: 1400px;
  position: absolute;
  left: 0;
  background-position: center;
  z-index: 3;

  opacity: 0.5;
}

.text-inner-container {
  position: relative;
  max-width: 90%;
  margin: auto;
}

.text-inner-container {
  text-align: center;
  margin-top: 1rem;
}
.text-inner-container .heading {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.text-inner-container .sub {
  font-size: 16px;
}

.moen-button {
  cursor: pointer;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  background: rgb(217, 116, 38);
  margin-top: 1rem;
  border-radius: 20px;
  border: none;
  position: relative;
  z-index: 1;
}

#banner:hover #hover {
  opacity: 1;
}

#hover .inner-hover {
  text-align: center;
}

#hover .inner-hover #moen {
  max-width: 250px;
  margin-bottom: 1rem;
}

#hover .inner-hover div {
  font-size: 1rem;
}

.text-changes {
  position: relative;
  width: 100%;
  height: 80px;
}

#text-1,
#text-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#text-1 {
  opacity: 1;
}

#text-2 {
  opacity: 0;
}
