iframe
{
  box-shadow: 5px 5px black;
}

/*-------------------------------------Classes------------------------------*/
.index-body
{
  padding-left: 0;
  left: 0px;
  top: 0px;
  background-color: white;
  height: 1700px;
  width: 100%;
  background-image: url(../images/architecture-backyard-boating-534171.jpg);
}

/*-------------------------------------IDs------------------------------*/
#bodyText1
{
  font-size: 50px;
  -webkit-text-fill-color: #88540B;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-align: center;
  transform: translateY(200px);
  font-family: serif;
}
#bodyText2
{
  font-size: 50px;
  -webkit-text-fill-color: #88540B;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-align: center;
  transform: translateY(300px);
  font-family: serif;
}
#index-video
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translateY(400px);
}