body, h1, h2, h3, h4, h5, p {
    font-family: 'Khula', Roboto, "Helvetica Neue", Helvetica, Tahoma, 'Trebuchet MS', Arial, sans-serif;
    color: #343536;
}

h1 {
    /*font-size: 48px;*/
    line-height: 1.15em;
    font-weight: 400;
}
h2 {
	line-height: 1.15em;
    font-weight: 700;
    color: #343536;
    /*font-size: 36px;
    background-color: #231f20;
    padding: 20px 0;
    margin: 50px 0;*/
}
h3 {
    font-size: 24px;
	line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h4 {
    /*font-size: 18px;
	line-height: 1.22em;*/
    font-weight: 700;
}
p {
	font-size: 18px;
	/*line-height: 1.375em;*/
    font-weight: 400;
}
p.small-text {
    font-size: 12px;
    font-weight: 300;
    color: #343536;
}
p.intro-paragraph {
    font-size: 24px;
    /*color: #999;*/
}
p.sidebar {
    padding: 20px;
    background-color: #d1d3d4;
}
.white-font {
    color: white;
}
.padding-bottom-2 {
    padding-bottom: 2px;
}
.padding-bottom-50 {
    padding-bottom: 30px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-100 {
    padding-bottom: 80px;
}
.padding-top-100 {
    padding-top: 80px;
}
.padding-around {
    padding: 5px;
}

.bg-dark {
    background-color: #231f20;
}
.bg-semidark {
    background-color: #d1d3d4;
}
.top-bar {
    background-color: transparent;
    padding: 0px;
}

.top-bar ul {
    background-color: transparent;
    padding-top: 40px;
    margin: 0px;
}
.top-bar ul li {
    margin-left: 20px;
    margin-right: 0px;
}

a {
    color: #231f20;
}
a.special-line {
    border-bottom: 1px solid #231f20;
}
a:hover {
    color: #ccc;
}
a:hover img {
    background-color: none;
}
ul.jjmenu li a {
    background-color: #fff;
    padding: 10px 14px 6px;
}
ul.jjmenu li a:hover {
    background-color: #231f20;
    color: #fff;
}
ul.jjmenu li.menu-text {
    background-color: #555555;
    padding: 10px 14px 6px;
    color: #fff;
    font-weight: 400;
}
ul.jjmenu2 li a {
    background-color: none;
    padding: 10px 14px 6px;
    color: #fff;
}
ul.jjmenu2 li a:hover {
    background-color: #fff;
    color: #231f20;
}

p.jjbutton a {
    background-color: #231f20;
    padding: 10px 20px 8px;
    color: #f1f1f1;
}
p.jjbutton a:hover {
    background-color: #f1f1f1;
    color: #231f20;
}

.hero-rpgs {
    background: url(/images/hero-bg-1920.jpg) no-repeat center center;
    background-size: cover;
}
.challenge-rpgs {
    background: url(/images/bg-outlinedice.png) repeat center center;
    background-color: #eee;
    background-size: 150px 97px;
}
.hero-inf {
    background: url(/images/hero-bg-inf-1920.jpg) no-repeat center center;
    background-size: cover;
}
.challenge-inf {
    background: url(/images/bg-doctors.jpg) no-repeat center top;
    background-size: cover;
}
.hero-lyla {
    background: url(/images/hero-bg-lyla-1920.jpg) no-repeat center center;
    background-size: cover;
}
.challenge-lyla {
    background: url(/images/bg-outlineballs.png) repeat center center;
    background-color: #f4f4f4;
}
.blue-bg {
    background-color: lightblue;
    border: 3px solid yellow;
}
.gray-bg {
    background-color: #d1d3d4;
    /*border: 1px solid #ccc;*/
}

