﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
/*
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
*/

.woodPanel {
    /*background-image: url("/ecsquareddemo/SiteAssets/bg-lines.png");*/
    background-image: url("https://racafes.compass-usa.com/ecsquareddemo/PublishingImages/bg-lines.png");
    background-repeat: repeat;
    padding-top: 32px;
}

.woodPanel>.container:nth-child(2),
.commentcardgeneral,
.commentcardname,
.commentcardemail,
.commentcardphone,
.commentcardresponse,
.commentcardspam
{
	background-color: #F5F1DC !important;
}


body {
	font-family: 'Raleway', sans-serif !important;
}

.WebPartPageTitle
{
	color: #454445;
	font-family: 'Playfair Display', serif !important;
	font-size: 36px;
	font-weight: bold;
	padding: 30px 0px 30px 0px;

}

.woodPanel>div:nth-child(1)>div>div
{
	background-color: #F5F1DC !important;
	
}


.SPMainMenu-ParentItem a, .SPMainMenu-ParentItem a:visited
{
	font-family: 'Playfair Display', serif !important;
}
#compasscommentcard
{
	font-family: 'Raleway', sans-serif !important;
}
#compasscommentcard input[type=submit]
{
	font-family: 'Raleway', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif !important;
	font-weight: bold !important;	
}

div#FooterContainer {
	display: none;
}



