/* HEADER SECTION */
body {
    margin: 0;
}

header {
    background-color: lightgray;
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.8rem;
}

.gis-link {
    display: inline-block;
}

.gis-logo {
    width: 150px;
    position: relative;
    top: 18px;
}

.item-div {
    justify-content: space-between;
}

.item-div a {
    margin: 0 30px;
    position: relative;
    top: 50%;
}

.user-div {
    display: block;
    display: inline-block;
}

.user-icon {
    width: 70px;
    display: block;
    margin: 25px auto 0;
    color: darkblue;
}

.user-link {
    display: block;
    font-size: 1.5rem;
    margin: 10px 20px 20px;
}

/* LOGIN SECTION */

form {
    border: 2px double black;
    padding: 20px;
}

input {
    margin: 5px 0 5px;
    font-size: 31px;
    font-style: italic;
}

h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

label {
    font-family: sans-serif;
    font-size: 20px;
}

.login-div {
    display: flex;
    justify-content: space-between;
    padding: 3% 20% 0%;
}

.form-btn {
    width: 100%;
    font-weight: bold;
    font-style: normal;
}

/* CLICKABLE MAP AND DESCRIPTION */

p {
    font-size: 1.5rem;
    text-align: left;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}

.map {
    text-align: center;
}

.grey-span {
    color: gray;
    font-weight: bold;
}

/* REGION DESCRIPTION */

.region-img {
    width: 100%;
}


/* SECTIONS WITH FLOATING IMAGES */

.float-img {
    float: left;
    margin-right: 10px;
}

hr {
    margin-top: 30px;
}

.blue-span {
    color: blue;
    font-weight: bold;
}
/* FOOTER SECTION */

footer {
    padding: 50px;
    text-align: center;
}