aboutsummaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
blob: 1f220b54f5a91a3be76782f6d91e680b87b6491f (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
html {
  position: relative;
  min-height: 100%;
}
body {
  position: relative;
}
.wrapper {
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.index-section {
  padding: 100px 0 40px;
}

.index-section-last {
  padding: 100px 0 70px;
}

.list-inline {
  display: inline;
}

.site-title {
  text-align: right;
}

.site-title h1 {
  font-size: 4em;
}

.feature-section {
  padding-bottom: 40px;
}

.contact-list {
  font-size:2em;
  text-align: center;
  padding: unset;
}

td.PASSED {
    background-color: green;
    color: white;
}
td.FAILED {
    background-color: red;
    color: white;
}

.h1, .h2, .h3, h1, h2, h3 {
/*    padding-top: 60px; */
}

#definitions h2 {
    padding-top: 60px;
}

.nav-item a {
    padding: 0 10px;
    color: #fff;
}

@media (max-width: 990px) {
  .contact-list {
      font-size: 1.7em;
  }
  .client-mobile h4 {
      font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .pull-right, .pull-left {
      text-align: center;
  } 
  .site-title {
      display: none;
  }
}