@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:700px;
    border:0;
}

#block-commencementconfettiheader {
    max-height: 500px;
}

.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;
  font-family:  tahoma;
  text-align: center;
  font-size: 35px;
  width: 100%;
  position:relative;
  min-height:700px;
 
}

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

@media (max-width:450px) {
  .sub-head{
  	font-size:.6em;
  	top: 60%;
	}
	
	h1.ttl {
    width: 100%;
    font-size: 1.1em;
  }
  
  #block-commencementconfettiheader	.header {
    min-height: 300px;
  }
  
  .confetti-cont iframe {
    width: 100%;
    height: 300px;
}
  
  
}

  .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%;
}

