

/* ==========================================================================
   Shared
   ========================================================================== */

@font-face {
    font-family: 'TradeGothicLTStdBoldSemiCondensed';
    src: url('tradegothicltstd-bold.eot');
    src: url('tradegothicltstd-bold.eot') format('embedded-opentype'),
         url('tradegothicltstd-bold.woff') format('woff'),
         url('tradegothicltstd-bold.ttf') format('truetype'),
         url('tradegothicltstd-bold.svg#TradeGothicLTStdBoldSemiCondensed') format('svg');
}

html {
	background: url(../img/chile-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.row-fluid [class*="span"] {
	min-height: 0;
}

body {
	color: #eee;
	letter-spacing: 1px;
	font-family: 'TradeGothicLTStdBoldSemiCondensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: #eee;
	text-decoration: none;
	font-weight: 300;
}

a:hover,
a:active,
a:focus {
	color: #3c757e;
	text-decoration: none;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	border-bottom: 1px solid #333;
	margin: 15px auto;
	width: 50%;
	padding-bottom: 10px;
}

	h4.first {
		margin-top: 25px;
	}

	h4.noborder {
		border-bottom: none;
		padding-bottom: 0;
	}

small {
	opacity: 0.5;
}

/* ==========================================================================
   Coming Soon
   ========================================================================== */

#center {
	background: #000;
	position: absolute;
	height: 293px;
	width: 350px;
	top: 50%;
	left: 50%;
	padding: 10px;
	margin: -240px 0 0 -175px;
}


.inner {
	border: 1px solid #666;
	text-align: center;
}

img.social {
	width: 40px;
	margin-bottom: 10px;
}

	img.tumblr {
		margin-right: 10px;
	}

/** Modal **/

.modal.fade.in {
	top: 25%;
}

#myModal h3 {
	color: #333;
	font-weight: 300;
}

#myModal p {
	color: #333;
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 20px;
}

#myModal a {
	color: #3c757e;
}


/* ==========================================================================
   Meida Queries
   ========================================================================== */

/** Phones **/
@media (max-width: 480px) {

	#center {
		width: 180px;
		height: 190px;
		margin: -120px 0 0 -100px;
	}

	body {
		font-size: 10px;
	}

	img {
		width: 80%;
	}

		img.social {
			width: 20px;
			margin-bottom: 0;
		}

		img.tumblr {
			margin-right: 5px;
		}

	p {
		margin: 0;
	}

	small {
		font-size: 75%;
		letter-spacing: 0;
	}

	h4 {
		font-size: 1em;
	}

	h4 {
		margin: 0 auto 2px;
		width: 70%;
		padding-bottom: 2px;
	}
}




