1/* Amelia theme newsletter stylesheet  */
2@import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
3body.fullscreen {
4  background: #108a93; }
5
6.bg-dark {
7  background: #ad1d28 !important; }
8
9body.fullscreen {
10  background: #108a93; }
11
12body.fullscreen {
13  background-color: #108a93; }
14
15body {
16  background: #108a93;
17  color: #ffffff;
18  font-family: "Cabin", Arial, sans-serif;
19  padding: 15px; }
20
21a, a:visited {
22  color: #e8d069;
23  text-decoration: underline; }
24
25a:hover {
26  color: #e8d069;
27  text-decoration: underline; }
28
29h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
30  font-family: 'Lobster', cursive;
31  font-weight: 500;
32  color: inherit; }
33
34.card {
35  margin-bottom: 1.5;
36  background-color: #fff;
37  border: 1px solid transparent;
38  border-radius: 0.25rem; }
39
40.card-header {
41  border-bottom: 1px solid transparent; }
42
43.card-title {
44  margin-top: 0;
45  margin-bottom: 0;
46  font-size: 2rem;
47  color: inherit; }
48  .card-title > a, .card-title > small, .card-title > .small, .card-title > small > a, .card-title > .small > a {
49    color: inherit; }
50
51h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
52  font-family: 'Lobster', sans-serif;
53  font-weight: 500; }
54