/* Additional customizations */

h1 {
	color: #FFFFFF;
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
	text-shadow: 3px 3px 4px rgba(44, 58, 25, 1);
}

h2 {
	color: #2c3a19;
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

h3 {
	color: #CCCCCC;
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

p {
	color: #DDDDDD;
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

p.lead {
	color: #2c3a19;
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

a {
    color: #000000;
}

a:hover {
    color: #425924;
}

blockquote {
	font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

h5.card-title {
  font-family: 'Rokkitt', "Times New Roman", Times, serif;
  color: #2c3a19;
  font-weight: bold;
}

p.card-text {
  color: #606060;
}

li {
  font-family: 'Rokkitt', "Times New Roman", Times, serif;
}

/*------------------------------------
  Highlight Colors
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #2c3a19; }

::selection {
  color: #fff;
  background-color: #2c3a19; }

.g-bg-primary ::-moz-selection {
  color: #2c3a19;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #2c3a19;
  background-color: #fff; }


/* custom buttons */
.btn-green { 
  color: #FFFFFF; 
  background-color: #2c3a19; 
  border-color: #164232; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #FFFFFF; 
  background-color: #2DA83C; 
  border-color: #164232; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #179366; 
  border-color: #164232; 
} 
 
.btn-green .badge { 
  color: #179366; 
  background-color: #FFFFFF; 
}

.g-bg-olive {
	background-color: #2c3a19;
}

.g-color-main {
  color: #7F0E0E;
}

