@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

@media only screen and (min-width: 500px) {
    .mobile-site {
        display: none;
    }   
    .blog-teaser {
   max-width: 1000px; 
	margin: 0 auto !important; 
	border-bottom: 1px solid #efefef;
	padding: 0px 0px 0px 15px;
}
.blog-teaser-img {
    width: 280px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float:left;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.blog-teaser-content {
    padding: 0px 0px 0px 15px;
    float:left;
    margin-left: 15px;
}
.blog-teaser-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
}
.blog-teaser-text {
    color: #ffffff;
    font-size: 20px;
}

}
@media screen and (max-width: 500px) {
  
 

 .menu-subtext {
display:none;
} 
.full-site {
        display: none;
    }
.blog-teaser {
   max-width: 1000px; 
	margin: 0 auto !important; 
	border-bottom: 1px solid #efefef;
	padding: 0px 0px 0px 15px;
}
.blog-teaser-img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 15px;
    margin-bottom: 10px;

}
.blog-teaser-content {
    /*padding: 0px 0px 0px 15px;
    margin-left: 15px;*/
}
.blog-teaser-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
.blog-teaser-text {
    color: #ffffff;
    font-size: 12px;
}
  
 

}  

  
    
h1 {
font: 30px;
font-family: 'Audiowide', cursive;
}

h1.menu-text {
color: #ffffff;
font: 30px;
font-family: 'Audiowide', cursive;
}

h2 {

font: 20px/30px;
font-family: 'Audiowide', cursive;
}

h2.menu-text {
color: #ffffff;
font: 20px/30px;
font-family: 'Audiowide', cursive;
}

h3 {

font: 18px;
font-family: 'Audiowide', cursive;
}



h3.menu-text {
color: #ffffff;
font: 15px;
}

p {
font: 14px;
font-family: 'Audiowide', cursive;
}

.footer {
    color: #ffffff;
    padding: 20px;
    /*background-color: #2B2D32;
    position: fixed;
    bottom: 0;*/
    width: 100%;
    text-align: center;
}

.title{
    
    text-align: center;
    color: #ffffff;
}
.box1 {
    /*border-radius: 25px;*/
 
    background-color: #2B2D32;
    padding: 20px;
    
}

.article {
    border-radius: 5px;
    /*background-color: #2b2d32;*/
    padding: 15px; 
    color: #ffffff;
    max-width: 1000px;
    font: 18px;
    font-family: 'Audiowide', cursive;  
    margin:auto;
    margin-bottom: 100px;
    margin-top: 100px;
    background: rgba(1,1,1,.80);
    
}
.video {
    text-align: center;
}

.menu {
    
   /* margin: 0;
    
    overflow: hidden;
    display:inline-block;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;*/
    padding: 5px 0px 5px 0px;
    background-color: #2B2D32;
    top: 0;
    width: 100%;
    max-width: 1000px; 
	margin: 0 auto !important; 
	float: none !important;
}



.opacity {
    
    padding-top: 75px;
    
}



.home-banner {
    width: 100%;
    background-color: #00aeef;
    
    text-align: center;
    height: 30px;

}
 .home-banner p {
         vertical-align: middle;
         padding-top: 5px;
         color: #ffffff;
         size: 20px;
 }
 
body  {
margin:0;
    /*background-image: url(./assets/gaming-background-2.jpg);*/
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #2b2d32;
    font-family: 'Audiowide', cursive;
}



.topnav {
  overflow: hidden;
  background-color: #2b2d32;
  float:right;
  display:inline-block;
  margin-right: 15px;
  z-index: 19000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Audiowide', cursive;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 1.5px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1545px) {
  .topnav a{display: none;}
  .topnav a:first-child {margin-top: 50px;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1545px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}
.mySlides {display: none;}
.header-image {
    vertical-align: middle; 
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    width: 100%;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*From New Home and About page*/
    * {
  box-sizing: border-box;
}
.hero-containter {

  width: 100%; /* Set the desired width */
  height: 0;
  padding-bottom: 100%;

}

/* For mobile phones: */
.column {
  width: 100%;
  float: left;
  padding: 10px;
  height: 600px;
  overflow: scroll;
}

@media only screen and (min-width: 750px) {
/*For desktop*/
/* Create two equal columns that float next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 600px;
  overflow: scroll;
}
}

.calendar-item {
    background-color: #00aeef; 
    padding: 2px; 
    color: #ffffff; 
    margin-bottom: 15px; 
    max-width: 500px;
}
.calendar-item-text {
    text-align: left; 
    padding-left: 10px;
    font-family: Roboto;
}

.cart {
    width: 40px; 
    vertical-align: middle; 
    float: right; 
    padding-right: 10px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.column::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.column {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.row {
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.a-button {
    color: #ffffff;
    background-color: #2b2d32;
    padding: 2px;
    border-radius: 2px;
    text-decoration: none;
}
body {
    max-width: 2000px;
    margin: auto;
    background-color: black;
}

.blog-container {
    max-width: 1200px;
    margin: auto;
    background-color: #2b2d32;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-title {
    color: #ffffff;
    font-family: audiowide;
}
.blog-meta {
    color: #ffffff;
    font-family: roboto;
}
.blog-content {
    color: #ffffff;
    font-family: roboto;
    line-height: 30px;
}
.blog-link {
    color: #ffffff;
    font-family: roboto;
}
.outer-container {
    background-color: #aaa;
}
.nerdages-font {
    font-family: audiowide;
}
.footer {
    background-color:#2b2d32; 
    font-family: roboto;
}

.menu {
    max-width: 2000px; 
    padding-left: 10px;
}

.menu-text {
    vertical-align:middle;
}


.home-about-text, .home-about-link {
    line-height: 30px; 
    font-family: Roboto;
}

.logo {
    vertical-align:middle;
}

.blog-tile {
    background-color: #00aeef; 
    color: #ffffff; 
    max-width: 300px; 
    padding: 10px 10px 10px 10px; 
    margin-bottom: 15px; 
    font-family: Roboto;
}
.blog-link {
    text-decoration: none;
}