:root {
	--title-font: 'edgeofgalaxy', 'serif';
	--text-font: 'VT323', monospace;
	--primary-color: black;
	--secondary-color: white;
	--special-color: #dda516;
	--additional-color: hsl(61, 100%, 87%);
}

@font-face {
    font-family: 'edgeofgalaxy';
    src: url('EdgeOfTheGalaxyRegular-OVEa6.otf') format('otf'), url('EdgeOfTheGalaxyRegular-OVEa6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

footer {
	background: var(--special-color);
}

#home {
  margin-top: -50px !important;
	padding: 200px 0px;
	background-image: url("../images/bg-1.jpg");
	background-size: cover;
}

.button-container root {
    margin: 0;
    border: 1px solid white;
    background: #1b70df;
    color: white;
    width: 100%;
    align-items: center;
    justify-content: center
}

.button-container {
    display: flex;
    border: 1px solid white;
}

.home-block {
    background: #000000c2;
    padding: 50px;
    box-shadow: 0px 0px 20px 15px #000000;
}

#about {
    padding: 200px 0px;
}

#roadmap
{
    padding: 200px 0px;
	  background-color: black;
    background-image: url("../images/bg-2.jpg");
    background-size: cover;
}

#litepaper
{
    padding: 200px 0px;
}

#faq {
    padding: 200px 0px;
    background-image: url("../images/bg-3.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

#team {
    padding: 200px 0px;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: var(--secondary-color);
	color: var(--special-color);
	border-radius: 0;
}

#home b {
    font-size: 22px;
    color: var(--secondary-color);
    font-family: var(--title-font);
}

.faq-block {
	background: #4f3fdd69;
	padding: 20px;
	margin: 20px 0px;
	box-shadow: 0px 0px 40px 30px #4f3fdd69;
	border: 0;
}

.faq-block.active {
    background: #dcb51c69;
    box-shadow: 0px 0px 40px 30px #dcb51c69;
}

.roadmap-block {
    background: #d800ff69;
    padding: 20px;
    margin: 20px 0px;
    box-shadow: 0px 0px 30px 10px #d800ff69;
    border: 1px solid var(--special-color);
    line-height: normal;
}

.navbar {
    background: #00000094;
}

.navbar .container {
	display:block;
}

.navbar .container .navbar-right {
	float:right;
}

.navbar-right .btn-group a {
	padding: 10px;
	margin: 0 10px;
	font-size: 22px;
	color: var(--special-color);
	text-shadow: 1px 1px 2px black;
}

.navbar-right {
    padding: 10px 20px;
}

.navbar-toggler {
    text-shadow: 1px 1px 2px black;
	font-size: 30px;
    vertical-align: middle;
	color: var(--additional-color);
}

.navbar-toggler:hover {
    color: var(--special-color);
}

.navbar-toggler-icon {
	width: 1em;
	height: 1em;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.title-shadow {
    text-shadow: -1px -1px 5px black;
}

.animation-gif {
	max-width: 100%;
	border: 2px solid white;
}

.special-color {
	color: var(--special-color);
}

.input-spinner-container
{
    border: 1px solid white;
}

.input-spinner-container button, .input-spinner-container input {
    background: var(--special-color);
    color: white;
    border-radius: 0;
    font-size: 20px;
    border: 1px solid white;
}

.input-spinner-container button:hover {
    border: 1px solid white;
    background: var(--additional-color);
}

h1 {
	font-family: var(--title-font);
	font-size: 100px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--secondary-color);
}

h2 {
	font-family: var(--title-font);
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--secondary-color);
}

h3 {
	font-family: var(--text-font);
	font-size: 30px;
	color: var(--secondary-color);
}

h4 {
	font-family: var(--text-font);
	color: var(--secondary-color);
	font-size: 25px;
	font-weight: bold;
}

.accordion-button, .accordion-button:not(.collapsed) {
	font-family: var(--text-font);
	color: var(--secondary-color);
	font-size: 26px;
	font-weight: bold;
}

h5 {
	font-family: var(--text-font);
	color: var(--special-color);
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	font-size: 25px;
}

h6 {
	font-family: var(--title-font);
	font-size: 50px;
}

ul li {
	font-family: var(--text-font);
	color: var(--secondary-color);
	font-size: 22px;
}

p, em {
	font-family: var(--text-font);
	font-size: 24px;
	color: var(--secondary-color);
}

main {
	background: var(--primary-color);
}


a {
	font-family: var(--text-font);
	color: var(--special-color);
    text-decoration: none;
	font-size: 22px;
}

footer a {
	color: var(--secondary-color);
	font-size: 40px;
	padding: 10px 20px;
	margin: 0 10px;
}

#minting-time {
	color: var(--additional-color);
}

.button-home {
	padding: 10px 20px;
	font-family: var(--text-font);
	font-size: 22px;
}

footer a:hover {
	color: var(--primary-color);
}

.additional-color {
	color: var(--additional-color);
}

#about img {
    max-width: 100%;
}

.offcanvas-body ul li {
	padding: 20px;
	border-bottom: 2px dashed var(--additional-color);
}

.offcanvas-body a i {
    width: 40px;
}

.button-home:hover, .btn-group.active {
    color: var(--special-color);
}

#btn-back-to-top:hover, .btn-group a:hover {
    color: var(--additional-color);
}

.accordion-header, .accordion-button, .accordion-button:not(.collapsed) {
    background: var(--additional-color);
}

.faq-block.active .accordion-header, .faq-block.active .accordion-button, .faq-block.active .accordion-button:not(.collapsed)
{
    background: var(--additional-color);
}

.accordion-button:focus{
    border: 0;
    box-shadow: none;
}




/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: var(--special-color);
}

/* The circles on the timeline */
.cbef::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -15px;
  background-color: black;
  border: 5px solid var(--special-color);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* The circles on the timeline */
.cbef-done::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -15px;
    background-color: black;
    border: 5px solid var(--special-color);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -10px;
}

/* The actual content */
.content {
  padding: 20px;
  position: relative;
}

.cbef {
  position: relative;
  width: 50%;
  margin: 0;
}

.cbef-done {
    position: relative;
    width: 50%;
    margin: 0;
  }

@media (max-width: 991px) {
	.slider-image {
		max-width: 100px;
	}
	
	.roadmap-block {
	    margin: 15px 0;
	}
	
	.bali-trips {
	    margin: 15px 0;
	}
	
	#about, #roadmap, #faq, #team {
        padding: 75px 0;
    }
    
    .timeline::after {
    left: 31px;
  }

    /* Full-width containers */
      .cbef {
        width: 100%;
        padding: 20px;
      }
    
      .cbef-done {
        width: 100%;
        padding: 20px;
      }
    /* Make sure that all arrows are pointing leftwards */
      .cbef::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
      }

      .cbef-done::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
      }
    
    /* Make sure all circles are at the same spot */
      .left::after, .right::after {
        left: 10px;
      }
    
    /* Make all right containers behave like the left ones */
      .right {
        left: 0%;
      }
}