/*=================================================
 * place custom style at this file
=================================================*/

/* Bootstrap replacement — only the classes used on this page */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 768px)  { .container { max-width: 750px; } }
@media (min-width: 992px)  { .container { max-width: 970px; } }
@media (min-width: 1200px) { .container { max-width: 1170px; } }
.row { margin-right: -15px; margin-left: -15px; }
.row::after { content: ""; display: table; clear: both; }
.col-xs-12 { float: left; width: 100%; padding-right: 15px; padding-left: 15px; box-sizing: border-box; }
.text-center { text-align: center; }

/* deep space gradient — replaces bg image entirely */
.is-img #img {
  background-image: none;
  background: radial-gradient(ellipse at 50% 40%, #0a0e1a 0%, #050810 55%, #020306 100%);
}
#demo-panel {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 100px;
  left: -100%;
  background-color: #1a1a1a;
  padding: 15px;
  z-index: 1050;
}
.options-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.options-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.options-ul li {
  display: inline-block;
}
.options-ul li a {
  color: #fff!important;
}
.options-color a {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -moz-border-top-right-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
}
.options-overlay a {
  width: 65px;
  height: 30px;
}
.demo-panel-toggle {
  text-align: center;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0;
  font-size: 16px;
  color: #ffffff;
  background-color: #1a1a1a;
}

/* custom */
.demo-panel-toggle i {
  color: #fff;
}

.options-ul li {
  display: block;
}

.options-title {
  color: #fff!important;
}


@media screen and (min-width: 992px) {
  .section-title {
    font-size: 140px;
  }
}

/* footer layout */
#site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-social {
  margin-top: 0;
}
#footer-copy {
  margin: 0;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.35;
  color: rgba(248, 250, 255, 0.99);
}

/* dark loader to avoid white flash on load */
#site-loader {
  background-color: #0a0e1a;
}
.loader {
  border-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.6);
}