/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
	background-color: #282828;
	color: #fff;
	webkit-tap-highlight-color: #222;
}

hr {
	max-width: 80px;
	border-width: 3px;
	opacity: 0.09;
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.light {
	border-color: #fff;
}

a {
	color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
	color: #fff;
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
}

p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.wide-space {
	letter-spacing: 1.6px;
}

.icon-lg {
	font-size: 50px;
	line-height: 18px;
}

.bg-primary {
	background-color: #333;
}

.bg-dark {
	color: #eee;
	background-color: #222;
}

.cursive {
	font-family: 'Dancing Script', cursive;
	text-transform: none;
}

.text-faded {
	color: rgba(245,245,245,0.7);
}

.text-dark {
	color: #111;
}

.text-primary {
	color: #9c27b0;
}

.modal-content {
	background-color: #1d1d1d;
}

/*section {
	padding: 70px 0;
}*/

.no-padding {
	padding: 0;
}


section {
	position: relative;
	min-height: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #c9c9c9;
	background-image: url('../media/video-iglesia.jpg');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	display: table;
	height: 100vh;
}

section .section-content {
	position: relative;
	width: 100%;
	padding: 15px 15px;
	text-align: center;
	z-index: 3;
	display: table-row;
}
section .section-content .inner {
	display: table-cell;
	vertical-align: middle;
}
section .section-content .inner.v-bottom {
	vertical-align: bottom;
}

section .section-content .inner h2 {
	margin-top: 0;
	margin-bottom: 0;
}

section .section-content .inner p {
	/*margin-bottom: 50px;*/
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,0.7);
}

.video-mask, #video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}
.video-mask {
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
}

#video-background.collapsing {
  display:none;
}

.box {
	background-color: rgba(143, 21, 56, .5);
	height: 150px;
	display: flex;
	align-items: center;
  justify-content: center;
  flex-direction: column;
	/*padding:  75px 15px;*/
}

@media(min-width:768px) {
	.icon-lg {
		font-size: 80px;
	}
	
	section {
		min-height: 100%;
	}

	section .section-content {
		/*position: absolute;
		bottom: 30px;*/
		/*top: 50%;
		padding: 0 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}

	section .section-content .inner {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
	}

	section .section-content .inner h1 {
		font-size: 53px;
	}

	section .section-content .inner p {
		margin-right: auto;
		margin-left: auto;
		max-width: 80%;
		font-size: 18px;
	}
}
