body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21409a+0,207cca+100,162b75+100 */
	background: #21409a; /* Old browsers */
	background: -moz-linear-gradient(top,  #21409a 0%, #162b75 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21409a 0%,#162b75 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21409a 0%,#162b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21409a', endColorstr='#162b75',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 20px #ffc233;
}
.figure-logo{
	margin: 0 auto;
	width: 210px;
	padding: 30px 0;
}
.figure-logo img{
	width: 100%;
	height: auto;
}
.hero{
	background-image: url('./img/gordisara_gorditas.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.caption{
	color: #ffffff;
	text-align: center;
	padding: 120px 25px;
}
.caption h1{
	font-weight: 700;
	font-size: 94px;
	line-height: 94px;
}
.caption p{
	font-size: 28px;
	line-height: 32px;
}
.font-yanone{
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.font-arvo{
	font-family: 'Arvo', serif;
}
.font-raleway{
	font-family: 'Raleway', sans-serif;
}
.sucursales{
	background-color: rgba(255, 194, 50, 0.85);
	text-align: center;
	padding-bottom: 15px;
}
.sucursales .horario{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #7a3717;  
}
.sucursales h3{
	color: #7a3717;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.sucursales h3 span{
	font-weight: 700;
}
.sucursales .direcciones p{
	font-size: 16px;
	line-height: 21px;
	color: #162b75;
	font-weight: 700;
	padding-top: 30px;
}
.sucursales .direcciones p span{
	font-size: 13px;
	font-weight: 400;
}
.footer{
	background-color: #162b75;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}
.icon-background{
	color:#ffc233;
}
.social-icons a{
	margin-right: 10px;
	margin-left: 10px; 
}
.fa-facebook, .fa-envelope-o{
	color: #162b75;
}
.fa-stack{
	line-height: 1.9em;
}
.fa-2x {
    font-size: 1.5em;
}

@media (max-width: 768px){
	.caption{
		padding: 60px 25px;
	}
	.caption h1 {
	    font-size: 54px;
	    line-height: 54px;
	}
	.caption p {
	    font-size: 18px;
	    line-height: 24px;
	}
	.sucursales h3 {
	    font-size: 18px;
	    line-height: 24px;
	}
}
@media (max-width: 768px){
	.caption{
		padding: 60px 0;
	}
}