-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (68 loc) · 1.13 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
/*
Theme Name: Scouts - 2018
Author: West Sussex Scouts Media Team
Description: Wordpress Template for UK Scouting meeting the 2018 branding
Version: 1.0.7
Tags: bootstrap
*/
/*
* Globals
*/
body {
font-family: 'Nunito Sans', sans-serif;
}
p{
font-weight: 300;
}
h1{
font-weight: 900;
}
h2{
font-weight: 800;
}
h3{
font-weight: 700;
}
#footer_container{
width:100%;
min-height:100px;
border-top: 5px solid #7413dc;
margin-bottom: 5px;
}
#footer_content{
max-width: 1200px;
margin: 0 auto;
padding-top: 5px;
padding-bottom: 15px;
}
.navbar-brand img{
max-width: 136px;
max-height: 62px;
}
.container>.navbar-header{
margin-right: 0;
margin-left: 0;
}
.header.header > .navbar {
-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#main-nav {
position: fixed;
width: 100%;
z-index: 1000;
min-height: 75px;
margin-bottom: 0;
}
.navbar{
background: #FFFFFF;
}
.navbar-nav .nav-link{
color: #7413dc !important;
}
.navbar-nav .nav-link:hover{
color:#00a794 !important;
}
.navbar-nav .active>.nav-link{
color: rgba(0,0,0,.9) !important;
}