/*!
 * styles-content.css
 * CSS file containing CONTENT styles
 * Issue 1.0 - 5-FEB-2015 - VSC
 */


/* ------------------------------------------------------------- */
/* GENERAL TYPOGRAPHY											 */
/* ------------------------------------------------------------- */

/* General */
body {
    font-family: 'Open Sans', sans-serif;
	color: #1e1e1e;
	font-weight: 300;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

/* Paragraph */
p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height:1.5;
}

/* List */
li {
	margin-bottom: 10px;
	font-size: 17px;
}

/* Table */
td,th {
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
}

/* Links */
a {
	color: #8ca813;
    text-decoration: underline;
}
a:hover {
	color: #8ca813;
    text-decoration: none;
}









/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - MEDIUM																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Headings
 */

@media (max-width: 991px) {


/* Headings */
h1 {
	font-size: 24px;
}




}




/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - SMALL																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Headings
 * Paragraph
 * List
 */

@media (max-width: 767px) {


/* Headings */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}

/* Paragraph */
p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height:20px;
}

/* List */
li {
	font-size: 14px;
}




}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - X SMALL															   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * General
 */

@media (max-width: 480px) {


/* Headings */
h1 {
	font-size: 17px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}

/* Paragraph */
p {
	font-size: 13px;
	line-height:18px;
}

/* List */
li {
	font-size: 13px;
}





}
