/* ========================================================================
   Component: Typography
 ========================================================================== */

/*=== Google Font ===*/
@import url('http://fonts.googleapis.com/css?family=Rock Salt:400,300,700,900');

html {
    font-family: 'Open Sans', sans-serif;
}
body {
    font-size: 16px;
}
h2, h3, h4, h5, h6, .bold-text {
    font-family: "Rock Salt", sans-serif;
}
h2, .light-text {
    font-family: "Rock Salt";
    font-size: 28px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rock Salt';
	font-style: normal;
	margin: 0 0 40px 0;
}

.text-color {
    color: #006400;
}

h1 { font-size: 72px; line-height: 55px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }
.text-bold { font-weight : 900; }

header p {
    font-size: 18px;
}

.panel-title {
    font-family: 'Rock Salt';
}

/* Icon Font
 ========================================================================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticons/flaticon.eot");
  src: url("../fonts/flaticons/flaticon.eot") format("embedded-opentype"),
  url("../fonts/flaticons/flaticon.woff") format("woff"),
  url("../fonts/flaticons/flaticon.ttf") format("truetype"),
  url("../fonts/flaticons/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*="icon-"]:before,
[class^="icon-"]:after, [class*="icon-"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-user:before {
  content: "\e000";
}
.icon-discussion:before {
  content: "\e001";
}
.icon-check:before {
  content: "\e00c";
}
.icon-code:before {
  content: "\e002";
}
.icon-heart:before {
  content: "\e007";
}
.icon-idea:before {
  content: "\e003";
}
.icon-mobile:before {
  content: "\e004";
}
.icon-arrow-left:before {
  content: "\e007";
}
.icon-office:before {
  content: "\e009";
}
.icon-reload:before {
  content: "\e00a";
}
.icon-arrow-right:before {
  content: "\e00a";
}
.icon-web-browser:before {
  content: "\e002";
}
.icon-grid:before {
  content: "\e005";
}
.icon-up:before {
  content: "\e00d";
}