@import url(root.css);
@import url(fonts.css);
@import url(components.min.css);
@import url(no-strap.css);
@import url(helpers.css);
/* Reset Default */
*,
*::before {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
}

body {
  background: url(../images/body-bg.jpg) no-repeat center top #f6a34b;
  font-family: "Philosopher";
  color: rgba(255 255 255 / 100%);
  overflow-x: hidden;
}

a,
a.nav-link {
  text-decoration: none;
  color: rgba(255 255 255 / 100%);
}

a:hover,
a.nav-link:hover {
  color: rgb(194, 194, 194);
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

/* 
===================================================
  Navbar
===================================================
*/

.navbar {
  background-color: #22222993;
  border-bottom: 1px solid #ffffff28;
}

.teste {
  height: 200vh;
}

/*
===================================================
  Countdowns
===================================================
*/

.countdowns {
    left: 795px;
    top: 40px!important;
    color: #fff!Important;
}

.countdowns .countdown {
  background: #323239!important;
  border-radius: 0!important;
}

.countdowns .countdown .timer > div {
  background: #1f212a!important;
  border-radius: 0!important;
  flex: 1;
  min-width: 70px;
}
