/* sample css for client overrides */

/*h1~h6 style*/
h1 {
	color:#f79646;
	font-size:32px;
	line-height:38px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:700;
}

h2 {
	color:#5e0069;
	font-size:28px;
	line-height:36px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:600;
}

h3 {
	color:#454545 ;
	font-size:24px;
	line-height:35px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:500;
}

h4 {
	color:#454545;
	font-size:22px;
	line-height:30px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:500;
}

h5 {
	color:#454545;
	font-size:20px;
	line-height:27px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:400;
}
h6 {
	color:#454545;
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:400;
}


/* mockups for NDEO to test */

p.M400 {
    Font-Family: "Montserrat";
    Font-weight: 400;
	Font-size: 20px;
}

p.M500 {
    Font-Family: "Montserrat";
    Font-weight: 500;
	Font-size: 20px;
}

p.M600 {
    Font-Family: "Montserrat";
    Font-weight: 600;
	Font-size: 20px;
}

p.M700 {
    Font-Family: "Montserrat";
    Font-weight: 700;
	Font-size: 20px;
}

p.M800 {
    Font-Family: "Montserrat";
    Font-weight: 800;
	Font-size: 20px;
}

p.M900 {
    Font-Family: "Montserrat";
    Font-weight: 900;
	Font-size: 20px;
}

p.TealBkg {
    background:#007C85;
	border:1px solid #007C85;
	padding:5px 10px;
	color: #FFF;
	Font-Family: "Montserrat";
    Font-weight: 600;
	Font-size: 20px;
}
p.OrangeBkg {
    background:#F79646 ;
	border:1px solid #F79646 ;
	padding:5px 10px;
	color: #000;
	Font-Family: "Montserrat";
    Font-weight: 600;
	Font-size: 20px;
}
p.PurpleBkg {
    background:#5E0069;
	border:1px solid #5E0069;
	padding:5px 10px;
	color: #FFF;
	Font-Family: "Montserrat";
    Font-weight: 600;
	Font-size: 20px;
}
li.menuItem {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #c8c8c8;

	list-style-type: none;
	padding: 12px;
}
