/* COLOUR REFERENCES



*/

/* ==== GENERAL ==== */

body {
	margin-top: 100px;
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: #ffffff;	
}

/* ==== GLOBAL ==== */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
	color: black;
}

h1{
	font-size: 1.75em;	
	text-align: center;	
}
h2{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 60px;	
}
h3{
	font-size: 1.25em;	
	text-align: center;
}
h4{
	font-size: 1em;
	text-align: center;	
}
h5{
	font-size: .75em;
}

p.lead {
	text-align: center;
	/*background: #1b1464;*/
	margin: 0 auto 30px;
	width:80%;
	color: #f6e8b2;
}

.center{
	text-align: center;
}

p {
	margin: 0 0 15px;
}

a:link, a:visited {
	color: #f6da6a;
}

a:hover {
	text-decoration: none;
	color: #f6da6a;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
	max-width: 300px;
}

.btn:focus {
	outline: none;
}

.btn-primary{
	background: #1b1464;
}

.btn-primary:hover{
	background: #302977;	
}

.btn-success {
	background: #122639;
	border: none;
}

.btn-success:hover {
	background: #6a9b3d;
	border-color: #6a9b3d;
}

.btn-danger {
	background-color: #490608;
	border-color: #d95131;
}

.text-danger, li.text-danger a {
	color: #dd5638;
}

a.text-danger:hover {
	color: #e55939;
}
a.navbar-brand{
	padding:5px 0;
}
.navbar-header{
	height:60px;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f5db96;
}
.navbar img{
	height: 50px;
	padding:5px 0;
	}
.navbar-default{
	background: rgba(0, 0, 0, 1);
	height:60px;
	border-bottom: none;
	margin-bottom: 0;
}
.navbar-default .navbar-collapse{
	background: rgba(0, 0, 0, .9); 
}
.nav li a{
	padding: 15px 15px;
}
.nav li a:hover{
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    border-bottom: solid 3px #f5db96;
    background: rgba(0, 0, 0, 1);
}


/* ==== FORMS ==== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}
input[type="tel"]{
	margin-bottom:15px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	float: right;
	background: #f6da6a;
	color: black;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #94afbc;
}

form.search-form .form-group {
	margin: 0;
}

form.search-form .input-group {
	width: 100%;
}

form.search-form .input-group input[type="search"],
form.search-form .input-group input[type="text"] {
	width: 70%;
}

form.search-form .input-group input[type="submit"] {
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}

form textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.req{
	font-size: 12px;
	color: #f6e8b2;
}

/* ==== mainSection ==== */

#mainSection {
	width:100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	padding-bottom: 120px;
	height: 450px;
	background: url('../img/hero.jpg');
	background-attachment: fixed;
	background-size: cover;	
	background-position: right top;
	margin-top: -50px;	
	
}
#mainSection p{
	color: black;
}
.call{
	width: 40%;
	float:left;
	padding-top: 40px;
}


.call h2{
	text-align: left;
	padding: ;
	margin-bottom: 10px;
}

.whtlt{
	background:rgba(255, 255, 255, .8);
	padding: 30px;
	float:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0;
}

.redbkg{
	background-color: #490608;
	background: url('../img/tileRed.jpg');
	color: white;
	border-top: solid black 1px;
}
.whtbkg{
	background: url('../img/tile2.jpg');
	color: white;
	border-top: solid black 1px;
}

.redbkg h2, .redbkg h3,  .redbkg h4, .redbkg p{
	color:white;
}
.redbkg p.lead {
	text-align: center;
	/*background: #1b1464;*/
	margin: 0 auto 30px;
	width:80%;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
}
.whtbkg h2, .whtbkg h3, .whtbkg p{
	color:black;
}
.blubkg h1, .blubkg h2, .blubkg h3{
	color: white;
}
.blubkg h4{
	color: #f6da6a;
	margin-top: 0;
}
.blubkg a{
	color: #aab1df;
}
.blubkg a:hover{
	color: #8794e1;
}
.blubkg{
	background: #100d33;
	color: white;
}

.bkgrey{
	background: rgba(217, 197, 168, .5);
	margin: 20px;
}

/* ==== LAYOUT ==== */
#myCarousel p{
	color:black;
}
#services h2{
	margin-bottom: 10px;
}
#services img{
	width: 15%;
	max-width: 100px;
	display:block;
	margin: 20px auto 20px auto;
	margin-bottom: 20px;
}

.listLead{
	font-weight: bold;
	margin-bottom: 5px;
}
#rising{
	background: rgba(0, 0, 0, 1);
	width:100%;
	padding:10px 0;
}
#rising h2{
	margin: 5px auto;
	color: #f6da6a;	
}
.pad{
	padding-left: 70px;
}



.listServices{
	background: url('../img/tile2.jpg');
	padding:20px;
	color: black;
	width:75%;
	margin:0 auto;
}
.listServices h3{
	color: black;
	padding-bottom: 20px;
}
#about h4{
	text-align: left;
}
.fa-phone-square, .fa-envelope{
	float: left;
	padding: 2px 10px 0 0;
	font-size: 1em;

}

.carousel-control {
  padding-top:10%;
  width:5%;
}

#contact .row + .row {
	
}
#contact .row{
	margin-bottom: 20px;
}
section {
	padding: 60px 0;
	width:100%;
}

.section-header {
	text-align: center;
}

section h3 {
	margin: 20px 0 10px;
}


footer{
	background: url('../img/herofooter.jpg'), rgba(0, 0, 0, .9);
	color: #fff;
	padding: 20px 0 10px;
}
footer h3{
	margin: 0;
	color: #fff;
}
footer p{
	font-size: 1em;
	margin: 0;
}
footer p.copy{
	font-size: 12px;
}

.fa-facebook-square, .fa-linkedin-square{
	font-size: 40px;
	padding-right: 10px;
	color: #fff;
}
.fa-facebook-square:hover, .fa-linkedin-square:hover{
	color: #a8a4a4;
}
footer i a{
	padding:0 10px 0;
}

.footerLogo img{
	width:200px;
	margin:0 auto;
}


footer a:link, footer a:visited {
	color:#aab1df;
}

footer a:hover {
	color: #8794e1;
}
/* -------------------------------------------------------------------------------- */
/*	Thankyou page
/* -------------------------------------------------------------------------------- */
i.fa.fa-paper-plane-o{
	font-size: 6em;
	display: block;
	text-align: center;
}

/* ==== MEDIA QUERIES ==== */
@media screen and (max-width: 1150px) {
	#mainSection{
		background: url('../img/hero1a.jpg');
		background-size: cover;	
	background-position: right top;
		
	}
}
@media screen and (max-width: 991px) {
	.call{
		padding-top: 0;
}
footer{
		text-align: center;
		
	}
	footer p{
		text-align: center;
		margin: 10px 0;
	}
	#mainSection{
		
		
		height:100%;
	}
	
	#mainSection p, #mainSection h2{
		color: black;
	}
	h2 {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 716px) {

	#mainSection{
		background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
	                rgba(0,0,0,0.4) url('../img/hero1b.jpg');
		background-size: cover;	
		background-position: right top;
		padding-top: 30px;
		padding-bottom: 30px;	
	}  
	#mainSection p, #mainSection h2{
			color: white;
			text-shadow: 3px 3px 10px #000000;
	}
	.call{
		width:90%;
		margin: 0 auto;
	}
}

