
@font-face {
	font-family: 'Jokerman';
	src: url('../fonts/JOKERMAN.TTF'); 
}

*{
  font-family: 'Ubuntu', sans-serif;
}

p {
  text-align: justify;
  color: rgba(0,0,0,.6);
  margin-bottom: .5rem;
}

h3 {
  color: #880015;
}
.container-fluid {
  background-color: #bfbfbf;
}

.col-12 {
	display: inherit;
}

header {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0;
  border-bottom: 3px solid #ff0000;
}
header h1 {
	font-family: 'Jokerman', sans-serif;
	color: #880015;
	font-size : 4vw;
	line-height: 4vw;
	margin-bottom: .5vw;
	display: inline-block;
	vertical-align: middle;
}
.logo { margin:auto; }
.logo img { height: 4vw; display: inline-block; }
.top-ad-col { display: none; }
.top-ad {padding: 12px 0; text-align: right; }

.red-body {
  background-color: #880015;
  width: 100%;
  margin-bottom: 150px;
}

.content-box {
  padding: 15px;
}

.spl {
  margin: 20px 0 -130px;
}
.spl p {
  text-align: center!important;
}

.calendar, .content-box {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  margin-top:20px;
  width: 100%;
}

.ad-col {
  width: 330px;
  display: flex;
  margin-right: 15px;
  text-align: center;
}

form {
  margin: auto;
}

.form-check-label {
  color: rgba(0,0,0,.6);
}

.country-sel {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.submit-btn {
  margin-bottom: 1rem;
  color: #fff;
  background-color: #880015;
  border-color: #ff0000;
  padding:3px 25px;
}

.submit-btn:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #880015;
}

.sub-body {
  background-color: #fff;
  width: 100%;
  padding-bottom: 20px;
}

footer {
  width: 100%;
  background-color:#000000;
  padding-top: 10px;
  margin-top: 5px;
}

footer p { color: #fff; }

table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
table.graph {
  height: 10vw;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.graph tr td {
  vertical-align: bottom;
  padding: 2px 3px;
}
.graph img {
  vertical-align: bottom;
  width: 100%;
}
.graph p, p.cumulative {
  text-align: center;
  font-size: .7vw;
  line-height: 1vw;
  margin-bottom: 0;
}
p.cumulative {
  height: 1vw;
  margin-top: .3vw;
}
.month-sel {
  width: auto;
  margin: auto;
  border: 1px solid #ff0000;
  color:#ff0000;
  font-size: 0.8rem;
}
.calendar-title-left {
  padding:10px;
}
.calendar-title-right {
  float: right;
  padding: 18px;
}

.calendar-nav-left {
  display: inline-block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ff0000;
  margin-right: -5px;
}
.left-arrow, .right-arrow {
  margin: 0 15px 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: baseline;
  color: #ff0000;
}
.left-arrow a, .right-arrow a {
    color: #ff0000;
}
.left-arrow a:hover, .right-arrow a:hover {
    text-decoration: none;
}
.calendar-nav-right {
  display: inline-block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ff0000;
}

.day-row {
  background-color: #bfbfbf;
  border-bottom: 1px solid #cdcdcd;
  color: #ffffff;
  text-align: center;

}
.date-col {
  border: 1px solid #e5e5e5;
}
.first-col {
  border-left: 0;
}
.first-row {
  border-top: 0;
}
.last-col {
  border-right: 0;
}
.last-row {
  border-bottom: 0;
}
.date {
  float: right;
}
.day {
  font-size:.8rem;
}

.date  {
  box-sizing: content-box;
  font-size: 1.7vw;
  line-height: 1.7vw;
  min-width: 1.5vw;
  margin: .15vw;
  padding: .45vw;
  text-align: center;
}
.date-box {
  height: 15.2vw;
}
/*.date-col:hover .date {
  background-color: #B8B8B8;
  color: #FFFFFF;
  border-radius: 50%;
  transition: background-color 0.2s;
}*/
.date-data {
  clear: both;
  padding:2px 2px 1px;
  text-align: center;
}

@media (max-width: 1200px) {
	p.cumulative { font-size: .9vw; }
}

@media (max-width: 992px) {
	.top-ad {
		padding: 0;
	}
	.graph p {
	  font-size: .9vw;
	}
}
@media (max-width: 768px) {
  
  h2 {
    font-size: 1.7rem;
  }
  .logo, .top-ad {
    text-align: center;
  }
  .top-ad {
    padding-top: 15px;
  }
  .ad-col {
    margin-left: 15px;
    width: 100%;
  }

  .graph tr td {
    padding: 1px;
  }

}

@media (max-width: 576px) {
	.col-12 {
		padding-left: 2px;
		padding-right: 2px;
	}
	h2 {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
  p, .form-check, .col-form-label, .form-control {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  p {
    margin-bottom: 0.3rem;
  }
  header {
    padding: 5px 0;
  }
  .red-body {
    margin-bottom: 135px;
  }
  .country-sel {
    margin-bottom: .3rem;
    margin-top: .3rem;
  }
  .submit-btn {
    margin-bottom: .5rem;
  }
  .content-box {
    padding:5px;
    margin-top: 5px;
  }
  .calendar {
    margin-top: 5px;
  }
  
  .month-sel {
    width: 100%;
    font-size: .6rem;
  }
  .calendar-title-left, .calendar-title-right {
    padding: 5px;
  }
}