* {
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: "Patua One", cursive;
  background-color: #F1F1F1;
}

div.embed-responsive {
  min-width: 100vw;
  min-height: 80vh;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 33%;
  padding: 0 10px;
}

.content_card {
  position: relative;
  font-size: 2.5rem;
  bottom: 20px;
}

#active,
#death,
#recovered,
#tests,
#testsPerOneMillion,
#cases {
  color: #00ffff;
}

.last {
  margin-bottom: 5px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {
  margin: 40px 50px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

img.logo {
  height: 40px;
}

.nav-text {
  margin-left: 10px;
  font-size: 1.5rem;
  color: #000000;
}

.navbar {
  justify-content: start !important;
  margin-bottom: 40px;
}

.custom-control-label {
  color: #00ffff;
}
/* Style the counter cards */
.card {
  padding: 16px;
  text-align: center;
  background-color: rgb(81, 103, 136);
  color: rgb(0, 0, 0);
  height: 200px;
}

.card p {
  font-size: x-large;
}

.card span.icon {
  position: relative;
  top: -50px;
  font-size: 50px;
}

#content-wrap {
  padding-bottom: 2.5rem; /* Footer height */
}


footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 5.5rem; /* Footer height */
  background-color: #f1f1f1;
  text-align: center;
  padding: 30px;
}

.custom-switch
{
  margin-left: 1400px;
  margin-top: -80px;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
  .custom-switch
  {
    margin-left: 120px;
    margin-top: -30px;
  }
  .row {
    margin: 0px 10px;
  }
}

@media screen and (max-width: 440px) {
  div.embed-responsive {
    display: none;
  }
}
