body {
    font-family: "Arial Black";
    line-height: 1.6;

}
.logo_image{
    height: 150px;

    width: 150px;
    left: 30px;
}
.wrap {
    width: 150px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
body{
    background-color: #eee;
    height: 100%;
    margin: 0;
    padding: 0;
}
header {
    background-color: #523030   ;
    color: #000000;
    text-align: center;
    border-bottom: 10px solid #ffb600;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rating {
    color: gold;
    font-size: 24px;
}
.description {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

#map {
    height: 500px;
    margin-bottom: 10px;
}

#about {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 1rem;
    padding-bottom: 2rem;
}

h1, h2 {
    color: #ffb600;
}

ul {
    padding-left: 1.5rem;
}

footer {
    background-color: #523030;
    text-align: center;
    border-top: 10px solid #ffb600;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer a {
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.suggest-spot-btn {
    background-color: #ffb600; /* Skateboard color */
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px; /* Round the edges like a skateboard deck */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
    transition: transform 0.2s;
}

.suggest-spot-btn:hover {
    transform: scale(1.05);
}

.suggest-spot-btn:active {
    background-color: #d29300; /* Even darker green when pressed */
    box-shadow: 0 5px #666;
    transform: translateY(4px); /* Button press effect */
}
form {
    display: flex;
    flex-direction: column;
}

label, input, textarea {
    margin-bottom: 10px;
    border-radius: 3px;
}

.titlex{
    margin: 0px;
}

.bottominfo{
    margin-bottom: 5px;
}
.spacer{
    margin: 10px;
}
html {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* You can remove this rule from the footer if it's already in your CSS */
footer {
    flex-shrink: 0;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 5px;
}

.subButton{
    font-family: "Arial Black";
    font-weight: bold;
    background: #ffb600;
    border-radius: 5px;
}

.suggestTitle{
    max-width: fit-content;
    margin-inline: auto;

}

.skateImage{
    height: 150px;
}