@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
*{
   padding:0;
   margin:0;
}
 header{
        background:black;
        color:white;
        padding:80px 0;
        text-align:center;
	    
}



body{
	font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Press Start 2P', cursive;
	font-size: 40px;
	color: #D12023;
    text-shadow: 2px 2px 3px white, 0 0 5px white, 0 0 10px white;
}
h1{
	
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
p{
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.5;
}
a{
	
}
a:hover{
	
}
ul{
	
}
li{
	
}
ol{
	
}

img{
	
}
hr{
	
}
/* Structure Styles */
section{

}
header{

}
footer{
	border-top: 6px solid #F9D100;
	color: #fff;
	background-color: #1F1F1F;
	padding: 20px 0;
	font-family: Josefin San, sans-serif;
	font-size: 20px;
	text-align:right;
	height: 100px;
}

figure{
	
}

figcaption{
	
}



.navbar {
	border-bottom: 6px solid #F9D100;
	padding: 30px 0;
	background: #1F1F1F;
	text-align: center;
}

.navlist{
    display: inline-block;
    padding-right: 25px;
    font-family: 'Press Start 2P', cursive;
    padding-left: 40px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.navlist a {
	text-decoration: none;
	display: block;
	color:#F9D100;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

.navlist a:hover{
	color:#FFA600;
}
		
.navlist a:active{
	color: #D12023;
	 font-family: 'Press Start 2P', cursive;
}

.logo1 {
    width: 500px;
    margin: 0 auto;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 60px;
    padding-bottom: 60px;
	
}
.logo1 img{
	border-radius: 250px;
	border-right: 12px solid #F9D100;
	border-left: 12px solid #F9D100;
}
.hometext {
	background: url("../img/Day.jpg") no-repeat center center;
	background-size: cover;
	background-color: #282727;
	color: #1F1F1F;
	padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
	
}

.heading1 {
	padding: 60px 0;
	text-align: center;
}

.heading2 {
	padding: 60px 0;
	text-align: center;
}

.homepage{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 30px;
	border-radius: 120px;
	padding: 50px 50px 50px 50px;
	background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
}

.homepage2{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 30px;
	border-radius: 120px;
	padding: 50px 50px 50px 50px;
	background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
}

.pkmevolution{
	display: block;
    margin-top: 100px;
	margin-bottom: 10px;
	margin-left: 340px;
    width: 60%;
	border-radius: 120px;
	padding: 20px 20px 20px 20px;
	
}

.footer {
    border-top: 6px solid #F9D100;
    background: #1F1F1F;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	text-align: center;
}

.logo2{
    border-radius: 50px;
    border-right: 6px solid #F9D100;
	border-left: 6px solid #F9D100;
}

.button{
	 font-family: 'Press Start 2P';
	 word-spacing: -2px;
     padding: 25px;   
     cursor: pointer;
     text-align: center; 
	 border-color: #C50206;
     background-color: #D12023;
     border-radius: 50px;
     box-shadow: 0 15px #FFFFFF;
	 transition: all 0.2s;
	 margin: 5px;
	
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}
.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button:hover{
	background-color: #A7191C;
}

.button:active{
  background-color: #A7191C;
  box-shadow: 0 5px #FFFFFF;
  transform: translateY(4px);
}

.button a{
	 font-size: 10px;
	 display: inline-block;
	 text-decoration: none;
	 color: #FFFFFF;
}

.abouttext{
	background: url("../img/Evening.jpg") no-repeat center center;
	background-size: cover;
	background-color: #282727;
	color: #1F1F1F;
	padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.aboutpage{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 30px;
	border-radius: 120px;
	padding: 50px 50px 50px 50px;
	background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
}

.aboutpage2{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 30px;
	border-radius: 120px;
	padding: 50px 50px 50px 50px;
	background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
}

div.gallery {
	display: inline-block;
	margin: 25px 10px;
	padding: 50px 132px 50px 50px;
	border-radius: 120px;
    background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
    width: 20.2%;
}

div.gallery:hover {
	border: 2px solid #FFE14D;
	display: inline-block;
	margin: 25px 10px;
	padding: 50px 132px 50px 50px;
    background-color: #FFE14D;
	border-radius: 120px;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
    width: 20.2%;
}

div.gallery img {
    width: 120%;
}

div.desc {
	margin: 0 auto;
	font-size: 25px;
	line-height: 1.5;
    text-align: center;
	padding: 50px 0px 5px 85px;
}




.activitytext{
	background: url("../img/Night.jpg") no-repeat center center;
	background-size: cover;
	background-color: #282727;
	color: #1F1F1F;
	padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.activitypage{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 30px;
	border-radius: 120px;
	padding: 30px 50px 20px 50px;
	background-color: #FFE14D;
	border-right: 15px solid #F9D100;
	border-left: 15px solid #F9D100;
}

.backtotop{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
