body{
		background-color: #000000; 
		margin: 0;
}

.header{
		padding: 1em;
}


.msw-logo{
	  	display: block;
  		margin-left: auto;
  		margin-right: auto;
 		width: 230px;
		height: auto;
		margin-top: 1em;
}


h1{
        font-family: 'Bebas Neue', serif;
        font-weight: normal;
        font-size: 4em;
        color: #ff8600;
        text-align: center !important;
}

.date{
    margin-top: -1em;
    font-weight: normal;
    font-size:1.2em;
    color: #ff8600;
    text-align: center !important;

}

.how-to-bet{
    font-family: 'Bebas Neue', serif;
    font-weight: normal;
    font-size: 40px;
    color: #ff8600;
		letter-spacing: 0.06em;

}

.how-to-fund{
    font-family: 'Bebas Neue', serif;
    font-weight: normal;
    font-size: 40px;
    color: #ff8600;
		letter-spacing: 0.06em;
}

.faqs{
    font-family: 'Bebas Neue', serif;
    font-weight: normal;
    font-size: 40px;
    color: #ff8600;
		letter-spacing: 0.06em;
    line-height: 1;
}


.header-background{
		display: none;
}


.container-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  margin-top: -1.5em;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

hr {
  border: 1px solid !important;
  border-image-source: linear-gradient(45deg, rgb(164, 112, 39), rgb(221, 190, 99), rgb(142, 110, 33), rgb(221, 190, 99)) !important;
  border-image-slice: 1 !important;
}

button {
  background-image: url("../images/icon-show.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: normal;
  text-align: left !important;
  width: 98%;
  text-decoration: none !important
}

button:hover {
  color: #ff8600 !important;
}

button:active {
  color: #ff8600 !important;
}

      button:focus {
        color: #ff8600 !important;
      }

      a {
        color:#ff8600 !important;
        text-decoration: underline;
		  font-weight: bold;
		 
      }

	
      .global {
        padding: 1px !important;
      }

      .card-header {
        background-color: #000000;
        outline: none !important;
        width: 100%;
        padding: 20px 0 20px 0;

      }

      .card {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
      }

      .card-body {
        color: #000000;
      }
	  
	  .card-body {
        color: #000000;
		text-decoration-color: #ff8600;
      }

      .btn {
        padding-right: 50px;
      }

  	.launch {
        width: 50% !important;
        background-image: linear-gradient(90deg, rgb(169, 118, 47), rgb(242, 222, 122), rgb(242, 222, 122), rgb(242, 222, 122), rgb(192, 144, 48), rgb(242, 222, 122));
        padding: 15px !important;
        text-align: center;
        font-weight: bold;
        font-family: 'Bebas Bold', serif;
        color: #000000;
        font-size: 20px;
      }


@media screen and (min-width: 768px) {
	
	.container{
		width: 850px;
		margin: 0 auto;
	}
	
	.header{
		padding: 0;
	}	

	.header-background{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 850px;
		position: unset;
	}
	
h1{
  font-size: 7em;
}

	.msw-logo{
		margin-left: auto;
		margin-right: auto;
		margin-top: -11em;
 		width: 230px;
		height: auto;
	}
		

	.hero .container{
		display: block;
    margin-top: 12em;

	}
	
	.container-video {
		top: 0;
		right: 0;
		left: -5em;
		bottom: 0;
		width: 100%;
    height: 100%;
		margin-top: -1.5em;
		position: relative;
		padding-top: 100%; /* 1:1 Aspect Ratio */
	}

	.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
		position: absolute;
		height: 80%;
		width: 80;
		border: #FFFFFF;
	}	
	
	.right-col{
		margin-top: -10em;
	}

	.faqs{
		margin-top: -4em;
	}


  .faqs{
    font-family: 'Bebas Neue', serif;
    font-weight: normal;
    font-size: 40px;
    color: #ff8600;
		letter-spacing: 0.06em;
    line-height: normal;
}
}
	


