.IntroBody {
   background-image: url('musical-background.jpg');
   width:100%; 
   height:100%; 
   background-repeat:no-repeat; 
   background-size: cover
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

h1 {text-align: center; color:black; font-size:40px}
h2 {text-align: center; color:white; font-size:40px}
h3 {text-align: center; color:white; font-size:24px}

p.LabelWhite {color:white; font-size:14px; margin-left:10px}
p.LabelWhite10 {color:white; font-size:14px; margin-left:40px}

td.tdCenter {text-align: center}

.CheckLabelWhite {color:white; font-size:14px; margin-left:20px; text-align: center}

div.Hidden {color:black; font-size:14px; margin-left:60px}
div.LinkButton{color:white; font-size:14px}

table.Controls {width:90%; margin-left:20px}

a:link, a:visited {
  font-size: 34px;
  margin-left:0px;

  border: solid;
  border-color: white;
  border-radius: 15px;

  background-color: #cc3300;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.MainForm {
  background-image: url('black-texture.jpg'); 
  border: solid;
  border-color: black;
  border-radius: 15px
}

.IndexMainForm {
  background-image: url('musical-background.jpg'); 
  border: solid; 
  border-color: black; 
  border-radius: 15px
}

.myDiv {
  background-color: white;
  text-align: center;
  border-color: black;
  border: solid;
  border-radius: 15px;
  height:100%; 
  width:100%;
}


.MainPageDiv {
  text-align: center;
}


.pdfFrameStyle {
  background-color: white;
  text-align: center;
  border-color: black;
  border: solid;
  border-radius: 15px;
}

.container1Style {
  background-color: white;
  text-align: center;
  border-color: black;
  border: solid;
  border-radius: 15px;
}


.button1 {
  position: relative;
  height: 45px;
  margin-left:0px;
  background-color: #0485EB;
  border: solid;
  border-color: white;
  border-radius: 15px;
  font-size: 34px;
  color: #FFFFFF;
  padding: 30px, 10;
  width: 150px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.button2 {
  position: relative;
  margin-right:5px;
  background-color: #cc3300;
  border: solid;
  border-color: white;
  border-radius: 15px;
  font-size: 24px;
  color: #FFFFFF;
  padding: 10px;
  width: 100px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.LinkButton2 {
  position: relative;
  margin-left:0px;
  background-color: #12702B;
  border: solid;
  border-color: white;
  border-radius: 15px;
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}


input[type=text] {
  position: relative;
  margin-left:50px;
  background-color: #cc3300;
  border: solid;
  border-color: white;
  border-radius: 15px;
  font-size: 34px;
  color: #FFFFFF;
  padding: 20px;
  width: 150px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.select1 {
  position: relative;
  margin-left:20px;
  background-color: #cc3300;
  border: solid;
  border-color: white;
  border-radius: 15px;
  font-size: 34px;
  color: #FFFFFF;
  padding: 10px;
  width: 90%;
  text-align: left;
;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

input[type=checkbox] {
    transform: scale(2.5);
    margin-left:15px;
    background-color: #cc3300;
    border: solid;
    border-radius: 15px;
    border-color: white;
}

.BigCheck {
    color:white;
    font-size:14px;
    margin-left:60px;
}

#show-pdf-button {
	width: 150px;
	display: block;
	margin: 20px auto;
}

#file-to-upload {
	display: none;
}

#pdf-main-container {
	width: 100%;
	margin: 1px auto;
}

#pdf-loader {
	display: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 100px;
	height: 100px;
}

#pdf-contents {
	display: none;
}

#pdf-meta {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#pdf-buttons {
	float: left;
}

#page-count-container {
	float: right;
}

#pdf-current-page {
	display: inline;
}

#pdf-total-pages {
	display: inline;
}

#pdf-canvas {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#page-loader {
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: none;
	color: #999999;
	font-size: 13px;
}



