/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 9, 2015, 9:34:04 AM
    Author     : lemke
*/

.btn {
	background: #684135;
    color: #ebe6e0;
	font-family: Oswald;
}

.btn:hover {
	background: rgba(104, 65, 53, .7);
    color: #ebe6e0;
	font-family: Oswald;
	opacity:8;
}

.accordion-button:not(.collapsed) {
	background-color: floralwhite;
	border-color: floralwhite;
	color: black;
}