﻿@charset "iso-8859-1";
/* CSS Document */

/* 
CHD Assets

Colors 
blue // rgb(31,30,46) | #1f1e2e
grey // rgb(216,215,215) | #d8d7d7
golden // | #be9e2f


Fonts

font-family: 'Dosis', sans-serif;
font-family: 'Quicksand', sans-serif;

*/

body{
	background-color: rgb(31,30,46);
	background-repeat: repeat-y;
	color: #d8d7d7;
	font-family: 'Cormorant SC', serif;
	font-size: 1.2em;
	line-height: 1.3em;

}

section{
	min-height: 30vh;
}

#navBar{
	background-color: #d8d7d7;
	color: #fff;
}

	a,a:link,a:visited{
		color: #1f1e2e;
		text-decoration: none;
	}
	a:hover{
		color: #be9e2f;
		background-color: #1f1e2e;
		border-bottom: 3px solid #be9e2f;
	}

#bbi{
	padding: 0;
	min-height:35vh;
	background-image: url("../img/bb-prop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}

	.noBack{
		background-image: none;
	}

	.aUS{
		background-image: url("../img/bb-aUS.jpg");
	}

.txt{
	padding-top: 35px;
}

.txt > h1 {
	border-bottom: 1px solid #be9e2f;
}



/* Small devices (phones, up to 480px) */
@media (max-width: 480px) {
	body{
		font-size: 1em;
		line-height: 1.1em;
	}

	#about h2{
		padding-top: 7vh;

		text-align: center;
	}



	#CTA1 .scbg01{
		border:none;
		text-align: center;
	}

	#CTA1 .boom{
		min-width: 100vw;
	}

	#CTA1 p{
		padding:0 5vw;
	}

	

	#services h2{
		font-size: 1em;
		line-height: 1.3em;
	}

	#services .row{
		margin-bottom: none;
	}

	#services .col-md-4{
		margin-bottom: 7vh;
	}

	#sheader img{
		width: 80%;
	}

}

/* Small devices (landscape phones, 576px and up) */
/*@media (min-width: 576px) { ... }*/

/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) { ... }*/

/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) { ... }*/

/* Extra large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) { ... }*/
