.navbar-custom {
    background-color: #002B36;;
    min-height: 80px;
    min-width: 100%;
}

/* change the link color */
.navbar-custom ul a{
    margin-right: 20px;
    color: #fcf8e3;
    font-size: 3.3rem;
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
    font-weight: bold;
}

.navbar-custom ul .active a{
  color: #ccb67d;
}

.navbar-custom ul a:hover{
  background-color: #4c6e79;
}

.drop{
  display: block;
}

.navbar-custom .navbar-brand{
    color: #b37202;
    font-size: 4.3rem;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
/*     font-family: 'Gurajada', serif; */

    font-family: 'Changa', sans-serif;
}

body{
  font-family: 'Gurajada', serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #efeeed;
  margin: 0;
  padding: 0;
}

.container{
 width: fit-content;
 display:grid;

}

.card{
  display: flex;
  margin: 20px;
}

.card div{
  display: -webkit-inline-box;
  margin: 10px;
  text-align: center;
}

#currentWeatherInfo{
 display:flex;
}

#nextHours{
 display:inline-flex;
}

#nextDays{
  display:inline-flex;
}

.addBorder{
  border: solid;
}
/*# sourceMappingURL=styles.css.map */
