
/* Header */

.xtHeaderImage{
  background-image: url(../images/xtremeheader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.xtMainHeader{
   margin-bottom: 30px;
}

.xtMainHeader h1{
  text-align: center;
  font-weight: bold;
}

.xtMainHeader h3{
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 640px){


}

@media only screen and (max-width: 1025px){
 
}
