.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 500px;
  padding: 1em 0em;
}
.pusher.internal .masthead.segment {
  min-height: 5rem;
}
.pushable>.pusher.internal
{
    min-height: calc(100% - 16rem);
}
/*
body.pushable>.pusher.internal {
    background: #fff 0 0 url(/static/image/2020/bg/1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/
body.pushable>.pusher.internal .main.container {
    background: rgba(255,255,255,0.75);
    padding: 1rem;
}
@media screen and (min-width: 1440px) {
    body.pushable>.pusher.internal .main.container {
        margin-left: 11.3rem !important;
    }
    body.pushable>.pusher.internal .topmenu.container {
        margin-left: 11.3rem !important;
        margin-right: 11.3rem !important;
        width: auto;
    }
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

@media only screen and (max-width: 700px) {
  .ui.fixed.menu {
    display: none !important;
  }
  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    min-height: 350px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}

/*
.ui.inverted.segment.dollscarlogo {
     background: transparent 0 0 url("/static/image/2023/prelogo.png") no-repeat;
    background-size: cover;
}
*/
.wrap.dollscarlogo {
    background: radial-gradient(#1b1026, #141118);
}
.dollscarlogo img.mainlogo {
    margin-top: 1em;
    max-width: 100%;
    font-size: 4em;
}

body .ui.header, body h1, body h2, body h3, body h4, body h5, body h6, body h7, body h8 {
    font-family: wak, sans-serif;font-weight: 500;font-style: normal;
}


/* for video */
.videologo.dollscarlogo,
.videologo .dollscarlogo {
    background: none !important;
}
.videowrap {
    position: absolute;
    left: 0;
/*     top: -6rem; */
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: -1;
    background: black;
}

.videowrap video {
    position: absolute;
    left: max(calc((100vw - 1920px) / 2), 0px);
    top: max(calc((100vw * 1080 / 1920 - 670px) / -2.5), -100px);
/*       max(calc((100vw * 1080 / 1920 - 500px) / -2.5), -232px); */
    width: 100%;
    max-width: 1920px;
}
div.dollscarlogo.wrap > div > div.ui.text.container {
    margin-top: 24rem;    
}