.main-bg {
    height: 100vh;
    position: fixed;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.winter-bg {
    background-image: url("../img/placeholder/hd/winter.jpg")
}

.spring-bg {
    background-image: url("../img/placeholder/hd/spring.jpg")
}

.fall-bg {
    background-image: url("../img/placeholder/hd/fall.jpg")
}

.summer-bg {
    background-image: url("../img/placeholder/hd/summer.jpg")
}

.main-content {
    background-color: transparent !important;
    padding-left: 15px !important;
}

body {
    font-family: "Nunito Sans", sans-serif !important;
}

.bordered-img {
    border: 2px solid #fff;
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2);
}

.current-day {
    background-color: transparent;
    padding: 15px;
    border-radius: 12px;
}

.footer-mobile {
    position: sticky;
    bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.small-h1 {
    font-size: 1.5rem;
}

.vh-100 {
    heigth: 100vh;
}

.fs-10 {
    font-size: 10px;
}

div.number>h2 {
    font-size: 1rem;
}

input.pointer {
    cursor: pointer;
}

input[type="text"]:focus, input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.4);
}
