body {
	background-color: #D3D5D6;
	background-image: url("../images/textura-app.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	color: #00dbff;
	position: relative;
}
h1:before {
	content: "SUNSET WORLD APP";
    font-size: 70px;
    color: #ff5974;
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: 100%;
}
h1:after {
	content: "SUNSET WORLD APP";
    font-size: 70px;
    color: #ffd607;
    position: absolute;
    z-index: -5;
    left: 5px;
    top: 5px;
    width: 100%;
}
a, a:hover, a:focus {
	color: #ff5974;
}
.video iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
}
/*
.gradient {
	background-image: url("../images/gradient-app.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 80px;
}
.gradient p.text-center {
	margin-top: -40px;
}
*/
@media screen and (min-width: 1700px) {
	.video iframe {
		min-height: 450px;
	}
}
@media screen and (min-width: 2500px) {
	.video iframe {
		min-height: 700px;
	}
}