-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (83 loc) · 1.94 KB
/
style.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@font-face {
font-family: 'Ranga';
font-style: normal;
font-weight: 400;
src: local('Ranga Regular'), local('Ranga-Regular'), url(./fonts/Ranga/Ranga-Regular.ttf) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Sedgwick Ave';
font-style: normal;
font-weight: 400;
src: local('Sedgwick Ave Regular'), local('SedgwickAve-Regular'), url(./fonts/Sedgwick_Ave/SedgwickAve-Regular.ttf) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Tahu';
src: url(./fonts/Tahu/Tahu!.ttf) format('truetype');
}
body{
padding-top: 50px;
}
.navbar {
font-family: 'Ranga';
color: white;
font-size: 1.3em;
}
.navbar-light .navbar-brand .navbar-nav .nav-link .navTitle .navbar .navbar-dark {
font-family: 'Ranga';
color: white;
font-size: 1.3em;
}
.jumbotron {
font-family: 'Tahu';
color: rgb(255, 255, 255) ;
background-color: #563d7c;
border-radius: 0 ;
}
.intro {
font-family: 'Tahu';
text-align: center;
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3),
0px 8px 13px rgb(0, 0, 0, 0.1);
}
hr {
width: 38%;
border-top: 2px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.4);
}
.container {
font-family: 'Ranga';
}
.display-5 {
font-family: 'Ranga';
font-weight: bold;
}
p {
font-family: 'Ranga';
font-size: 2rem;
}
a {
color: #563d7c;
}
.foyerIntro {
align-items: center;
align-self: center;
justify-content: center;
text-align: center;
}
.readMore {
align-items: end;
}
.foyerGrid {
background-color: RGBA(86, 61, 124, 0.1);
}
.foyerText {
padding: 25px;
}
.panel-collapse {
height: 100%;
}
.page-footer {
background-color: RGBA(86, 61, 124, 0.1);
}