/**
 * index.scss
 * - Add any styles you want here!
 */
body {
  font-family: "Montserrat", sans-serif;
  margin-left: 60px;
  margin-right: 60px;
  background-color: #7f8a93;
  color: #ebedee;
  text-shadow: 0.1em 0.1em 0.2em black;
  word-spacing: 0.2em;
  text-align: center;
}

h1 {
  text-align: center;
  text-shadow: 0.2em 0.2em 0.3em black;
}

h4 {
  color: black;
}

.header,
nav ul,
footer {
  display: flex;
}

.header,
footer {
  padding: 0 2.5%;
}

.welcome {
  margin-right: auto;
  font-size: 1em;
  font-weight: 500;
}

nav li {
  margin-right: 1em;
  font-size: 15px;
}

nav ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid black;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  text-shadow: 0.2em 0.2em 0.3em black;
}

a:visited {
  color: grey;
}

a:hover {
  color: black;
}

a:focus {
  color: red;
}

a:active {
  color: #d57354;
  background-color: #e4e8ea;
}

a {
  text-decoration: none;
  display: block;
  padding: 8px;
}

li a:hover {
  background-color: #5f6e78;
}

img {
  width: 1150px;
  border: 1px solid #374047;
  border-radius: 1em;
  float: none;
  align-items: center;
}

footer nav ul {
  justify-content: space-around;
  text-align: center;
}

footer {
  height: 20px;
  text-decoration: none;
  border-top: 1px solid black;
  align-items: center;
  background-color: #7f8a93;
}

h3 {
  text-align: center;
  text-shadow: 0.2em 0.2em 0.3em black;
}

.space {
  line-height: 32px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.calendar {
  height: 200px;
  width: 400px;
  display: block;
  margin-left: auto;
  float: right;
}

.map,
.ticket {
  height: 200px;
  width: 300px;
  display: block;
  margin-right: auto;
  float: right;
}

.clock,
.monthly,
.classroom {
  height: 200px;
  width: 300px;
  display: block;
  margin-right: auto;
  float: left;
}
