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

@font-face {
  font-family: scg;
  src: url(../fonts/SCG-Reg.otf);
}

@font-face {
  font-family: scgbold;
  src: url(../fonts/SCG-Bol.otf);
}

body {
  font-family: "scg", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.btn-xl {
  padding: 1.25rem;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "scgbold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.red {
  color: #ee2524;
}

.note {
  padding-top: 20px;
}

p.note a {
  color: white;
  text-decoration: underline;
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

#topband {
  background: url("../img/header.png") center center / cover no-repeat;
  height: 80px;
  margin-top: 0px;
}

#topband a {
  background-image: url("../img/bg-SCGlogo.png");
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  height: 63px;
  width: 142px;
  margin-left: 20px;
  text-indent: -9999px;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  /*  display: none; */
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../img/image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .masthead {
    min-height: 58vw;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .menu-toggle {
    top: 7px !important;
    right: 16px !important;
    width: 68px !important;
    height: 42px !important;
    line-height: 42px !important;
    z-index: 1000;
  }

  .masthead h1.gone,
  .masthead h2.gone,
  .masthead h3.gone,
  .masthead p.gone {
    display: none;
  }

  .masthead {
    min-height: auto;
    height: 56.25vw;
    background-size: contain;
    background-position: center top;
    background-color: #ffffff;
  }

  #about.content-section {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  #about h2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .content-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content-section-heading h2,
  .callout h2 {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  p.lead {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  #target .row {
    margin-left: 0;
    margin-right: 0;
  }

  #target .target-card {
    margin-bottom: 2rem;
  }

  #target .target-card h4 {
    font-size: 1.5rem;
  }

  #target .target-card .text-faded {
    font-size: 1.1rem;
    line-height: 1.55;
  }

  #target .target-btn {
    width: 100%;
    max-width: 320px;
    margin-right: 0 !important;
  }

  #lineat .btn {
    width: 100%;
    max-width: 320px;
    margin-right: 0 !important;
  }

  #footer .list-inline-item {
    margin-bottom: 10px;
  }
}

.masthead h1 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  color: #000;
}

.masthead h3 {
  font-size: 1rem;
  margin: 0;
  padding: 5px;
  color: #000;
}

.masthead h1.gone,
.masthead h3.gone,
.masthead h2.gone,
.masthead p.gone {
  visibility: hidden;
}

.movedown {
  margin-top: 375px;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding-top: 1.5rem;
  }
  .masthead h1 {
    font-size: 3rem;
  }
  .masthead h3 {
    font-size: 2rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #ee2524;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 16px;
  top: 15px;
  width: 72px;
  height: 44px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 44px;
  z-index: 999;
}

@media (min-width: 768px) {
  .menu-toggle {
    top: 16px;
    right: 18px;
    width: 66px;
    height: 40px;
    line-height: 40px;
  }
}

.menu-toggle:focus,
.menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #13524d;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#target .target-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#target .target-btn {
  margin-top: auto;
  margin-right: 0 !important;
  align-self: center;
}

.callout {
  padding: 15rem 0;
  background-color: #dcec8c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
  color: #000;
}

.callout p {
  color: #000;
}

.addbefore {
  margin-top: 20px;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition:
      -webkit-clip-path 0.25s ease-out,
      background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

iframe {
  width: 320px;
  height: 180px;
  resize: both;
  overflow: auto;
}

@media (min-width: 992px) {
  iframe {
    width: 640px;
    height: 360px;
    resize: both;
    overflow: auto;
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #ee2524;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #ffffff;
  color: #ee2524 !important;
  text-decoration: none;
}

a {
  color: #ee2524;
}

a:hover,
a:focus,
a:active {
  color: #155d74;
}

ol.alpha {
  list-style-type: lower-alpha;
}

.non-italic {
  font-style: normal;
}

.btn-blue {
  background-color: #2c61ad !important;
  border-color: #2c61ad !important;
  color: #fff !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #2c61ad !important;
}

.btn-green {
  background-color: #13524d !important;
  border-color: #13524d !important;
  color: #fff !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #13524d !important;
}

.btn-primary {
  background-color: #ee2524 !important;
  border-color: #ee2524 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #ee2524 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.btn-daftar {
  margin-bottom: 20px;
  white-space: normal;
}

.pendaftaran-row {
  row-gap: 12px;
}

.pendaftaran-row > [class*="col-"] {
  display: flex;
}

.pendaftaran-row-single {
  margin-top: -4px;
}

.pendaftaran-row .btn-daftar,
.pendaftaran-row-single .btn-daftar {
  min-height: 88px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#pendaftaran .pendaftaran-title {
  max-width: none;
}

@media (min-width: 992px) {
  .btn-daftar {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) {
  #pendaftaran .pendaftaran-title {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  #pendaftaran.callout {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #pendaftaran .pendaftaran-title {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem !important;
    white-space: normal;
  }

  #pendaftaran p.lead {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem !important;
  }

  #pendaftaran .pendaftaran-row,
  #pendaftaran .pendaftaran-row-single {
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: 12px !important;
  }

  #pendaftaran .pendaftaran-row > [class*="col-"],
  #pendaftaran .pendaftaran-row-single > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pendaftaran .pendaftaran-row-single {
    margin-top: 12px !important;
  }

  #pendaftaran .btn-daftar {
    margin-bottom: 0 !important;
  }

  #pendaftaran .pendaftaran-row .btn-daftar,
  #pendaftaran .pendaftaran-row-single .btn-daftar {
    min-height: 68px !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    padding: 12px 18px !important;
  }
}

@media (min-width: 992px) {
  .bigger {
    font-size: 5px;
  }
}

.bg-primary {
  background-color: #13524d !important;
}

.bg-red {
  background-color: #ee2524 !important;
}

.text-primary {
  color: #ee2524 !important;
}

.text-secondary {
  color: #ecb807 !important;
}

/* .whiteborder {
  border-color: rgba(0, 0, 0, 0.5) !important;
  border-width: 4px;
} */

.bigger {
  font-size: 150%;
  padding-left: 40px;
  padding-right: 40px;
}

.bigger120 {
  font-size: 120%;
  padding-left: 50px;
  padding-right: 50px;
}

div.tiktok {
  background: url("../img/tiktok.png");
  background-repeat: no-repeat;
  background-position: center 19px;
}

div.tiktok:hover {
  background: url("../img/tiktok-red.png");
  background-repeat: no-repeat;
  background-position: center 19px;
}

/*
colors changed from #ecb807 to #ee2524
*/
