summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 7ec54cc84392242fb96ab25097aaf4028840c892 (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
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%;
}

#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;
}