:root
{
    /*--color: #a550c7;*/
    /*--color: #f45151;*/
    --color: #fb5640;
}

* {
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-weight: 400;
  box-sizing: border-box;
}

body {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
}

.v-hidden {
  visibility: hidden !important;
}
.v-visible {
  visibility: visible !important;
}
.d-hidden {
  display: none !important;
}
.d-visible {
  display: block !important;
}

*::-webkit-scrollbar {
  display: none;
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-selection::selection,
.custom-selection *::selection,

.custom-selection::-moz-selection,
.custom-selection *::-moz-selection,

.custom-selection::-webkit-selection,
.custom-selection *::-webkit-selection {
  opacity: 1 !important;
  background-color: var(--color);
  color: #ffffff;
}

.custom-selection-reverse::selection,
.custom-selection-reverse *::selection,

.custom-selection-reverse::-moz-selection,
.custom-selection-reverse *::-moz-selection,

.custom-selection-reverse::-webkit-selection,
.custom-selection-reverse *::-webkit-selection {
  opacity: 1 !important;
  background-color: #ffffff;
  color: var(--color);
}

.copyright-symbol {
  font-family: "Noto Sans" !important;
  font-weight: 900 !important;
}

.window {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  overflow: auto;
}
.window-box {
  display: table;
  position: absolute;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
}
.window-content {
  padding: 10px;
  border-radius: 4px;
}
.window-blackscreen {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  background-color: #000000;
  opacity: 0.7;
}

.navbar-menu a.link-current {
  border-bottom: 2px solid #ffffff;
}

.background {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}
.background-src {
  display: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  /*background-size: 100%;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.background-blackscreen {
  display: inherit;
  width: inherit;
  height: inherit;
  background-color: #000000;
}


.main {
  display: table;
}


.header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background-color: var(--color);
  color: #ffffff;
}


.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin: 0 20px;
}
.navbar-menu-box {

}
.navbar-vertical-menu-button {
  display: none;
  align-items: center;
  padding: 0 12px;
  font-size: 30px;
  cursor: pointer;
}
.navbar-menu {

}

.navbar-right
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navbar-right > div + div
{
    margin-left: 10px;
}

.navbar-social
{
    height: 100%;
}

.navbar-live-stream
{
    width: auto;
    height: 100%;
}

.navbar-live-stream a
{
    width: auto;
    height: 100%;
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navbar-live-stream a:hover
{
    background-color: #ffffff;
}

.navbar-live-stream svg
{
    width: 36px;
    height: 36px;
}

.navbar-live-stream svg g
{
    fill: #ffffff;
}

.navbar-live-stream a:hover svg g
{
  fill: var(--color);
}

.navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: inherit;
  list-style: none;
}
.navbar ul li {
  height: inherit;
}
.navbar ul li a {
  display: flex;
  align-items: center;
  height: inherit;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  user-select: none;
}
.navbar-menu ul li a {
  padding: 0 60px;
  font-size: 16px;
  font-weight: 600;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.navbar-social ul li a {
  padding: 0 12px;
  font-size: 30px;
}
.navbar ul li a:hover {
  background-color: #ffffff;
  color: var(--color);
}
.navbar > * {
  height: inherit;
}
.navbar-menu-box > * {
  height: inherit;
}

.content {
  position: relative;
  /*top: 63px;*/
  z-index: 1;
  width: 100vw;
  margin-top: 60px;/* header.height */
  margin-bottom: 58px;/* footer.height */
}
.content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*width: 1024px;*/
  width: 100%;
  padding: 0px 20px;
}
.content-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 400px;*/
  position: relative;
  margin-top: 82px;
}
.content-box .content-section:last-child {
  margin-bottom: 82px;/* 82 + 58*/
}
.content-wrapper {
  display: block;
  /*width: 100%;*/
  /*width: 1024px;*/
  width: 75.9vw;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
.content-blackscreen {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #000000;
  /*opacity: 0.5;*/
  opacity: 0;
  border-radius: 10px;
}
.footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100vw;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.9;
  font-size: 14px;
  background-color: var(--color);
}
.footer > div {
  font-weight: 600;
}

.footer-highlight {
  display: inline;
  font-weight: 800;
}

@media only screen and (max-width: 800px) {/* < 768 */
  /*.navbar {
    padding: 0 10px;
  }
  .navbar-left ul li a {
    padding: 10px 30px;
    font-size: 14px;
  }
  .navbar-right ul li a {
    padding: 9px 8px;
    font-size: 20px;
  }
  .content {
    margin-top: 42px !important;
    margin-bottom: 35px !important;
  }
  .footer {
    padding: 12px;
    font-size: 9px;
  }*/

  .navbar-vertical-menu-button {
    display: flex !important;
  }
  .navbar {
    background-color: inherit;
  }
  
  .navbar-menu-box
  {
    width: 50px;
    background-color: inherit;
  }
  
  .navbar-menu {
    display: none;
    background-color: inherit;
  }
  .navbar-menu ul {
    display: table;
    flex-direction: column;
    background-color: inherit;
  }
  .navbar-menu ul li a {
    border-top: none;
    border-bottom: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .link-current {
    border-bottom: none !important;
    border-right: 8px solid #ffffff !important;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    font-size: 12px;
  }
}