-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
executable file
·102 lines (85 loc) · 1.44 KB
/
main.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
.primary-overlay {
background: rgba(40, 40, 55, 0.1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.main-header {
min-height: 60px;
}
.main-header .showcase {
padding-top: 110px;
}
.carousel .carousel-item>img {
min-height: 500px;
/* width:100%; */
min-width: 100%;
max-width: none;
}
.next, .prev{
position: absolute;
top: 45%;
color: white;
cursor: pointer;
}
.prev {
left: 5px;
}
.next {
right: 5px;
}
.scroll-icon {
position: relative;
padding-top: 15%;
bottom: 5%;
left: 47%;
opacity: 0.5;
}
.box {
padding: 60px 10px 10px 10px !important;
background-image: linear-gradient(45deg, rgb(72, 169, 248), rgb(3, 113, 202));
}
.container-box {
padding: 40px 10px !important;
background-image: linear-gradient(
45deg,
rgb(54, 148, 224),
rgb(11, 101, 175)
);
}
.box h4 {
padding-bottom: 30px !important;
}
.card .project {
position: absolute;
overflow: hidden;
}
.section-boxes .row {
margin-bottom: 0 !important;
}
.section-contact {
position: relative;
}
.section-contact .card-panel {
position: relative;
z-index: 1;
}
.page-footer {
margin-top: 10px;
}
#googlemap {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
}
@media (max-width: 600px) {
main-header {
height: 50vh;
}
}