-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
100 lines (85 loc) · 1.65 KB
/
index.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
body {
font-family: 'cwTeXYen', sans-serif;
letter-spacing: 0px;
}
header.masthead {
position: relative;
background: url("img/top.jpg") no-repeat center center;
background-color: #212529;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
#form-box {
border-radius: 5px;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
background-color: #FFFFFFFF;
/* width: 100px; */
height: 400px;
margin: 20px 40px;
}
#content {
margin-top: 20px;
color: #333333FF;
font-weight: 500;
font-size: 38px;
}
#form-content {
margin-top: 20px;
}
#text {
margin-top: 20px;
color: black;
font-weight: 500;
font-size: 18px;
}
#top-text {
margin-right: 25px;
margin-bottom: 25px;
font-weight: 500;
font-size: 18px;
color: white;
}
@media (min-width: 768px) {
header.masthead {
/* padding-top: 6rem; */
padding-bottom: 6rem;
}
}
.showcase .showcase-text {
padding: 3rem;
}
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
}
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem;
}
}
.testimonials {
padding-top: 7rem;
padding-bottom: 7rem;
}
.testimonials .testimonial-item {
max-width: 18rem;
}
.testimonials .testimonial-item img {
max-width: 12rem;
box-shadow: 0px 5px 5px 0px #adb5bd;
}
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem;
}