/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*
*Universal
*/
body, html {
	height: 100%;
	width: 100%;
	min-width: 360px;
	margin: 0 auto;
}
 
body {
    font-family: 'Bree Serif', serif;
	background-color: #fff;
}

h1 {
	font-family: 'Bree Serif', serif;
    font-weight: 700;
    letter-spacing: 3px;
	line-height: 1.5em;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pacifico', cursive;
    font-weight: 300;
    letter-spacing: 2px;
	line-height: 1.5em;
}

p {
	font-family: 'Bree Serif', cursive;
    line-height: 1.2;
    color: #002250;
	font-weight: 100;
	font-size: 1.5em;
}

hr {
    max-width: 800px;
    border-color: #5076ab;
}

.glyphicon {
    font-size: 30px;
	margin-top: -17px;
}

.icon-bar {
	background-color: #000 !important;
}

.navbar-toggle {
	border: solid 1px #042452 !important;
}

.navbar-toggle:hover {
	border: solid 1px #72cae6 !important;
	background-color: #72cae6 !important;
}

.navbar-toggle:focus {
	background-color: #fff !important;
}

.navbar {
	background-color: #fff;
	position: fixed;
	top: -100px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 1;
}

.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	padding-bottom: 25px;
}

.navbar-brand {
	max-width: 300px;
}

.navbar li a{
	color: #000 !important;
}

.navbar li a:hover{
	color: #00aced !important;
}

.navbar-right a:hover {
    color: #042452 !important;
}

.navbar a {
	font-family: 'Pacifico', cursive;
	font-size: 1.25em;
    line-height: 1.2;
    color: #000;
	font-weight: 500;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
}

.edging {
	border-top: solid #042452 3px !important;
	border-bottom: solid #042452 3px !important;
}

.edge {
	border-top: solid #042452 3px !important;
}

.active a{
	background-color: #73cae6 !important;
	color: #000 !important;
	border-radius: 15px;
}

.title-one { 
    /* The image used */
    background-image: url("../img/allchange-home.jpg");
	
	position: relative;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 3px #002250;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-index { 
    /* The image used */
    background-image: url("../img/All Change property 1.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-service-title { 
    /* The image used */
    background-image: url("../img/allchange-title.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 3px #73cae6;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-service { 
    /* The image used */
    background-image: url("../img/service-parallax.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 3px #002250;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-text { 
    /* The image used */
    background-image: url("../img/allchange-logo-bw.jpg");

    /* Center and scale the image nicely */
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: 100%;
	min-height: 250px;
	padding: 50px;
}

.service-icon {
	max-height: 200px;
	margin: 20px 0;
	max-width: 250px;
	text-align: center;
}

.serv-title {
	max-height: 400px;
	padding-top: 50px
}

.icons {
	margin: 30px auto;
	background-color: #73cae6;
	border-radius: 25px;
}

.vcenter {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.logo-img {
	margin: 50px auto;
	max-width: 300px;
	border-radius: 25px;
	opacity: 1;
}

.welcome {
	position: absolute;
	border-radius: 25px;
	width: 60%;
	top: 50%;
	left: 20%;
	height: 100px;
	text-align: center;
}

.welcome h1{
	font-size: 60px;
	font-family: 'Pacifico', cursive;
	color: #002250;
}

.signature {
	font-family: 'Pacifico', cursive;
	color: #002250;
	font-size: 30px;
	margin: 40px;
	margin-left: 50%;
}

.indexh1 {
	padding:30px;
	background-color: #73cae6;
	color: #002250;
	text-align: center;
	border-radius: 10px;
}

.servicesh1 {
	padding:30px;
	background-color: #73cae6;
	color: #002250;
	text-align: center;
	border-radius: 10px;
	border: solid 3px #002250;
}

.index {
	margin-top:50px;
}

.contactformbg {
	margin-top: 50px;
	background-color: #73cae6;
	border-radius: 25px;
	border: solid 3px #002250;
	font-weight: 300;
	padding: 30px;
}

.contactformbg h2, .contactformbg h3, .contactformbg p, .contactformbg label {
	color: #002250;
}

.contactformbg h2, .contactformbg h3, .contactformbg p {
	text-align: center;
}

.testimonials {
	text-align: center;
	color: #002250;
}

@media screen and (min-width:1501px) {
	h1 {
		font-size: 44px;
	}
	
	p {
		font-size: 24px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 600px;
	}
	
	.navbar-right {
		margin-top: -80px !important;
	}

	.navbar li {
		margin-top: 20px !important;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.title-icon {
		max-height: 80px;
		margin-top: -10px;
	}
	
	.vcenter {
		height: 250px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 72px;
	}
	
	.parallax-index {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
}

@media screen and (min-width:1350px) and (max-width:1500px) {
	h1 {
		font-size: 42px;
	}
	
	p {
		font-size: 24px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 600px;
	}
	
	.navbar-right {
		margin-top: -80px !important;
	}

	.navbar li {
		margin-top: 20px;
	}
	
	.navbar {
		min-height:100px;
	}
	
	.title-icon {
		max-height: 80px;
		margin-top: -10px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 72px;
	}
	
	.vcenter {
		height: 250px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}

	.parallax-index {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
}

@media screen and (min-width:1201px) and (max-width:1350px) {
	h1 {
		font-size: 36px;
	}
	
	p {
		font-size: 24px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 600px;
	}
	
	.navbar-right {
		margin-top: -80px !important;
	}

	.navbar li {
		margin-top: 20px;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.title-icon {
		max-height: 80px;
		margin-top: -10px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 72px;
	}
	
	.vcenter {
		height: 250px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}

	.parallax-index {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	h1 {
		font-size: 30px;
	}
	
	p {
		font-size: 18px;
	}
	
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 500px;
	}
	.navbar-right {
		margin-top: -80px !important;
	}

	.navbar li {
		margin-top: 20px;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.title-icon {
		max-height: 80px;
		margin-top: -10px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 56px;
	}
	
	.vcenter {
		height: 230px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}

	.parallax-index {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
	
	.signature {
		font-size: 32px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	h1 {
		font-size: 24px;
	}
	
	p {
		font-size: 16px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: 500px;
	}
	
	.large {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 20px !important;
	}
	
	.navbar-right {
		margin-top: -80px !important;
	}

	.navbar li {
		margin: 20px auto;
	}
	
	.navbar-nav {
		padding-bottom: 5px;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 42px;
	}
	
	.title-icon {
		max-height: 80px;
		margin-top: -10px;
	}
	
	.vcenter {
		height: 150px;
	}
	
	.service-icon {
		margin: 20px auto 0px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}

	.parallax-index {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
	
	.signature {
		font-size: 28px;
	}
}

@media screen and (min-width:578px) and (max-width:767px) {
	h1 {
		font-size: 20px;
	}
	
	p {
		font-size: 16px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: 500px;
	}
	
	.large {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 40px !important;
	}
	
	.small {
		margin-top: 40px;
		padding-left: 40px !important;
	}
	
	.navbar-right {
		text-align: center;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.navbar li {
		margin: 10px auto;
	}
	
	.title-icon {
		max-height: 70px;
	}
	
	.navbar-toggle {
		margin-top: 30px;
	}
	
	.vcenter {
		height: 150px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 32px;
	}
	
	.serv-title {
		max-height: 250px;
	}
	
	.service-icon {
		margin: 20px auto 0px;
	}

	.parallax-index {
		/* Set a specific height */
		height: 300px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 500px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 500px;
	}
	
	.signature {
		font-size: 20px;
	}
}

@media screen and (min-width:451px) and (max-width:577px) {
	h1 {
		font-size: 18px;
	}
	
	p {
		font-size: 16px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 400px;
	}
	
	.large {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 40px !important;
	}
	
	.small {
		margin-top: 40px;
		padding-left: 40px !important;
	}
	
	.navbar-right {
		text-align: center;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.navbar li {
		margin: 10px auto;
	}
	
	.navbar-toggle {
		margin-top: 30px;
	}
	
	.title-icon {
		max-height: 70px;
	}
	
	.title {
		font-size: 24px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 32px;
	}
	
	.serv-title {
		max-height: 250px;
	}
	
	.service-icon {
		margin: 20px auto;
	}
	
	.vcenter {
		height: 150px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}

	.parallax-index {
		/* Set a specific height */
		height: 300px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 300px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 300px;
	}
	
	.signature {
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 14px;
	}
	
	p {
		font-size: 14px;
		margin-left: 30px;
	}
	
	.coverage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 400px;
	}
	
	.navbar {
		min-height: 100px;
	}
	
	.navbar li {
		margin: 10px auto;
	}
	
	.navbar-right {
		text-align: center;
	}
	
	.navbar-toggle {
		margin-top: 30px;
	}
	
	.title-icon {
		max-height: 70px;
	}
	
	.welcome {
		margin-top: 90px;
	}
	
	.welcome h1{
		font-size: 32px;
	}
	
	.vcenter {
		height: 150px;
	}
	
	.title-one {
		/* Set a specific height */
		height: 500px; 
	}
	
	.serv-title {
		max-height: 250px;
	}
	
	.service-icon {
		margin: 20px auto;
	}
	
	.icons {
		padding-bottom: 20px !important;
	}
	
	.parallax-index {
		/* Set a specific height */
		height: 300px;
	}

	.parallax-service-title {
		/* Set a specific height */
		height: 300px;
	}

	.parallax-service {
		/* Set a specific height */
		height: 300px;
	}
	
	.signature {
		font-size: 14px !important;
	}
}