@charset "utf-8";
/* CSS Document */

body {
  background: url('../images/river-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.container.sing-fb {
	background: rgba(000, 000, 000, 0.6);

}

iframe {
	width: 100%;
	height: 100%;
}

.card {
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
}