/* TOS USED SHIT... */

.small p{
  text-align: center;
  font-size: small;
  color: #4e321872;
}

.block-content{
  display: block;
}

.title-text{
  margin: auto;
  color: #4E3218;
  text-transform: uppercase;
}

.title-text h1{
  margin: 0px;
}

.tos-text{
  text-align: center;
  margin-top: 20px;
}

.tos-text h2 {
  font-size: 20px;
  color: #4E3218;
}

.bonus-tos-text{
  text-align: center;
  padding: 5px;
}

.bonus-tos-text p{
  font-size: 14px;
  margin: 0px;
  color: #4E3218;
}

/* DROPDOWN BOX */

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown p{
  color: #26362E;
}

.dropdown p:hover, .dropdown p:active {
  color: #496F5D;
  transition: 0.2s;
}

.dropdown-content {
	display: none;
	/* position: absolute; */
	background-color: #F3F6E0;
	min-width: 160px;
	box-shadow: 5px 5px 6px #4e321872;
	/* z-index: 1; */
	padding: 5px;
}

.dropdown:active .dropdown-content,
.dropdown:hover .dropdown-content  {
  display: block;
}
