html,
body{
	height: 100%;
}

body{
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

h1{
  font-weight: 300;
}

h2{
  font-weight: 700;
}

.textareaholderspeak{
  background-color: transparent;
  height: auto;
  width: auto;
  color: black;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 80%;
  padding: 10px;
}

@media screen and (max-width: 500px) {

.textareaholderspeak{
width: 90%;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 10px;
}

}

.videoholder{
	height: 200px;
}

@media screen and (max-width: 480px) {

	.videoholder{
		height: 150px;
	}

}

.backspbtn {
  padding: 10px 20px;
  background-color: white;
  color: black;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.0em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.backsp:hover {
  background-color: black;
	color: white;
}