aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: d246fdea9d9f064b3c2a9e42ad98516ebc243d10 (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
@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;
	line-height: 20px;
}

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

section ul {
	padding-left: 0px;
	list-style-type: none;
	line-height:20px;
}


section h1 {
	font-size: 28px;
}

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