summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 4921ca5b405298a810646ca8d88726ff776ed0a7 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
body {
    font-family: 'Helvetica Neue', Helvetica, Arial;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    padding: 0;
    max-width: 80%;
}

#logo {
    float: left;
}

nav {
    float: right;
}

nav a {
    line-height: 80px;
    font-size: 1.2em;
    margin-left: 2em;
}

nav a:first-child {
    margin: 0;
}

h1, h2, h3 {
    margin-bottom: 1em;
}

footer{
    text-align: center;
    margin: 20px;
    font-size: 0.8em;
    color: #888;
}

a, a:hover {
    color: #900;
}

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

.about {
    text-align: right;
}

#content, #services {
    margin-top: 3em;
}

#services .img {
    text-align: center;
    line-height: 6em;
    width: 6em;
}

#services .desc {
    padding: 1em;
}

.service-row {
    margin: 2em 0;
}

.link-hover {
    position: relative;
}

.link-hover:hover {
    background-color: #e5f0ff;
}

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

pre {
    white-space: pre !important;
}