/* this is a custom CSS stylesheet */

body {
	background-color: #566fcb;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

/*--header--*/
.top-photos {
	text-align: center;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.top-photos p {text-align: center;}
.top-photos img {
	max-width: 100%; 
	height: auto;
}
.lite-blue {
	background-color: #ababff;
}
.luann {
	font-family: Georgia, Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 8px;
}
.long-term {
	text-align:center;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 16px;
	font-size: 18px;
}
.top-phone {
	text-align:center;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 16px;
	font-size: 18px;
}
.top-phone a {
	color: #000;
}

.navbar-toggle {
	background-color: #566fcb;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

/*--navigation--*/
.navbar {
	margin-bottom: 6px;
}
.nav>li>a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.nav>li>a:hover {
	color: #fff;
}

/*-- to center navigation --*/
.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: center;
    }
.navbar .navbar-collapse {
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

/*--main content--*/
.wrapper {
	background-color: #fff;
	padding-bottom: 15px;
}
h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 8px;
}
h2 {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 8px;
}

p {
	padding-bottom: 12px;
	text-align: left;
}
.center-text p {
	text-align:center;
	margin-top: 8px;
}
.call-now {
	color: #ff0004;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}
.call-now a {color: #ff0004;}

.photo-fr {
	float: right;
	width: 100%;
	height: auto;
	padding-left: 8px;
	text-align: center;
}
.photo-fl {
	float: left;
	width: 100%;
	height: auto;
	padding-right: 8px;
	text-align: center;
}

.red-heading {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #ff0004;
}
.photo {text-align:center;}
.photo img {max-width: 100%; height: auto;}

.gallery {
	text-align: center;
}
.gallery img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 10px;
}
.testimonials {
	font-family: Helvetica, sans-serif;
	font-style: italic;
}
.fa, .fab, .fal, .far, .fas {
	color: gold;
}

/*---contact form---*/
input {
    width: 100%;
}
input[type="submit"], input[type="reset"] {
    width: 20%;
}
textarea {
    width: 100%;
}

.map {margin-top: 15px;}



/*--footer--*/
footer {
	background-color: #000;
	padding: 15px 0;
	color: #fff;
}
footer a {color: #fff;}
.footer-luanns {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 20px;
	padding-bottom: 0px;
}
.copyright {margin-top: 26px;}
.copyright p {
	font-size: 12px;
	text-align: right;
	padding-bottom: 0;
	line-height: 20px;
}
.copyright a {color: #fff;}


/*--responsive sizes--*/
@media (min-width: 768px) {
	.luann {
	font-size: 48px;
	margin-top: 30px;
}
.top-photos {
	font-size: 18px;
	line-height: 26px;
	text-align: center;	
}
.long-term {
	font-size: 30px;
	line-height: 32px;
	}
.top-phone {
	font-size: 32px;
	line-height: 36px;
	}
.top-phone a {
	color: #000;
	text-decoration: none;
	}
/*--navigation--*/
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
.photo-fr {
	max-width: 450px;
}
.photo-fl {
	max-width: 450px;
}
.gallery img {
		max-width: 100%;
		max-height: 278px;
	}

}	


@media (min-width: 992px) {
.luann {
	font-size: 60px;
	margin-top: 30px;
}
.photo-fr {
	max-width: 550px;
	}
.photo-fl {
	max-width: 550px;
	}
.gallery img {
		max-width: 100%;
		max-height: 171px;
	}	

}

@media (min-width: 1200px) {
.luann {
	font-size: 68px;
}
.nav>li>a {
	padding-left: 40px;
	padding-right: 40px;
	}
.photo-fr {
	max-width: 450px;
	margin-left: 10px;
	}
.photo-fl {
	max-width: 450px;
	margin-right: 10px;
	}
	.gallery img {
		max-width: 100%;
		max-height: 200px;
	}	

}
