@charset "UTF-8";
/* Body */
body {background-color: #000000;
      margin: 0;
}
	
.text	{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color: #FFFFFF}
.text a {text-decoration: none; font-weight:bold; color: #FFE200; text-transform: none; border-bottom: none 0px #D2FF14;}
.text a:active {text-decoration: none; font-weight:bold; color: #FFE200;}
.text a:visited {text-decoration: none; font-weight:bold; color: #FFE200;}
.text a:hover {text-decoration: none; font-weight:bold; font-style: none; border-bottom: solid 0px #E13E00; color: #FFFFFF; cursor: pointer;}
	
}

/* hello marquee */

.hello {
	        text-align: center;
		}

.marq {
			padding-top: 300px;
			padding-bottom: 300px;
		}
		
.hi1 {
    font-size: 72px;
	font-weight: bold;	
    position:relative;
    display:inline-block;
	color: #FF0000;
	padding-bottom: 2px;	
}
		
.hi2 {
	font-size: 16px;
	font-weight: bold;
	position:relative;
    display:inline-block;	
	color: #FF0000 ;
	padding-bottom: 20px;	
}
		
.dottedText:after
{
    content: '';
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 0%, transparent 0%),
    radial-gradient(circle, transparent 10%, white 100%) 50px 50px;
    background-size:3px 3px;
}

/* Container */
.container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
/* Header and sticky */
.header {
  padding:13px 0px;
  z-index: 1;
  color: #ffffff;
}

.content {
  padding: 0px;
 
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 150px;
}

.logo {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 8px;
	letter-spacing: -1px;
	text-align: left;
	padding-top: 0px;
	line-height: 2em;
	font-size: 18px;
	animation: glow 5s ease-in-out infinite alternate;
}

.gallery {
  border: 3px solid #000000;
}

.gallery:hover {
  border: 3px solid #00FF14;
	cursor: pointer;
}

.gallery img {
  width: 100%;
  height: auto;	
}

.desc {
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 9px;	
  font-weight: bold;	
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px #FFE200, 0 0 10px #6DBA52, 0 0 20px #6DBA52, 0 0 30px #6DBA52, 0 0 40px #6DBA52, 0 0 50px #6DBA52, 0 0 60px #6DBA52;
  }
  
  to {
    text-shadow: 0 0 5px #807B51, 0 0 10px #807B51, 0 0 20px #807B51, 0 0 30px #807B51, 0 0 40px #807B51, 0 0 50px #807B51, 0 0 60px #807B51;
  }
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

