/* MAIN BODY STYLING */
html{
    background-color: #f6f6f6 !important;
}
p{
    font-family: 'Roboto', sans-serif;
}
h5{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
h3{
    font-family: 'Fredoka One', cursive;
    font-size: 25px;
}
/* THINGS THAT DONT CHANGE */
.main-title{
    padding-top: 50px;
    background-color: #f6f6f6;
    text-align: center;
}


/* Is is the Main Hero Text */
.hero-title{
    font-size: 100px;
    font-family: 'Fredoka One', cursive;
    color: #f6f6f6 !important;
    -webkit-text-stroke-width: 2px ;
    -webkit-text-stroke-color:#264041 ;
}

/* HERO BLOCK */
.hero-img{
    background-image: url("../images/zion.jpeg");
    width: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
}
#startFindLocalPark{
    font-family: 'Fredoka One', cursive;
    font-size: 40px; 
    padding: 40px;
    border-radius: 20px;
}
.button{
    background-color: #4a4a4a;
    color: #f6f6f6;
}
.button:hover{
 background-color:#264041;
 color: #f6f6f6;
}

.columns{
    margin: 20px;
}

/* BODY CONTENT AFTER CLICK */
#park-name{
    font-family: 'Fredoka One', cursive;
    text-align: center;
    font-size: 50px;
    color: #264041;
}


.show{
    display: none;
}

.pointer{
    list-style-type: none;
    text-align: center;
}

h2{
font-family: 'Fredoka One', cursive; 
text-align: center;   
}

.pointer li:hover{
cursor: pointer;
background-color: #e9e9e9;
color: #264041;
padding: 10px;
font-size: 25px;
}

/* RANDOM PARK GENERATOR */
.random-park-img{
    background-image: url("../images/forest-5319107-01.png");
    background-size: cover;
    background-color: #264041;
    width: 100%;
    height: auto;
    text-align: right;
}
p.random-park-title{
    font-family: 'Fredoka One', cursive;
    color: #f6f6f6 !important;
}

footer{
    background-color: #4a4a4a !important;
    padding: 1rem !important;
}

@media(max-width: 768px) {
 .hero-title{
    font-size: 50px;
    -webkit-text-stroke-width: .75px ;
}
#startFindLocalPark{
    font-family: 'Fredoka One', cursive;
    font-size: 20px; 
    padding: 20px;
    
}
}

