body { 
	padding: 0;
	margin: 0;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
	color: #55595d;
	line-height: 1.5em;
}

p { 
	color: #55595d;
	margin: 0px 0px 15px 0px;
}
.ccm-ui a,
.ccm-ui a:visited,
a,
a:visited{
	color: #f86759;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: underline;
}

h1 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.0em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
}
h4 {
    font-size: 1.250rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
}

/* customize_miscellaneous */
.ccm-ui .intro-text,
.intro-text{
	font-size: 1.875rem;
	line-height: 1.5em;	
}
.ccm-ui a.register,
a.register{
	display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #e1e8f0;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #f86759;
    padding: 20px 30px;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
}
a.register:hover{
	text-decoration: none;
}