summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 57a993a8caf4b0e8c9ae5ecb26e0c62d37b62299 (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
body { 
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
}

#header h1 {
    float: left;
}

#header img {
    height: 80px;
}

#header ol li {
    float: right;
    list-style-type: none;
    line-height: 80px;
    font-size: 120%;
}

#content-top .about {
  text-align: right;
}

#services {
  margin-top: 40px;
}

#services ul, #news p {
  margin-left: 50px;
}
#services ul li {
    list-style-type: none;
    vertical-align: bottom;
    float: left;
    height: 90px;
}

footer {
    text-align: center;
    margin: 20px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

a:hover {
    color: #F00;
}

li.link {
    position: relative;
}

span.link {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}