-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
119 lines (101 loc) · 1.75 KB
/
style.css
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
html, body{
height: 100%;
width: 100%;
}
/* vertical-centered text */
.text-vcenter {
display: table-cell;
text-align: center;
vertical-align: middle;
font-family: 'Oswald', sans-serif;
}
.text-vcenter h1 {
font-size: 70px;
font-weight: 700;
margin: 0;
padding: 0;
font-family: 'Oswald', sans-serif;
}
.pad-section{
padding: 50px 0;
}
/* additional sections */
#home {
background: url(images/home.jpg) no-repeat center center fixed;
color: white;
display: table;
height: 100%;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#home a{
color:white;
}
#about{
background-color: #222;
color: white;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
}
#register{
background-color: #222;
color: white;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
}
#services {
background-color: #306d9f;
color: #ffffff;
}
#services .mdi {
border: 2px solid #FFFFFF;
border-radius: 50%;
display: inline-block;
font-size: 60px;
height: 140px;
line-height: 140px;
text-align: center;
vertical-align: middle;
width: 140px;
color: white;
}
#information {
background: url(images/info.jpg) no-repeat center center fixed;
display: table;
height: 800px;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#information .panel {
opacity: 0.95;
}
footer{
background-color: #306d9f;
padding-bottom: 1em;
padding-top: 1em;
color: white;
}
footer a{
color: white;
}
footer a:hover{
color: white;
}
h4, p{
font-family: 'Open Sans', sans-serif;
}
.panel{
font-family: 'Open Sans', sans-serif;
}