/*
    font-family: "Suez One", serif;
	font-family: "Oswald", sans-serif;
	font-family: "Niconne", cursive;
    Text color : #000;
    Dark blue : #345995;
    Light blue : #4392F1;
    Red : #D7263D;
    Yellow : #EAC435;
    Mauve : #BC8796;
    Silver : #C0C0C0;
    Light gray : #D3D3D3;
*/
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: white;
}
.spacer.v80 {
    height: 80px;
}
.spacer.v60 {
    height: 60px;
}
.spacer.v40 {
    height: 40px;
}
.spacer.v20 {
    height: 20px;
}
h1, h2, h3 {
    font-family: 'Merriweather', serif;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
.roundCorners {
    border-radius: 15px;
}
    .roundCorners.top {
        border-radius: 15px 15px 15px 15px;
    }
    .roundCorners.bottom {
        border-radius: 15px 15px 15px 15px;
    }
.bg-mauve {
    background-color: #BC8796;
}
.logo {
    font-family: "Merriweather", serif;
    font-weight: bold;
}
.navbar-brand.logo {
	color: white;	
}
    .navbar-brand.logo:hover {
        color: white;
    }
.featureImage {
	width: 100%;
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
}
	.featureImage.homeIndex {
		background-image: url(../images/p_01265911.jpg);
	}
	.featureImage .text {
		margin: 0;
		color: black;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		color: #000;
		text-align: center;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
@media screen and (max-width: 400px) {
	.featureImage .text h1 {
		font-size: 22px;
	}
}
@media screen and (min-width: 401px) and (max-width: 767px) {
	.featureImage .text h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) {
	.featureImage .text h1 {
		font-size: 80px;
	}
}
.primaryMessage {
	color: #000;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
	max-width: 80%;
}
@media screen and (max-width: 575px) {
	.primaryMessage {
		font-size: 18px
	}
}
@media screen and (min-width: 576px) {
	.primaryMessage {
		font-size: 23px;
	}
}
.quote {
	text-align: center;
	padding: 60px 20px;
	background-color: #4392F1;
	color: white;
	height: 120px;
	position: relative;
}
@media screen and (min-width: 767px) {
	.quote {
		height: 220px;
}
}
.quoteItem {
	max-width: 60%;
	margin: 0;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.quoteItem p {
	font-family: "Merriweather", serif;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 5px;
}
	.quoteItem p:before {
		color: #EAC435;
		content: open-quote;
		font-size: 40px;
		line-height: 20px;
		margin-right: 5px;
		vertical-align: -13px;
	}
	.quoteItem p:after {
		color: #EAC435;
		content: close-quote;
		font-size: 40px;
		line-height: 20px;
		margin-left: 5px;
	    vertical-align: -13px;
	}
@media screen and (max-width: 766px) {
	.quoteItem p {
		font-size: 16px;
	}
		.quoteItem p:before {
			vertical-align: -12px;
		}
		.quoteItem p:after {
			vertical-align: -17px;
		}
}
.quoteItem span {
	color: #EAC435;
	font-size: 18px;
}

@media screen and (max-width: 575px) {
	.carousel-caption h3 {
		font-size: 24px;
	}
}
@media screen and (min-width: 576px) {
	.carousel-caption h3 {
		font-size: 40px;
	}
}
.carousel-caption {
	margin: 0;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	color: #000;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.featuredDeals .link {
	text-align: center;
}
#copyright {
    text-align: center;
    background-color: #345995;
    color: white;
    height: 58px;
    padding-top: 18px;
    font-size: 16px;
}
    #copyright a {
        color: white;
        cursor: pointer;
    }
        #copyright a:hover {
            color: #D7263D;
            text-decoration: none;
        }