/*
	Child CSS: Launch Birds
*/

body{
	color: #000;
}

a{
	color: #000;
}

h2{
	color: #000;
	margin: 28px 0 0 0;
}

.container{
	background: url('/images/bg-birds.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo{
	background-image: url("/images/oiseaux-logo-black.png");
	background-image: url("/images/oiseaux-logo-black.svg"), none;
	width: 320px;
	height: 60px;
	margin: auto;
}

.footer, 
.header{
	display: none;
}

.stage .content{
	padding-top: 30px;
}

.email-form{
	background-image: none;
	width: auto;
	min-height: 24px;
	padding: 0;
	margin: 10px 0 50px 0;
}

form input{
	color: #333;
	background: none;
	border: 1px solid #595a5a;
}

form input.submit{
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
form input.submit:hover{
	color: #000;
}

.sidebar{
	text-align: center;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}
	.sidebar .contact-link{
		font-weight: bold;
		display: block;
		float: none;
		margin: 10px 0;		
	}
	.sidebar .social-bar{
		display: inline-block;
		float: none;
		position: relative;
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	.icon.social{
		float: left;
		margin: 0 10px 0 0;	
		opacity: .9;
	}
		.icon.social:first-child{
			margin: 0 10px 0 0;
		}	
		.icon.social:last-child{
			margin: 0 0 0 0;
		}
	.icon.instagram{
		background-position: 0 -20px;
	}
	.icon.twitter{
		background-position: -20px -20px;
	}
	.icon.facebook{
		background-position: -40px -20px;	
	}	

.copyright{
	display: block;
}

@media only screen and (max-width: 380px) {
	.logo{
		width: 270px;
		background-size: 270px;
		background-repeat: no-repeat;
	}
}