@media screen and (max-width: 1400px) {

	
}

@media screen and (max-width: 1144px) {
	#nav-container img{
		width: 100px;
	}
}
@media screen and (max-width: 970px){
	.half-width {
		width: 100%;
	}
	#txt-invitacion{
	text-align: left;
	font-size: 30px;
	padding: 0px 10px 20px 20px;
	}
	#titulo{
	text-align: center;
	font-size: 50px;
	text-shadow:2px 2px 5px #1c1c1c;
	padding: 100px 10px 20px 20px;
	}
}

@media screen and (max-width: 950px){

}


@media screen and (max-width: 780px){

}

@media screen and (max-width: 650px){
	#txt-nombre{
		font-size: 36px;
	}
	#txt-slogan{
		font-size: 24px;
	}
}

@media screen and (max-width: 580px){

}

@media screen and (max-width: 490px){
	#txt-nombre{
	}
	.article-inside h1,h2{
		font-size: 30px;
	}
}

@media screen and (max-width: 370px){
	#txt-nombre{
		font-size: 40px;
		text-shadow:2px 2px 5px #1c1c1c;
	}
	#txt-slogan{
		font-size: 24px;
	}
}

@media screen and (max-width: 270px){

}