@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
.confetti-cont iframe {
    width: 100%;
    height: 1080px;
}



#block-homepageconfettihero p {
    font-size: .7em;
    font-weight: 100;
    text-align: center;
}

#block-homepageconfettihero a.btn-clear {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: .6em;
    padding: 1em;
    border: 1px solid white;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

#block-homepageconfettihero a.btn-clear:hover{
	background: rgba(0,128,255,0.3);
}

.sub-head {
  font-family: ‘Open Sans’, sans-serif;
  font-weight:300;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: .9em;
}


#world {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
}


.header{
  color:white;
  text-align: center;
  font-size: 35px;
  width: 100%;
  position:relative;
  min-height:1080px;
 
}

h1.ttl {
    font-family: 'Dancing Script', cursive;
    position: relative;
    top: 20%;
    text-align: center;
    width: 100%;
}

@media (max-width:450px) {
  .sub-head{
  	font-size:.6em;
  	top: 60%;
	}

	.confetti-cont iframe {
	    width: 100%;
	    height: 500px;
	}
	
	
	.header {
	    color: #fff;
	    text-align: center;
	    font-size: 35px;
	    width: 100%;
	    position: relative;
	    min-height: 500px;
	}

	h1.ttl {
	    width: 100%;
	    font-size: 1.1em;
	    top: 0;
	    padding-top: 0;
	    margin-top: 0;
	}
	
	#block-homepageconfettihero p {
	    font-size: .5em;
		}
		
		
	#block-homepageconfettihero a.btn-clear {
	    padding: 1em 0.5em;
		}
		
		
		
	.header .header-txt {
	    top: 50%;
	}
		
		
	#block-homepageconfettihero a.btn-clear {
	    font-size: .5em;
		}
}

  .button {
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width:200px;
    height:50px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    line-height: 1;
    margin: 0 0.5em;
    padding: 1em 2em;
    text-decoration: none;
  }

  .button:hover {
    background: #fff;
    color: #000;
  }

  .button.fill {
    font-size: .4em;
}
  .confetti-btn {
    position: absolute;
    top: 70%;
    width: 100%;
}

