.headertext{
    font: bold 40px/1 'Ubuntu', sans-serif;
    text-align: center;
    color:  #000000 ;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
#button{
    font-weight: bold;
    text-decoration: none;
    font-size: 19.3px;
    color: #FFFFFF;
    font-family: arial;
    background: linear-gradient(to bottom, #DC3545, #DC3545);
    border: solid #FFFFFF 4.8px;
    border-radius: 5px;
    padding:15px;
    text-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 1px 5px #0D2444;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#button:hover{
    font-weight: normal;
    opacity: 0.9;
    color: 000000;
    background: linear-gradient(to bottom, #DC3545, #DC3545);
    border: 1px solid #DC3545;
    box-shadow: 0px 1px 2px #000000;
}
.cardtext {
	font-family: 'Bebas Neue', cursive !important;
	font-size: 25px;
	text-align: center;
	}

  .logoheader {
	  font-family: 'Ubuntu', sans-serif;
  }
  .pageheader {
	 font-family: 'Russo One', sans-serif;
  }
  .card1:hover {
  transform: scale(1.1);
}
.card2:hover {
  transform: scale(1.1);
  background-color: #d4ac0d ;
}
.card1{
  transition: transform 0.2s ease;
  margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
}
.card2{
  transition: transform 0.2s ease;
  margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
}
.container { width: 1250px; margin: auto;  }
.container .ism-slider { margin-left: auto; margin-right: auto; }
.texthead {
font-family: 'Bebas Neue', sans-serif !important;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 40px !important;
}
.indtext {
font-family: 'Bebas Neue', sans-serif !important;
letter-spacing: 1.01px;
  text-align: center;
  font-size: 20px !important;
}
hr.new4 {
  border: 2px solid red;
}