/* CSS Document */

body{
    background-image: url("bg1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

a:link{
    color: #ca2c92;
}

a:visited{
    color: #ff00ff;
}
html{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align:left;
}
h1{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 900;
	font-size: 42px;
	color: #ca2c92;
	text-align:center;
}
h2{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 900;
	font-size: 32px;
	text-align:center;
}
h3{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 900;
	font-size: 28px;
	text-align:center;
}
h4{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 900;
	font-size: 22px;
	text-align:center;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 80%;
  text-align:center;
  margin:0 auto;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbutton {
        color: #fff;
        background-color: #ca2c92;
        display:inline-block;
        text-decoration: none;
        border-radius: 10px;
        padding: 6px 20px;
        border:none;
        min-height:60px; 
        min-width: 240px;
        font-size: 28px;
        cursor:pointer;
}