-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
92 lines (68 loc) · 1.12 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
* {
border-radius: 0px !important;
}
body {
background-color: #DADFE1 !important;
}
.main_container {
background-color: #fff;
}
.header_logo {
color: #1E824C;
}
.header_logo h1{
font-weight: bolder;
font-family: "Dosis";
}
.site_search{
padding-top: 30px;
padding-bottom: 20px;
}
.jumbotron {
background-image: url("https://source.unsplash.com/V5M3Hk5zmTs/1600x900");
background-size: cover;
/*background-position: center center;*/
height: 100%;
}
.block-text{
background-color: #16A085;
opacity: 0.8;
width: 50%;
font-family: "Muli", "Arapey";
}
.block{
padding-bottom: 3%;
padding-top: 10%;
}
.block h3, .block p{
padding: 20px;
color: #fff;
}
.navbar {
background-color: #1E824C !important;
}
.services p{
font-size: 1.5em;
color:#000;
padding-top: 5%;
padding-bottom: 5%;
font-family: "Josefin Sans";
}
.services h2{
font-family: "Muli";
}
.social, .links, .subscribe {
padding-left: 30px !important;
padding-right: 30px !important;
}
.footer{
background-color: #22313F;
font-family: "Raleway";
}
.footer p, .footer h3{
color:#1E824C;
font-weight: bolder;
}
.copyright {
padding: 20px;
}