-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
105 lines (89 loc) · 1.57 KB
/
index.css
File metadata and controls
105 lines (89 loc) · 1.57 KB
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
103
104
105
body, html {
#height: auto;
margin: 0;
overflow-x: hidden;
width: 100%;
}
nav {
z-index: 1;
}
.nav-item {
text-align: right;
}
.nav-item@media (min-width: 992px) {
}
.trademark {
font-weight: 700;
letter-spacing: 2px;
font-family: "Times New Roman", Serif;
}
.p-content {
padding: 5% 100px 0 100px;
}
h6 {
text-transform: lowercase;
color: #6c757d;
font-weight: bolder;
font-size: 12pt;
font-style: italic;
font-family: "FiraCodeiScript", "Lucida Console", monospace;
font-stretch: extra-expanded;
}
.text-white h6 {
color: rgba(198,199,200,1);
}
.h-100vh {
min-height: 100vh;
}
.googleCalendar{
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.googleCalendar iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.logos {
min-height: 200px;
margin-bottom: 200px;
}
.contact {
list-style: none;
}
.footer {
left: 0;
bottom: 0;
height:80px;
width: 100%;
background-color: black;
text-align: center;
}
.footer p {
top: 30%;
}
.fira {
font-family: FiraCodeiScript;
}
@font-face {
font-family: "FiraCodeiScript";
src: url("FiraCodeiScript-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "FiraCodeiScript";
src: url("FiraCodeiScript-Bold.ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "FiraCodeiScript";
src: url("FiraCodeiScript-Italic.ttf");
font-weight: normal;
font-style: italic;
}