html{
	background: #fdfdfd;
}
body{
	background: #000;
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
}
@font-face {
    font-family: V_DigitalStrip; 
    src: url(fonts/V_DigitalStrip.ttf); 
 }

.main-title{
	background: #ffeb3b;
	padding: 40px;
	color: #363846;
}
.main-title div{
	font-size: 18px;
	margin-bottom: 24px;
}
.gen-output{
	margin: auto;
	padding: 40px;
	text-align: center;
}

.gen-container{
	background: #3b3d4c;

}
.gen-container:nth-of-type(2n){
	background: #363846;
}
h1{
	font-size: 24px;
	font-weight: 300;
	line-height: 56px;
}
h2{ 
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 16px;
	color: #8e8f98;
	display: inline;
	/*border-bottom: 1px solid #ff5252;*/
}

.input-num{
	margin-top: 20px;
}
.input-num input{
	background: #ffeb3b;
	border: none;
	padding: 5px;
	border-radius: 3px;
	width: 70px;
	color: #363846;
}

h3{ 
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffeb3b;
	display: inline;
}

.generated{
	max-width: 740px;
	height: auto;
	color: #ffeb3b;
	font-size: 22px;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	margin: auto;
	font-size: 20px;
}
.gen-button{
	height: 50px;
	color: #3b3d4c;
	border: none;
	border-radius: 3px;
	background: #ffeb3b;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 24px;
	margin: auto;
	display: block;
	transition: .1s all;
	margin-top: 20px;
}

.gen-button:hover{
	background: #ff5252;
}
.gen-button:focus{
	border:none;
	outline: none;
}
.gen-container{
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}
.loading{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.loading h1{
	text-align: center;
	color: #ffeb3b;
	margin-top: 40px;
	font-weight: 100;
	font-size: 16px;
}
.loading-icons{
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	animation: rotating2 4s ease-in infinite reverse;
}
.loading-icon1{
	display: block;
	width: 18px;
	height: 18px;
	background: #3b3d4c;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	animation: rotating 4s ease-out infinite;
}
.loading-icon2{
	display: block;
	width: 18px;
	height: 18px;
	background: #ffeb3b;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	animation: rotating 4s ease-out infinite;
}
.loading-icon3{
	display: block;
	width: 18px;
	height: 18px;
	background: #ffeb3b;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	animation: rotating 4s ease-out infinite;
}
.loading-icon4{
	display: block;
	width: 18px;
	height: 18px;
	background: #3b3d4c;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: rotating 4s ease-out infinite;
}
.content img.header {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 15%;
}
.content ul li {
  margin-bottom: 60px;
}
.content {
  text-align: center;
}
.content a {
  color: #000;
  text-decoration: none;
}
.content h2 {
  font-size: 50px;
  margin: 10px 0;
  color: #ffeb3b;
  font-family: V_DigitalStrip, 'PT Sans', sans-serif;
}
.content h2 img {
  width: 45px;
}
.content p {
  font-size: 25px;
  margin: 5px 0;
  color: #cacace;
}
.main-content {
  text-align: center;
}

.main-content h2 {
  display: block;
  font-size: 100px;
  margin: 10px 0;
  color: #ffeb3b;
  font-family: V_DigitalStrip, 'PT Sans', sans-serif;
}
.main-content h3 {
  color: #8e8f98;
  font-size: 30px;
  font-family: 'PT Sans', sans-serif;
}
.main-content p {
  font-size: 22px;
  margin: 25px 0;
  padding: 0 20%;
  color: #cacace;
}
.main-content a {
  text-decoration: underline;
  color: #ffeb3b;
}
.content-body p {
	text-align: left;
	font-size: 18px;
}
.content-text p {
	text-align: center;
	font-size: 14px;
	color: #cacace;
}
.main-content img.header {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
footer {
  background: #000;
}
footer p {
  color: #ffeb3b;
  padding: 30px 0;
  line-height: 30px;
  font-size: 10px;
  margin: 0;
}



@keyframes rotating{
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(90deg);
	}
	50%{
		transform: rotate(180deg);
	}
	75%{
		transform: rotate(270deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

@keyframes rotating2{
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(90deg);
	}
	50%{
		transform: rotate(180deg);
	}
	75%{
		transform: rotate(270deg);
	}
	100%{
		transform: rotate(360deg);
	}
}



/*============================ MEDIA QUERIES ============================*/
@media (max-width: 1440px) {

.content h2 {
    font-size: 40px;
}
.content h2 img {
    width: 40px;
}
.content h3 {
    font-size: 25px;
}
.content p {
    font-size: 20px;
}
.main-content h2 {
  font-size: 70px;
  margin: 10px 0;
}
.main-content h3 {
  font-size: 30px;
}
.main-content p {
  font-size: 20px;
  padding: 0 15%;
}
footer p {
    padding: 20px 0;
    line-height: 25px;
    font-size: 16px;
}

}

@media (max-width: 1170px) {

.content ul {
    padding: 0 10%;
}
.content h2 {
    font-size: 35px;
}
.content h3 {
    font-size: 22px;
}
.content p {
    font-size: 18px;
}
.main-content h2 {
  font-size: 60px;
}
.main-content h3 {
  font-size: 30px;
}
.main-content p {
  font-size: 18px;
  padding: 0 10%;
  margin: 20px 0;
}
footer p {
    padding: 20px 0;
    line-height: 20px;
    font-size: 14px;
}

}

/* Tablets (portrait) | <800px */
@media (max-width: 768px) {

.content ul {
    padding: 0 5%;
}
.content h2 {
    font-size: 30px;
}
.content h3 {
    font-size: 20px;
}
.content p {
    font-size: 16px;
}
.main-content h2 {
  font-size: 50px;
}
.main-content h3 {
  font-size: 25px;
}
.main-content p {
  font-size: 16px;
  padding: 0 5%;
  margin: 18px 0;
}
footer p {
    padding: 20px 0;
    line-height: 20px;
    font-size: 14px;
}


}

/* Landscape phones and down */
@media (max-width: 480px) {

.content ul {
    padding: 0 5%;
}
.content h2 {
    font-size: 25px;
}
.content h3 {
    font-size: 12px;
}
.content p {
    font-size: 14px;
}
.content h2 img {
    width: 25px;
}
.main-content h2 {
  font-size: 40px;
}
.main-content h3 {
  font-size: 20px;
}
.main-content p {
  font-size: 14px;
  padding: 0 5%;
  margin: 15px 0;
}
footer p {
    padding: 15px 0;
    font-size: 12px;
}

}

@media (max-width: 425px) {
	.gen-output {
		padding: 50px 0;
	}
}