html,
body {
  background-color: white;
  height: 100%;
  margin: 0;
}

.jumbotron {
  background: rgb(193, 222, 231);
}

h1 {
  font-family: "Lobster", cursive;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 38px;
  margin-left: 50px;
  margin-right: 50px;
}

.container {
  height: 100%;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.head {
  margin-left: 40px;
  margin-right: 40px;
}

.hidden {
  display: none;
}

.m {
  margin-right: 20px;
}

.btn {
  margin-top: 5px;
}

#wicon {
  background-color: #a1a1a1;
  border-radius: 15px;
}

header {
  margin: 0 0 0 200px;
}

.cityDiv {
  background-color: cadetblue;
  height: 500px;
  width: 250px;
  position: relative;
  margin: 0 0 0 200px;
  border: 1px solid black;
  border-radius: 5%;
}

h3 {
  margin-top: 40px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#searchCity {
  margin-right: 30px;
}

h2 {
  text-align: center;
}

.space {
  margin-top: 5px;
}

.cityPush {
  width: 130px;
  margin: 10px;
}

.col-md {
  background: rgb(193, 222, 231);
  padding-top: 15px;
  margin-left: 3px;
  margin-top: 10px;
  padding-bottom: 5px;
}
