/*
Theme Name: BA by B+B CREATIVE
Theme URI:http:babyalpa.ca
Description:Word Press theme for Baby Alpaca band by Black & Black Creative New York.
Version:1.0
Author: Ben Shrimpton
Author URI:tzmanics.com
Tags: Band

*/
@import 'css/bootstrap.css';
@import 'css/reset.css';

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('css/fonts/MonoSocialIconsFont-1.10.eot');
    src: url('css/fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('css/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('css/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('css/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BA';
    src: url('css/fonts/BAcontent.otf'), 
    url('css/fonts/BAcontent.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* ################# BOOTSTRAP OVERIDES ################# */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.page-header {
	margin: 0;
	padding: 1em 0;
	border: none;
	font-size: 3em;
	color: white;
	font-family: 'BA';
	text-transform: uppercase;
	letter-spacing: 1em;
}
.navbar-default .navbar-nav > li > a {
	color: white;
	font-size: 1.8em;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover {
	text-decoration: underline;
	color: black;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle {
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}
.navbar-toggle .icon-bar {
	border-radius: 0px;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}
/* ################# GLOBALS ################# */
body {
		margin: 0;
		padding: 0;
		background-image:url('css/img/babywallpapersized.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		font-family: 'BA';
		position: relative;
}
.logo {
	position: fixed;
	left: 0; 
	right: 0;

	top: 50%;
	margin-top: -200px;

	height: 400px;
	z-index: 999;
	background: url(css/img/logo_white.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -10000px;
	/* transform: translateY(0); */
	/* transform: scale(1); */
	transition: all ease-in-out .5s;
	visibility: visible;
}
.logo.scrolled {
	opacity: 0;
	visibility: hidden;
	/* transform: translateY(200px); */
	/* transform: scale(.95); */

}
.logo.top {
	top: 20px;
	margin-top: 0;
}
#social-nav,
#social-nav ul,
#social-nav ul li {
	display: inline-block;
	display: none !important;
}
.social-nav {
   font-family: 'Mono Social Icons Font';
   font-size: 2em;
}
.social-nav > li > a {
	font-size: 40px;
	color: white !important;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 3px rgba(0,0,0,.3)
}
.social-nav > li > a:hover{
	color: black !important;
	text-decoration: none !important;
}

/* ################# HOMEPAGE ################# */
#homepage-image-wrapper {
	background-size: cover;
	background-image:url('images/babywallpapersized.jpg');
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.homepage-video-wrap {
	margin-bottom: 100px;
	padding: 0;
	position: relative;
	transition: opacity ease-in-out .5s;
	opacity: 0;
}
.homepage-video-wrap iframe {
	width: 100%;
	height: 100%;
}
.homepage-video-wrap.shown {
	opacity: 1;
}
.homepage-video-wrap.scrolled {
	opacity: 0;
}
.homepage-section {
	margin-bottom: 60px;
	opacity: 0;
	transition: all ease-in-out .5s;
	transform: translateY(80px);
	max-width: 1440px;
}
.homepage-section.shown {
	opacity: 1;
	transform: translateY(0px);
}
.homepage-section .vid-wrap {
	margin-bottom: 40px;
}
.homepage-section.covers figure{
	transition: opacity ease-in-out .5s;
}
.homepage-section.covers figure:hover {
	opacity: .5
}
/* ################# FOOTER ################# */
.main-footer {
	padding: 100px 0;
	color: white;
	   font-family: 'BA';
}
.contact {
	 font-family: 'BA';
	 color: white;
	 text-align: center;
}
.contact  address {
	margin-bottom: 40px;
	font-style: normal;
}
.contact .row h2 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.contact h3 {
	font-size: 2em;
	margin: 0 0 10px 0;
}
.contact p {
	letter-spacing: 0.05em;
	font-size: 1.2em;
}
.covers figure {
	margin-bottom: 20px;
}

#buy figcaption {
	color: white;
	text-align: center;
	padding: 10px;
}
#buy figcaption a {
	display: block;
}
.flip {
	transition: all ease .3s;
}
.flip:hover {
 	transform: rotateY(180deg);
 		
} 
/* ################# MEDIA QUERIES ################# */
@media (max-width: 800px){
	body {
		margin-top: 50px;
	}
	.page-header {
		padding: 2em 0 1em 0;
		border: none;
		font-size: 3em;
		letter-spacing: .2em;
	}
	.navbar-default {
		background-color: white;
		color: black !important;
		font-size: 1.2em;
	}
	.navbar-default .navbar-nav > li > a {
		color: black;
	}
	.social-nav > li > a {
		color: black !important;
		display: inline-block !important;
		text-shadow: none;
		float: left;
	}
	#content{
		margin: 5px;
		width: 80%;
		height: 70%;
		overflow: auto;
	}
	#header{
		margin: 0;
		height: 100px;
	}
	#nav{
		float: left;
		width: 180px;
	}
	
	#nav li{
		padding: 0 2px 0 0;
		line-height: 2px;
	}
	.logo {
		top:0;
		margin-top: 0;
		width: 160px;
		height: 50px;
		margin-left: 10px;
		background: url(css/img/mobile_logo_black.png) no-repeat center center;
		background-size: 100%;
		z-index: 45000;
	}
}
