-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (72 loc) · 1.37 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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html body {
padding-right: 10%;
padding-left: 10%;
height: 100% !important;
width: 100% !important;
}
nav {
margin-top: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar {
background-color: white !important;
}
.navbar-brand {
margin-right: 2%;
font-weight: 800;
}
.navbar-brand:hover {
color: #28a745;
}
.nav-item a {
margin-left: 20px;
}
.my-sm-0 {
margin-left: 40px;
}
.carousel-item {
vertical-align: middle;
}
.active {
font-weight: 600;
}
.space {
height: 20px !important;
width: 100%;
}
.card {
border: none !important;
}
h2 {
/* font-family: 'Berkshire Swash', cursive; */
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 400;
font-size: 180%;
text-align: center;
padding-bottom: 7px;
border-bottom: 2px black solid;
overflow: hidden;
}
.page-footer {
background-color: rgba(218, 216, 216, 0.527) !important;
}
/* css for gallery */
.gall img {
filter: brightness(.7);
}
.gall img:active {
filter: brightness(1);
transform: scale(1.1);
}
/* css for Events */
.event img {
filter: brightness(.6);
}
.event img:hover {
filter: brightness(1);
}