aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: 692be682236c448908406a5773809f790898c742 (plain)
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
@charset "utf-8";

@font-face {
	font-family: Basis;
	src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
	font-weight: normal;
 }
 @font-face {
	 font-family: Basis;
	 src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype');
	 font-weight: 100;
 }
 @font-face {
	 font-family: Basis;
	 src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
	 font-weight: bold;
 }

* {
	font-family: Basis;
	color: black;
}

a {
	color: blue;
}

a:hover {
	color: black;
}

a:active {
	color:gray;
}

section {
	padding-left: 125px;
	padding-bottom: 50px;
}

header {
	padding-top: 100px;
	padding-left: 125px;
}

section#quicklinks {
	line-height: 40px;
	
}

section#quicklinks ul {
	padding-left: 0px;
	list-style-type: none;
}

section#intro {
	color: black;
}


section h1 {
	font-size: 28px;
}

p {
	font-weight: lighter;
	size: 14px;
}