aboutsummaryrefslogtreecommitdiff
path: root/crumbs/static/css/crumbs.css
blob: 3ec495a47f9a5ac15c98ebe29e154142a67d9057 (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
/**************************************

   BASIC DEFINITIONS 

**************************************/


body {
  font-family: 'Montserrat', sans-serif;
  color: #BEBEBE;
  background-color: #222222;
  background-image: none;
  line-height: 32px;
  -webkit-font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
}

p {
  font-size: 22px;
  font-weight: 300;
}


div.navigation {
  padding-top: 12px;
  padding-bottom: 75px;
  padding-right: 32px;
  height: 75px;
  line-height: 75px;
}

div.navigation a {
  font-weight: 500;
  font-size: 22px;
  color:#FFF;
  
  text-decoration: none;
  padding-left: 48px;
  /* margin-left: 20px; */
  text-transform: lowercase;
  /* transition: all 0.2s ease-out; */
}

div.navigation a:hover {

}