html {
  background: -webkit-linear-gradient(90deg, #B993D6, #8CA6DB);
  height: 100vh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Asap", sans-serif;
}

p,
span {
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
}

.content {
  background-image: url("https://static.pexels.com/photos/35884/amazing-beautiful-beauty-blue.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 375px;
  height: 667px;
  margin: 15px auto;
  box-shadow: 0 0 150px black;
}

.bg-color {
  background-color: rgba(155, 89, 182, 0.4);
  width: 100%;
  height: 100%;
}

nav.top-menu {
  background: none;
  width: 100%;
  height: 100%;
  display: none;
}

nav.top-menu h3 {
  background: rgba(142, 68, 173, 0.1);
  width: 95%;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.5;
  padding: 2% 0 2% 5%;
  border: none;
  position: relative;
  z-index: 0;
}

ul.cities {
  width: 100%;
  height: 100%;
  margin: 0;
}

ul.cities li.city {
  height: 100px;
  margin: 0;
  box-shadow: inset 0 0 175px rgba(142, 68, 173, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.cities li.city div.city-name,
ul.cities li.city div.degree {
  width: 45%;
  height: 100%;
  padding-left: 5%;
  text-align: center;
  float: left;
}

ul.cities li.city div.city-name p {
  font-size: 1.5em;
  text-align: left;
  line-height: 3;
}

ul.cities li.city div.city-name span {
  font-size: 0.8em;
  text-align: left;
  margin-top: -12px;
}

ul.cities li.city div.degree p,
ul.cities li.city div.degree span {
  font-size: 2em;
  line-height: 3;
  fill: #fff;
  padding-left: 5%;
  display: inline;
}

#open-find,
#close-find {
  margin: 15px;
  margin-left: 330px;
  fill: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

#close-find {
  display: none;
}

div.information {
  width: 100%;
  height: 80%;
  top: 100px;
  overflow: hidden;
  position: relative;
}

h1 {
  font-size: 4em;
  text-align: center;
  color: #fff;
}

h2 {
  font-size: 2.5em;
  text-align: center;
  color: #fff;
  margin-top: 12%;
}

span.today {
  margin-top: 20px;
}

div.days {
  width: 375px;
  height: 125px;
  margin-top: 20%;
  overflow: hidden;
  /* 	position: absolute; */
}

.sunday,
.mondey,
.tuesday,
.wednesday,
.thursday,
.friday,
.saturday {
  /* 	background: rgba(0, 0, 0, .2); */
  width: calc(100% / 4);
  height: 120px;
  padding: 2% 0;
  float: left;
}

p,
span {
  text-align: center;
  color: #fff;
  display: block;
}

div.days p {
  margin-bottom: 5%;
}

span.day {
  font-size: 0.8em;
  margin-top: 5%;
}

i.svg-ico {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  padding: 2%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 3;
  fill: #fff;
}

ul.navigation {
  width: 30%;
  margin: 0 35%;
}

ul.navigation li {
  width: 20%;
  text-align: center;
  float: left;
  color: #fff;
}

.credit-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-decoration: none;
  bottom: -75px;
  display: block;
  z-index: 99;
  position: relative;
}