main.css 2.45 KB
Newer Older
Sven Schneider's avatar
Sven Schneider committed
1
2
3
4
5
6
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
7
@media (min-width: 1000px) {
Sven Schneider's avatar
Sven Schneider committed
8
9
10
11
12
13
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

Sven Schneider's avatar
Sven Schneider committed
14
15
16
17
18
19
20
21
22
.hftBackground {
  background-image: url(../imgs/background_blur_bright.jpg);
  background-size: cover;
  background-blend-mode: normal;
  opacity: 1;
}



Sven Schneider's avatar
Sven Schneider committed
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: 0.25rem;
}

Sven Schneider's avatar
Sven Schneider committed
44
.footer-header-color{
45
  background-color: #cc3124;
Sven Schneider's avatar
Sven Schneider committed
46
47
48

}

Sven Schneider's avatar
Sven Schneider committed
49
body{
50
    background-color: #cc3124;/* thistle; */
Sven Schneider's avatar
Sven Schneider committed
51
52
53
54
55
56
57
58
59
60
61
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

62
@media (min-width: 1000px) {
Sven Schneider's avatar
Sven Schneider committed
63
64
65
66
67
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

68
69
70
71
72
73
.exploreBtn{
  background-color: #ffffff;
  color: #cc3124;
  border-color: #cc3124;
  
}
Sven Schneider's avatar
Sven Schneider committed
74

75
76
77
78
.exploreBtn:hover{
  background-color: #cc3124;
  color: #fff;
}
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93

a {
	color: black;
}

a:hover{
  color: white;
}

a:visited {
	color: black;

}


Sven Schneider's avatar
Sven Schneider committed
94
95
.myBtn {
    color: #fff;
96
    background-color: #cc3124;
Sven Schneider's avatar
Sven Schneider committed
97
98
    border-color: thistle; /*set the color you want here*/
    width: 180px;
Sven Schneider's avatar
Sven Schneider committed
99
    margin: 10px;
Sven Schneider's avatar
Sven Schneider committed
100
101
102
}
.myBtn:hover, .myBtn:focus, .myBtn:active, .myBtn.active, .open>.dropdown-toggle.myBtn {
    color: #fff;
103
    background-color: #cc3124;
104
    border-color: thistle; /*set the color you want here*/
Sven Schneider's avatar
Sven Schneider committed
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
}

.thumbimg{
    width: 100%;
    height: 225px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: blue;
    border: solid;
    border: 4px;
}

.windSVG{
    margin-right : 20px;
}

127
128
.hftlogo{
  margin-right : 20px;
129

130
131
132
133
  /* width: 100px; */
}


Sven Schneider's avatar
Sven Schneider committed
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.extension{
  padding: 20px 10px;
  min-height: 445px;
  max-height: 445px;
  /* margin: 20px; */
}

.py-5{
  padding: 1rem!important; 
}

.card-body{
  min-height: 90px;
  padding: 0.5rem 0.5rem 0.2rem;

}

.card-text{
  max-height: 85px;
  overflow: auto;
  /* overflow-y: auto; */  
  /* padding-bottom: 10px; */

}

.btnGroupDiv{
  /* padding: 20px 00px 00px 20px; */
  padding: 0.5rem;
162
163
164
165
166
167
168
169
170
171
172
173
174
175
}

#UrbanVisTitle{
  
  font-family: 'Courier New', Courier, monospace;
  /* padding-right: 20px; */
  /* text-align: right; */
  position: relative;
  /* margin-left: 50%; */
  
  color: #fff;
  font-size: 3em;
  /* width: 0px; */
  
Sven Schneider's avatar
Sven Schneider committed
176
}