-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshelter.css
87 lines (78 loc) · 1.75 KB
/
shelter.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
body {
font-family: 'Poppins', sans-serif;
}
i {
padding-right: 15px;
}
.headtext {
background: rgba(0, 0, 0, 0.5);
background-color: #f8f9fa!important;
padding: 15px 30px 15px 30px;
text-align:center;
color:black;
}
.jumbotron1 {
background-color: none;
background-image: url("s3.jpeg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
/* background-size: 1450px 850px; */
height: 80vh;
font-family: 'Poppins', sans-serif;
color:#fff;
}
.jumbotron2 {
background-color: none;
background-image: url("s4.jpeg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
background-size: cover;
/* background-size: 1450px 850px; */
height: 80vh;
font-family: 'Poppins', sans-serif;
color:#fff;
}
.jumbotron3 {
background-color: none;
background-image: url("s1.jpeg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
background-size: cover;
/* background-size: 1450px 850px; */
height: 80vh;
font-family: 'Poppins', sans-serif;
color:#fff;
}
.jumbotron4 {
background-color: none;
background-image: url("s2.jpeg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
background-size: cover;
/* background-size: 1450px 850px; */
height: 100vh;
font-family: 'Poppins', sans-serif;
color:#fff;
}
.header-text {
background: rgba(0, 0, 0, 0.5);
padding: 15px 30px 25px 30px;
text-align:center;
}
.mapouter {
padding-top: 15px;
padding-left: 75px;
}
.contact-info {
padding-left: 75px;
background: rgba(0, 0, 0, 0.5);
padding: 15px 30px 25px 30px;
}