@keyframes blinkingText{0%{color:#fe1304}49%{color:#bebbbb}60%,99%{color:transparent}to{color:#000}}hr.new{border:1px solid red;max-width:450px}.centered{margin:auto;bottom:0;top:0}.blinking{animation:blinkingText 3s infinite}.navbar .navbar-nav a{background-color:#343a40}.dropdown-item{color:#fff}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#ee1d24;color:#fff}@media (max-width:767px){body{font-size:11px}}@media (max-width:319px){body{font-size:8px}}@media (min-width:768px){body{font-size:12px}}@media (min-width:992px){body{font-size:15px}}@media (min-width:1200px){body{font-size:16px}}.img-fluid{padding-top:10px}.col-md-6{padding-top:15px}iframe{width:100%;}

.round-button {
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.round-button:hover {
	background-color: #dc3545;
	box-shadow: 0px 0px 10px rgba(#dc3545);
	text-shadow: 0px 0px 10px #dc3545;
}
@media (min-width: 767px){
 h1 {
  font-size: calc(24px + (16 + 16 * 0.7) * ((100vw - 320px) / 1280));
 }
}
/* accordion */

.card-header {
  background-color: black;
  text-align: center;
}

.card-header a {
  display: block;
  padding: .75rem 1.25rem;
  color: red;
  /* border-bottom: 1px solid #b42b2b; */
  text-decoration: none;
}

.card-header a[aria-expanded=false] {
  background-color: rgba(0,0,0,0.03);
}

.card-header a[aria-expanded=false]:hover {
  background-color: rgb(180,43,43);
  color: #FFFAFA;
}

.card-header a:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
}

.card-header a[aria-expanded=false]:before {
  content: "\f0fe";
  float: left;
}

.card-header a[aria-expanded=false]:hover::before {
  content: "\f0fe";
  float: left;
}
.col-md-6 a {color: #CF0000!important
}
.ff {font-size: calc(14px + 6 * (100vw / 1280));margin-top: -15px}
.db {display: block; margin-left: auto; margin-right: auto;text-align: center}
.col {flex-grow: 0.7}