
@font-face { font-family: 'titeltext';
    src: url('../jd_fonts/titeltext.ttf') format('truetype'); }

body, p, li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1 {
  font-family: 'Cinzel', sans-serif;
  font-weight: 400;
}

h2 {
	font-family: 'titeltext', Arial, sans-serif;
	font-weight: 400;
	color: darkblue;
}

a: { text-decoration: none; color:grey }
a:visited { text-decoration: none; color:grey }
a:link { text-decoration: none; color:grey }
a:hover { text-decoration: none; color:green }
a:active { text-decoration: none; color:red }

.btn {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  border-color: black;
  background-color: white !important;
  color: black;
}

.btn:active, .btn:focus, .btn:hover {
  background-color: green !important;
  color: black; 
  border-color: white !important;
}
