* {box-sizing: border-box;padding: 0;margin: 0;}body {font-family: 'Inter', sans-serif;}.main-container {display: flex;flex-direction: column;width: 100%;min-height: 100vh;gap: 1.5em;background-color: #FAFAFA;max-width: screen;overflow-x: hidden;}.navbar {width: 100%;display: flex;flex-direction: row;top: 0;position: sticky;justify-content: space-between;align-items: center;border-bottom: solid 1px #e6e6e6;padding: 0.3em;z-index: 10;background-color: white;}.logo-icon {height: 3em;width: auto;}.top-container {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;gap: 1.5em;}.date-container {display: flex;flex-direction: row;justify-content: flex-start;gap: 0.8em;overflow-x: auto;width: 100%;padding: 0 1em;}.date-link {display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: white;color: #4492C6;padding: 1.3em 0.7em;border-radius: 20%;font-weight: bold;font-size: 1em;border: solid 1.5px #edf4f2;box-shadow: rgba(99, 99, 99, 0.096) 0px 2px 8px 0px;}.date-link:hover {cursor: pointer;background-color: #3294d1;color: white;transition: ease-in-out 0.2s;}.weekday {font-size: 0.9em;}.selected-date {color: white;background-color: #4492C6;}.title {font-weight: 600;padding: 0;}.building-container {display: flex;flex-direction: column;align-items: center;gap: 1em;padding: 0.5em;}.building {display: flex;flex-direction: column;background-repeat: no-repeat;background-size: cover;justify-content: flex-end;width: 90%;height: 200px;border-top-left-radius: 2%;border-top-right-radius: 2%;}.building-info-container {display: flex;flex-direction: column;padding: 0.5em;background-color: #47464693;gap: 0.2em;}.building-description {font-size: x-large;color: white;margin-bottom: 0.2em;text-shadow: 1px 1px 3px rgba(61, 60, 60, 0.56);}.building-address {font-size: large;color: white;text-shadow: 1px 1px 3px rgba(61, 60, 60, 0.699);}.building-address:hover {cursor: pointer;}a:link {text-decoration: none;}.download-link {display: flex;flex-direction: row;gap: 0.5em;align-self: flex-end;align-items: center;justify-content: center;background-color: #4492C6;border-radius: 5%;font-weight: bold;padding: 0.3em 1em;}.download-link:link {text-decoration: none;color: white;}.download-link:visited {text-decoration: none;color: white;}.open-eye {height: 1.3em;width: auto;}.not-available {display: flex;flex-direction: row;gap: 0.5em;align-self: flex-end;align-items: center;justify-content: center;color: white;background-color: rgb(82, 82, 82);border-radius: 5%;font-weight: bold;padding: 0.3em 1em;}.close-eye{height: 1.3em;width: auto;}footer {display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 1em 1em;color: white;font-family: 'Ubuntu', sans-serif;font-weight: 400;font-size: 1rem;background-color: #4492C6;}.unnoba-logo {height: 3em;width: auto;}.footer-right {display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;gap: 1em;font-size: 0.9em;width: 50%;text-align: right;}.location {height: 0.80em;width: auto;}.google-maps-icon{height: 1em;width: auto;}@media screen and (min-width: 800px) {.title {font-size: 3.2em;align-items: center;}.date-container {justify-content: center;gap: 5em }.date-link {font-size: 1.5em;}.weekday {font-size: 1em;}.building-container {flex-direction: row;}.building {height: 500px;}.logo-icon {height: 3.5em;width: auto;}.unnoba-logo {height: 4em;width: auto;}.download-link {font-size: 1.2em;}.not-available {font-size: 1.2em;}.building-address:hover {font-weight: bolder;}}
