@charset "utf-8";
/* CSS Document */

.bird-box{
	height:600px;
	position:relative;
	background:url(../images/3.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	overflow:hidden;
	background-repeat:no-repeat;
}

@media only screen and (max-width: 630px) {
	.padded-text {
		font-size: 38px!important;
	}
}