body {
    font-family: monospace;
    font-size: 16px;
    height: 1000px;
}

h1 {
    border: black solid;
}

h3 {
    font-size: 28px;
}

textarea {
    border: black solid 10px;
    font-size: 12px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#originInput {
    border: black;
    background-color: gainsboro;
    padding: 5px;
    margin: 10px;
    width: -webkit-fill-available;
}

#destinationInput {
    border: black;
    background-color: gainsboro;
    padding: 5px;
    margin: 10px;
    width: -webkit-fill-available;
}

#button,
#button2 {
    background-color: skyblue;
    border-radius: 15px;
    width: 80px;
}

#display-forecast {
    display: flex;
    justify-content: space-between;
}

#display-forecast div {
    background-color: lightgray;
    margin: 10px;
    color: black;
    border-radius: 20px;
    border: black
}


.title {
    background-image: url("./Images/world.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 36px;
    color: black;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 30%; */
    padding: 10px;
    margin: 10px;
}

#tagLine {
    text-align: center;
    color: black;
}

.searchBar {
    color: black;
    text-align: right;
    margin: 0;
    width: 357px;
    margin: 4px auto;
    text-align: center;
    display: inline-block;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent {
    color: black;
    text-align: center;
}

.results {
    color: black;
    text-align: center;
}

.auto-rows-auto {
    grid-auto-rows: auto;
}

.col-span-8 {
    text-align: left
}

.grid {
    border-color: rgb(255 255 255);
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#backgroundimage {
    height: 100% !important;
    width: 75%;
    object-fit: cover;
    align-items: center;
    background-position: center;
}

#eventsLbl {
    /*text-align: left; */
    font-family: Broadway;
    font-size: xx-large;
    border-style: none !important;
    background-color: #00bae0;
}

#eventSearchLbl,
#no-events {
    /*text-align: left; */
    border-style: none !important;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
}

#eventsKeywordInput {
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#eventsSection {
    text-align: left;
    border-block-style: none !important;
}

input[type=text],
select {
    width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #00bae0;
    border-radius: 4px;
    box-sizing: border-box;
}