-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
95 lines (83 loc) · 1.52 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
@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@600;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Squada+One&display=swap');
body {
background-color: #000000;
font-size: 50px;
line-height 60px;
}
a {
color: #ffffff;
}
a:hover {
color: #8a237e;
}
p {
padding-bottom: 15px;
}
h2 {
font-size: 50px;
}
#header {
background-color: #ffffff;
height: 200px;
}
#header .col {
display: flex;
flex-direction: column;
justify-content: end;
}
#pagetitle {
padding-left: 30px;
}
.page-heading {
font-size: 80px;
font-family: 'Squada One', cursive;
}
.subheading {
font-size: 36px;
margin-bottom: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
padding-top: 40px;
}
#content {
color: #ffffff;
}
img {
max-width: 100%;
}
#logo {
width:333px;
height:162px;
padding-top:30px;
}
.nav-tabs {
padding-top: 4rem;
margin-right: 30px;
margin-left: 30px;
border-bottom: 0;
border-right: 3px solid #58a9e0;
}
.nav-tabs .nav-link {
text-align: left;
border-radius: 0;
}
.nav-tabs .nav-link.active {
border-color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
background-color: #8a237e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #ffffff;
}
.nav-tabs .nav-link .btn-title {
color: #ffffff;
font-weight: 600;
font-size: 30px;
}
.nav-tabs .nav-link.active .btn-title {
}
.tab-content {
padding: 3rem;
}