@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&family=Poppins:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&family=Oswald:wght@500&display=swap');

body {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color:#2073a8;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

header {
  z-index: 1046 !important;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
}

.days, .hours, .minutes, .seconds, .tt {
  font-size: 22pt;
  line-height: 1;
}

.timer .small {
  font-size: .7em;
  position: relative;
  margin-top:-1px
}

.btn-theme {
  color: #fff;
  background-color: #6bb0eb;
}
.btn-theme:hover {
  color: #fff;
  background-color: #4288c6;
}
.btn-theme:focus {
  color: #fff;
  background-color: #4288c6;
}

.bg-theme {
  background-color: #6bb0eb;
}

.border-theme {
  border-color: #6bb0eb !important;
}

.bg-nav {
  background-color: #2073a8;
}

.nav-link {
  padding: .5rem 1.4rem;
  color: #fff !important;
}

.nav-link.active {
  background-color: rgba(163, 0, 176, .4);
}

.box-home {
  width: 100%;
  max-width: 600px;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>:disabled~label::after {
  background-color: transparent;
}

.avatar {
  background-color: #fff;
  padding:0.2rem;
  margin:0.25rem 0;
  border-radius: 50%
}
.avatar:hover {
  background-color:#fdeef5
}
.avatar-inner {
  height: 31.61px;
  width:31.61px;
  border-radius: 50%;
  background-color:#fff;
  overflow: hidden;
}
.avatar-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}