﻿@font-face {
    font-family: font1;
    src: url('font1.woff');
}

h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 34px;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	font-weight: normal;
	margin: 20px 0 0 0;
	border-style: none none none solid;
	border-width: 0px 0px 0px 3px;
	border-left-color: #DEC058;
	padding-left: 20px;
}

h3 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	margin: 20px 0 0 0;
	border-style: none none none solid;
	border-width: 0px 0px 0px 2px;
	border-left-color: #DEC058;
	padding-left: 20px;
}

h4 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
}

h6 {
	font-family: 'Rajdhani', sans-serif;
	font-size:24px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
}

p {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	margin: 10px 0 0 0;
}