body,.site-footer{
    background-color: #1E202B;
}
.brand-caption{
    font-size: 13px;
}
.navbar{
    background-color: #1E202B;
}
.nav-item a:hover{
    border-radius: 9999px;
    border: 2px rgba(0, 154, 216,1) solid !important;
    color: rgba(0, 154, 216,1) !important;
    z-index: 999;
}
.navbar .navbar-collapse .nav-link.activess{
    border-radius: 9999px;
    border: 2px rgba(0, 154, 216,1) solid !important;
    color: rgba(0, 154, 216,1) !important;
}
.nav-link{
    color: rgba(255,255,255,1);
    border: 2px #1E202B solid;
    transition: all 0.5s !important;
}
.navbar-toggler{
    border: 0px;
}
.navbar-toggler:focus{
    box-shadow: none !important;
    border-radius: 9999px !important;
}
.navbar-toggler:hover{
    border: 3px solid #009ad8;
    color: rgba(0, 154, 216,1);
}
.site-image{
    background-image: url('../claus-grunstaudl-pF2oJzuj40o-unsplash.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
}
.row{
    top: -150px;
}
.findBtn,.subBtn{
    background-color: #009AD8;
    border: 2px #009AD8 solid;
}
input{
    width: 91%;
    border: none;
    outline: none;
}
.card{
    color: white;
    border-width: 0px;
}

#card-1-header{
    background-color: #2D303D;
    padding-top: 5px;
    padding-bottom: 5px;
}
#card-1-body{
    background-color: #323544;
}
#nextDayName{
    background-color: #222530;
    padding-top: 9px;
    padding-bottom: 9px;
}
#card-2-body{
    background-color: #262936;

}
#nextNextDayName{
    background-color: #2D303D;
    padding-top: 9px;
    padding-bottom: 9px;
}
#card-3-body{
    background-color: #323544;

}
.card-body{
    height: 70vh;
}
#card-1-body h1{
    font-size: 70px;
}
.site-footer{
    background-color: #262936
}
.icon-circle{
    width: 40px;
    height: 40px;
    background-color: #212529;
    color: #009AD8;
    transition: 0.4s;
}
.icon-circle:hover{
    background-color: #009ad8;
    color: #ffffff;
}
