@media(min-width:767px) {
    .intro .intro-body .brand-heading {
        font-size: 70px;
    }
	
	.intro .intro-body .brand-heading span {
		font-size: 100px;
	}
}

@media(max-width:1024px) {
    #client,
	#about,
	#contact {
		padding-top:50px !important;
	}
	
	#client-main .clientDiv img {
		width:150px;
	}
	
	.intro .brand-bg,
	.intro .brand-bg:hover,
	.intro .brand-bg:focus {
		background-color:rgba(0, 0, 0, 0.5) !important;
	}
}

@media(max-height:499px) {
	
	.navbar  {
		padding:0 !important;
	}
	
	.navbar .navbar-brand {
		font-size:14px !important;
	}
	
	.intro .brand-bg {
		width: 280px !important;
		height: 280px !important;
		margin-top: 40px !important;
	}
	
	.intro .brand-bg,
	.intro .brand-bg:hover,
	.intro .brand-bg:focus {
		background-color:rgba(0, 0, 0, 0.5) !important;
	}
	
	.intro .brand-logo {
		width:60%;
		margin-top:20px !important;
	}
	
	.intro .intro-text {
		margin-top:5px !important;
		margin-bottom:15px !important;
	}
	
	.intro .intro_btn a {
		font-size: 12px !important;
	}
	
	#albums>.row>div {
		height: 300px !important;
	}
	
	#albums>.row>div h3 {
		font-size:32px !important;
		top: 40% !important;
		left: 0% !important;
	}

	footer {
		padding-bottom:10px !important;
	}
}

h2 {
	text-transform:capitalize;
	font-family: 'Oswald', sans-serif;
	padding:20px 0;
	background: url(../img/heading2.png) no-repeat bottom center;
}

.row {
	margin:0;
}

.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.btn-white:hover,
.btn-white:focus {
    border: 1px solid #FFF;
    outline: 0;
    color: #000;
    background-color: #FFF;
}

.navbar  {
	padding:0 20px;
}

.intro .brand-bg {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background-color:rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	width: 350px;
	height: 350px;
	margin:auto;
	margin-top: 50px;
}

.intro .brand-bg:hover,
.intro .brand-bg:focus {
	background-color:rgba(0, 0, 0, 0.8);
}

.intro .brand-logo {
	margin-top:40px;
}

.intro .intro-text {
	font-size:10px;
	margin-top:15px;
	margin-bottom:20px;
	color:#DDD;
}

.intro .intro-body {
	position:relative;
	z-index:200;
}

.intro .darkLayer {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) ); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1)); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1)); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1)); /* Standard syntax (must be last) */
}

/* Client */
#client {
	width: 100%;
    min-height: 100%;
	padding-bottom:20px;
	background:url(../img/footer_lodyas.png) center center repeat;
}

#client-main {
	width:100%;
	margin:auto;
	margin-bottom:20px;
}

#client-main .clientDiv {
	display:inline-block;
	margin:15px;
	padding:8px;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#client-main .clientDiv:hover,
#client-main .clientDiv:focus {
	background-color:rgba(255, 255, 255, 1);
}

#client-main .clientDiv img {
	max-width:150px;
}

/* Albums */
#albums {
    width: 100%;
	padding:0;
}

#albums>.row>div {
    width: 100%;
    min-height: 30%;
	height: 350px;
}

#albums #events {
	background:url(../img/events.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#albums #wedding {
	background:url(../img/wedding.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#albums #pregnant {
	background:url(../img/pregnant.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#albums a {
	width:100%;
	height:100%;
	display:inline-block;
}

#albums>.row>div h3 {
	color:#000;
	font-size:40px;
}

#albums #events h3 {
	position: relative;
	top: 10%;
	left: 30%;
}

#albums #wedding h3 {
	position: relative;
    top: 70%;
    right: 35%;
}

#albums #pregnant h3 {
	position: relative;
    top: 60%;
    left: 35%;
}

/* Contact */
#contact {
	width:100%;
	height:100%;
	height: 300px;
	background-color:#252525;
	/*margin-bottom:-219px;*/
}

footer {
	padding:100px 0;
	background-color:#252525;
}

footer p {
	font-size:12px;
}