/*
Theme Name: Ba Charlie
*/

@font-face {
    font-family: 'dm';
    src: url('fonts/decima_mono-webfont.eot');
    src: url('fonts/decima_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/decima_mono-webfont.woff') format('woff'),
         url('fonts/decima_mono-webfont.ttf') format('truetype'),
         url('fonts/decima_mono-webfont.svg#decima_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a,
body {
	color: white;
	font-family: "dm";
}

a {
	text-decoration: none;
}
a:hover {
	color: #f15931;
	text-decoration: none;
}
img.bg {
  /* Set rules to fill background */
  min-height: auto;
  max-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  margin:0 auto;
  right: 0;
}


#landing {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	//background: url('images/bg12.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#landing-two {
	//display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	//background: url('images/bg12.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#copy {
	display: block;
	position: absolute;
	bottom: 30px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	z-index: 10;
	font-size: 13px;
}

#logo {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	z-index: 10;
}

.img-responsive {
	max-width: 100%;	
}
.social img {
	width: 48px;
	margin: 0 10px;
}


@media (min-width: 600px) { 
	.img-responsive {

	}



}
@media (min-width: 800px) { 
	#logo {
		top: 17%;
		width: 300px;
		margin-left: -150px;
	}
}

@media (min-width: 1000px) { 
	#logo {
		top: 27%;
		width: 400px;
		margin-left: -200px;
	}
}