/* (c) 2022 USSURFS, LLC. */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&family=Poppins:wght@700&display=swap');

body {
    background-color: #c6dba3;
    color: #4a382c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

a {
    color: #7a3a07;
    font-family: 'Poppins', sans-serif; 
    font-family: 700;
}

a:hover { color: #4a382c; }

h1, h2, h3, h4, span {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 20px;
    line-height: 28px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.town {
    background-image: url('../../assets/img/bg.webp');
    background-color: #c6dba3;
    background-position: bottom center;
    background-size: 50%;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 80vh;
}

.ground { 
    background-color: #f6dcbb;
    display: block;
    width: 100%;
    height: 20vh;
}

.ground a {
    text-decoration: none;
    border-bottom: 2px solid #7a3a07;
}

.ground a:hover { border-bottom: 2px solid #4a382c; }