@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');






/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}
 

body, html {
  height: 100%;
  
      /* The image used */

  background-color: black;
  color: white;
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

@font-face { font-family: OpineHeavy-Regular; src: url('assets/rattower/OpineHeavy-Regular.ttf'); } 
@font-face { font-family: Metamorphous-Regular; src: url('assets/rattower/Metamorphous-Regular.ttf'); } 

ul {
	
	line-height:38px;
}

h3 { 
padding-top:10px;
padding-bottom:15px;
font-family: 'Arial Black';
text-align: center;
letter-spacing: 2.5px;
text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;

 }
 
.fa-twitter{filter:drop-shadow(0px 0px 6px black)}
.fa-steam{filter:drop-shadow(0px 0px 6px black)}
.fa-discord{filter:drop-shadow(0px 0px 6px black)}
  
.standardText
{
font-family: Arial;
text-align: left;
font-size: 11pt;
letter-spacing: 1.25px;
word-spacing: 3px;
line-height:26px;
text-shadow: 2px 2px 2px black, 0 0 25px black, 0 0 5px black;	
}
 
 
/* centered columns styles */
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}

span
{
	color: #fff;
	padding:20px;
	text-shadow: 3px 3px 16px #272634;
}

.container-padded
{
	padding:40px;
}

.div-parallax01 {
  color: white;
  
	
  background-image: url('assets/monomyth/screenshot14.jpg');
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.div-parallax02 {
  color: white;
  
  background-image: url('assets/monomyth/screenshot20.jpg');
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

.main {
  max-width: 100%;
  margin: auto;
  
}

.navbar{
	padding: .8rem
}

.navbar-nav li {
	padding-right: 20px;
}

.nav-link {
	font-size: 1.2em !important; 
	font-family: OpineHeavy-Regular, sans-serif;
	letter-spacing: 2.5px;
	text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
	color: white !important;
}

.nav-link-green {
	font-size: 1.2em !important; 
	font-family: OpineHeavy-Regular, sans-serif;
	letter-spacing: 2.5px;
	text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
	color: #02cc76 !important;
}



nav .navbar-nav li a{
  
  }



.alpha-button{
		font-size: 1.2em !important; 
	font-family: Metamorphous-Regular, sans-serif;
text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
	color: #ffffff;

	
}
.nav-ul {
    display: flex;
    align-items: center;
}

#image-overlay{
 position: absolute;
 z-index: 10;
 width: 100%;
 height: 100%;
 margin: auto;
text-align: center;
padding-top: 5%;
display:none
}

#parallax-overlay{

 z-index: 10;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
background-image: url('assets/rattower/transparent_background.png');
}

img {
    max-width:100%;
}

.screenshot {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 10px 0 rgba(0, 0, 0, 0.8);
}

.bg-custom {
  background-color: #151515 }

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*
.carousel .carousel-item {
  height: 800px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
	max-height: 100%;

	
}
*/

/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  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;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








