body {
  background: black; /* For browsers that do not support gradients */
  padding: 0;
  margin: 0;
}

canvas {
  vertical-align: top;
}

.wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}

.grad {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top left, red, blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top left, red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top left, red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom right, red, blue); /* Standard syntax */

  float: right;
  display: block;
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top:0;
  right:0;
}

.photograd {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top left, red, blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top left, red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top left, red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom right, red, blue); /* Standard syntax */

  float: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 30px;
  top: 963px;
  right:0;
}

.video {
  float: right;
  position: absolute;
  top:-79px;
  right:0;
  margin-top: 0;
  height: 50%;
  width: 100%;
}

.photos {
  padding: 0;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.block {
  display: block;
  height: 50%;
  margin: 30px;
}

.right {
  float: right;
  width: 50%;
  height: 100%;
}

.brblock {
  display: block;
  width: 50%;
  height: 50%;
  margin: -30px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.text {
  color: #ffffff;
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-family: "Input Sans Cond Ex Lt";
  font-style: Normal;
  font-weight: Normal;
  text-align: left;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background: black;
  text-decoration: underline;
}

iframe, object, embed {
    max-width: 100%;
}
