/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Cinzel', serif;
  color: #333;
}

/*============= TOP BAR HEADER =============*/
.top-bar {
	background: #333;
	height: 2.8rem; /* 1 rem = 16px */
	padding: .75rem 0 .5rem 0;
}

.top-bar a {
	color: white;
	text-decoration: none;
	font-size: 1.1rem;
}

/*============= NAVIGATION =============*/
.bg-dark {
	background-color: #000 !important;
}

.navbar-brand img {
	height: 6rem;
}

.navbar {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .03rem;
	box-shadow: 0 .5rem .5rem rgba(0,0,0, .5);
	z-index: 1;
}

.nav-item {
	padding: .5rem;
}

.nav-link {
	color: #fff !important;
}

.nav-link.active, .nav-link:hover {
	color: #aaa !important;
}

/*======= Drop Down Menu Styles ======*/
.dropdown-menu {
	background-color: #121212 !important;
	border: 1px solid #333;
	border-radius: .5rem !important;
	min-width: 14rem;
	padding: 0 !important;
	margin: 0 !important;
}
.dropdown-item {
	color: #fff !important;
	border-bottom: 1px solid #333;
}

.dropdown-item:hover {
	background-color: #444 !important;
	color: #ddd !important;
}

li a:last-child {
	border-bottom: 0px !important;
}

/*=== END Drop Down Menu Styles ======*/



/*======= END NAVIGATION =============*/



/*============= CAROUSEL =============*/

#carousel {
	box-shadow: 0 .5rem .5rem rgba(0,0,0, .5);
  }

.carousel-inner {
	max-height: 20rem !important;
}

.carousel-control-prev,
.carousel-control-next {

}

/*---Change Carousel Transition Speed --*/
.carousel-item-next,
.carousel-item-previous,
.carousel-item.active  {
  transition: transform 1.2s ease;
}

/*-- Carousel Content --*/
.carousel-caption {
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	text-transform: uppercase;
  z-index: 0;
  }

  .bg-custom {
	background-color: rgba(0, 0, 0, .4);
	color: white;
	border-radius: 1rem;
  }

  .carousel-caption h1 {
	font-size: 2.6rem;
	text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 3);
  }

  .carousel-caption h2 {
	font-size: 2.2rem;
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 3);
  }

  .carousel-caption h3 {
	font-size: 1.8rem;
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 3);
  }

  .border-primary {
	border-top: .2rem solid red !important;
  }

  .btn-lg {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1rem;
	border-width: medium;
  }

  .btn-danger {
	background-color: #AC2615;
	border: .05rem solid #AC2615;
  }

  .btn-primary {
	background-color: #4981b3;
	border: .05rem solid #4981b3;
  }

  .btn-primary:hover,
  .btn-primary:focus {
	background-color: #68a9d2 !important;
	border: .05rem solid #68a9d2 !important;
  }



/*======== END CAROUSEL =============*/

/*======== MAIN CONTAINER ============*/
main  {
  background-image: linear-gradient(to bottom right, black, grey);
  color: #eee;
}

main .container {
	/* border: 1px solid #fff; */
}


/*===== FIXED BACKGROUND IMG =====*/
.fixed {
	background-image: url('../images/matrix.jpg');
	position: fixed;
	z-index: -999!important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  .fixed-background {
	padding: 5rem 0;
  }



/*======== END MAIN CONTAINER ========*/



/*============= FOOTER =============*/
footer {
	background-color: #000;
	padding: 1rem 2rem 3rem;
  }

  footer img {
	height: 4.5rem;
	margin: 1.5rem auto;
  }

  footer p, footer a,
  .socket a {
	color: white;
	text-decoration: none;
  }

  ul.social {
	list-style-type: none;
	display: flex;
	max-width: 16rem;
	margin: 0 auto;
	padding: 0;
  }

  ul.social li {
	margin: 0 auto;
  }

  footer .svg-inline--fa {
	font-size: 2.3rem;
  }

  footer .svg-inline--fa:hover {
	color: #68a0d2;
  }

  /*============= SOCKET =============*/
  .socket {
	background-color: #333;
	border-top: .1rem solid #000;
  }
