-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
50 lines (41 loc) · 1.2 KB
/
site.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* v2 */
@font-face {
font-family: 'Geomanist Book';
src: url(fonts/geomanist/hinted-Geomanist-Book.eot);
src: url(fonts/geomanist/hinted-Geomanist-Book.eot?#iefix) format('embedded-opentype'),url(../fonts/geomanist/hinted-Geomanist-Book.woff2) format('woff2'),url(../fonts/geomanist/hinted-Geomanist-Book.woff) format('woff'),url(../fonts/geomanist/hinted-Geomanist-Book.ttf) format('truetype'),url(../fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Book) format('svg');
font-weight: 400;
font-style: normal
}
body {
padding-bottom: 20px;
background-color: rgb(98, 41, 145);
color: #FFF;
font-size: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
max-width: 280px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.body-content {
padding: 0;
}
}
/* v2 */
.jumbotron {
font-family: 'Geomanist Book';
background-color: #380a66;
}
h1, h2 {
font-family: 'Geomanist Book';
text-align: center;
}