html, body {
   font-family: Bahnschrift, "Segoe UI", Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   /*background-color: #f6f8fa;/*#e9e8e9, #f6f8fa, #3399CC*, #C00, #C10 */
   background-color: #fffff3;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   display: table;
   position: relative;
   white-space: normal;
   overflow-wrap: break-word;
   font-size: 100%;
   color: #C9C9C9;
   width: 100%;
}	   
}

body{
   min-height: 100%;
}

main {
   max-width: 960px;
   margin: 0 auto;
   min-height: 100%;
   padding: 0 12px; 
}

#statementdiv {
   background-color: #000000;
   max-width: 640px;
   margin: 0 auto;
   
}

a {
   text-decoration: none;
}

a:link {
   color: #C9C9C9;   
}

a:visited {
   color: #C9C9C9;
}

a:hover {
   color: #FFFFFF;
   background-color: #000000;
}

a:active {
   color: #FFFFFF;
   background-color: #000000;
}	

footer {
   display: inline-block;
   width: 100%;
   bottom: 0;
   background-color: #3C3C3C;
   color: #C9C9C9;
   clear: both;
   margin: 0;
   padding: 0;
   text-align: center;
}

footer a {
   color: #C9C9C9;
   background-color: #3C3C3C;
   margin: 0 3px;
   display: inline-block;
   font-size: 12px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   line-height: 1.5;
   font-weight: 400;   
}

footer p {
   color: #C9C9C9;
   background-color: #3C3C3C;   
   padding: 0;
   text-align: center;
   max-width: 100%;
   font-size: 12px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   line-height: 1.5;
   font-weight: 400;   
}

footer a:hover {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #3C3C3C;
}

a.btn:hover {
   background-color: #1d9bf0;	
}


@keyframes indexfontlarge {
 from { 
   color : #000000;
   text-shadow: -3px -3px 18px #F3F3F3;
   
 }

 to {
   color : #F3F3F3;
   text-shadow: 0;
 
 }

}

#indexfontlarge {
   font-size: 240px;
   font-size: clamp(3.75rem, 2.7273rem + 5.1136vw, 15rem);
   animation-name: indexfontlarge;
   animation-duration: 9s;
   color: #F3F3F3;
   text-align: center;
   font-family: ;/*"Trebuchet MS", "Yu Gothic", "Microsoft Yi Baiti", "Consolas", "Arial Black"*/
   }	

h1, h2, h3 {
   max-width: 640px;
   margin: 1em auto;
}

#strikethrough {
   text-decoration: line-through;
   text-decoration-color: #ff0000;
   text-decoration-thickness: 3px;   
}	

h1 {
   text-align: center;
   color: #000000;   
   font-size: 36px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: 400;   
   
}

h2 {
   color: #303030;
   font-size: 24px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: 500;   
}


h3 {
   color: #606060;
   font-size: 16px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   line-height: 1;
   font-weight: 500;
   margin: 0 auto;
}

p, .pricingp {
   color: #606060;
   clear: both;
   max-width: 640px;
   margin: 0 auto;
   margin-bottom: 16px;
   font-size: 16px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   line-height: 1.5;
   font-weight: 100; 
}

li {
   color: #606060
}

.btn {
    position: relative;
    height: 21px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #1d9bf0;
    color: #fff !important;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
	font-family: Consolas;
}


#twimg {
   width: 15px;
   height: 15px;
   vertical-align: middle;
   margin: 3px 6px;
}

.buybutton {
   border-radius: 15px;
   background: #9aee094d;
   background: -webkit-linear-gradient(to bottom, #9aee094d 0%, #77B900 90%);
   background: -moz-linear-gradient(to bottom, #9aee094d 0%, #77B900 90%);
   background: linear-gradient(to bottom, #9aee094d 0%, #77B900 90%);
   color: #303030;   
   display: inline-block;
   padding: 9px 1em;
   box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
   -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
   -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
   margin-bottom: 15px;
   transform: scale(1);   
   transition-duration: 0.21s;
   font-size: 16px;
   font-family: Bahnschrift;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   line-height: 1.5;
   font-weight: 500;
}	

.buybutton a:hover {
   color: #303030;
   text-decoration: none;
}	

.buybutton:hover {
   transform: scale(1.11);
   transition-duration: 0.21s;
}	

.buybutton:active {
   color: #303030;
   text-decoration: none;
}	
img {
   vertical-align: middle;
   width: 90px;
   height: 90px;
   margin: 9px;
   opacity: 1;
   transition: opacity 300ms;   
}

img:hover {
   opacity: 0.81;
}

.indeximg {
   max-width: 640px;
   height: auto;
   width: 100%;
   margin: 12px auto;
   margin-top: 0;
   display: block;
   filter: drop-shadow(9px 9px 12px #00376e);
   -webkit-filter: drop-shadow(9px 9px 12px #00376e);
   padding-bottom: 15px;   
}

#logo {
   vertical-align: middle;
   margin: 0 auto;
   display: block;
   width: 320px;
   height: 120px;
   max-width: 960px;
   max-height: 300px;
   padding: 1em 0;
}

#logo:hover {
 opacity: 1;
}

#logo:active {
 opacity: 1;
transform: scale(0.90);
}	

#logonoclick {
   vertical-align: middle;
   margin: 0 auto;
   display: block;
   width: 320px;
   height: 120px;
   max-width: 960px;
   max-height: 300px;
   padding: 1em 0;
}

#logonoclick:hover {
 opacity: 1;
}

#logonoclick:active{
transform: scale(1);
}

ul {
   max-width: 640px;
   margin: 0 auto;   
}	


@media only screen and (min-width: 2400px) {
ul {
   max-width: 960px;  
   font-size: 78px;   
} 

 p{
   font-size: 32px;
   max-width: 960px;

   }
   
.buybutton {
   font-size: 32px;	
}	

   h2 {
   font-size: 48px;
   max-width: 960px;
   }
   
   h3 {
   font-size: 32px;
   max-width: 960px;
   }   

   h1 {
   font-size: 72px;
   max-width: 960px;
   }

   footer a,
   footer p {
   font-size: 24px;
   }

   footer a {
   margin: 0 9px;
   margin-bottom: 3px;
   }

   nav {
      font-size: 60px;
   }

   #logo {
      height: 222px;
	  width: 570px;
	  max-width: 999px;
	  max-height: 999px;
   }
   
   #logonoclick {
      height: 222px;
	  width: 570px;
	  max-width: 999px;
	  max-height: 999px;
   }
   
li {
   font-size: 32px;
}
  
}

@media only screen and (min-width: 640px) and (max-width: 799px) {
   h1, h2, h3, p {
      margin: 1em auto;
      max-width: 640px;
   }

.package {
   width: 90%;	
}	
   
   #logo {
      width: 312px;
      height: 120px;
   }   
   
   #logonoclick {
      width: 312px;
      height: 120px;
   }
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
   h1 {
      text-align: center;
   }
   
   h1, h2, h3, p, li {
      margin: 1em auto;
      max-width: 270px;
   }   

   #logo {
      max-width: 162px;
      max-height: 69px;
   }
   
   #logonoclick {
      max-width: 162px;
      max-height: 69px;
   }   
   
   nav {
      margin: 0 auto;
   }

   nav {
      font-size: 12px; 
      padding: 3px;
   }
}