/*!
 * Pokemon Spoofer v2 Landing Page
 * Custom Stylesheet for this Landing Page
 * Landing Page (https://cpacodex.com)
 * Copyright 2014-2022 CPACodex Web Services
 * Licensed under MIT 
 */

 /* Global Changes */

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.startGenerator, .downloadBtn {
	cursor: pointer;
	color: #FFF !important;
}

.modal-content {
	background: #07234D;
}

@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

body {
	color: #FFF;
	background-color: #020E48;
  	overflow-x: hidden;
}

.card {
	color: #212529;
}

.bg-dark {
	background: #07234D!important;
}

.header {
	background: url( '../img/newbg2.png' ) bottom;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.header-footer {
	-webkit-box-shadow: inset 0px 15px 15px -8px #0F3B68; 
	box-shadow: inset 0px 15px 15px -8px #0F3B68;
	color: #000;
	background: url( '../img/header-footer2.png' ) repeat-x;
	padding-top: 20px;
}

.header-logo {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 300px;
}

.btn-new {
	color: #0061af;
	border-radius: 100px;
	background: #FFF;
	border: 2px solid #0061af;
}

.new-button {
	padding-top: 25px;
	padding-bottom: 25px;
}

.video-section {
	text-align: center;
	color: #000;
	background: url( '../img/video-section.png' ) no-repeat;
	padding-top: 60px;
	padding-bottom: 30px;
}

.content-section {
	text-align: center;
	color: #fff;
	background: url( '../img/text-section.png' ) no-repeat;
	padding-top: 60px;
	padding-bottom: 30px;
	background-size: cover;
}

.beforefooter-section {
	text-align: center;
	color: #fff;
	background: url( '../img/before-footer.png' ) no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}

.afterfooter-section {
	text-align: center;
	color: #fff;
	background: url( '../img/bluredimg.jpeg.jpg' ) no-repeat;
	background-size: cover;
	padding-top: 30px;
	
	padding-bottom: 30px;
}

.footer {
	text-align: center;
	font-size: 15px;
	background: #FFF;
	color: #000;
	padding: 25px;
}

.app-name {
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.app-para {
	line-height: 2px;
    color: #ccc;	
    padding-bottom: 7px;
}

.app-name3 {
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.app-para3 {
	font-size: 16px;
	margin-top: -10px;
    color: #ccc;	
    padding-bottom: 7px;
}

.app-name2 {
	color: #169dff;
	font-weight: bold;
	font-size: 20px;
}

.generator-modal {
	color: #45a8ff;
	font-size: 60px;
}

.app-para2 {	
}

.blink {
  animation: blinker 1s linear infinite;
}

.hidden-1 {
	font-size: 16px;
	color: #2dfd2d;
	display:none;
}

.hidden-2 {
	font-size: 16px;
	color: #2dfd2d;
	display:none;
}

.hidden-3 {
	font-size: 16px;
	color: #2dfd2d;
	display:none;
}

.social-icons-nav i {
	padding: 3px;
}

.social-icons-nav {
	color: #FFF;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
