-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding-page.css
115 lines (95 loc) · 1.7 KB
/
landing-page.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
body, img, h1, div {
border:0;
padding:0;
margin:0;
}
.sli1 {
color: #32686B;
font-family: 'Karla', sans-serif;
font-size: 80px;
margin-left: 700px;
margin-bottom: 200px;
}
#myCarousel.carousel {
height: 600px;
}
.carousel-inner.config-size{
height: 100%;
}
.carousel-inner.config-size .item{
height: 100%;
background-size:cover;
background-position:center;
background-repeat: no-repeat;
}
.textimg2{
font-family: 'Karla', sans-serif;
color:#44829D;
font-size: 75px;
}
.navbar-right-icons {
text-align: center;
margin: 0px 20px 0px 20px;
}
.navbar-brand {
margin:0;
padding: 0;
}
.navbar-image {
height:48px;
margin: 0;
padding: 0;
}
.container {
position: relative;
top:0;
right:0;
}
.vertical-align-center {
position: absolute;
top:50%;
transform: translateY(-50%);
}
.active {
text-align: center;
}
.icon-text {
display: none;
}
.footer-relative {
position: relative;
top:0;
right:0;
}
.footer-download-image {
width:140px;
right: 0;
}
@media screen and (max-width: 900px) {
.sli1, .sli2, .sli3, .sli4, .sli5, .sli6, .sli7 {
color: white;
font-family: 'Karla', sans-serif;
font-size: 15px;
line-height: 0px;
margin-left: 0px;
margin-bottom: 45px;
}
.sli1, .sli3, .sli4, .sli6 {
color: black;
}
.icon-text {
vertical-align: middle;
display: inline-block;
}
.fa.fa-3x.hide-when-small {
display: none;
}
.navbar-right {
background-color: #e7e7e7;
}
}
@media screen and (min-width: 768px) {
.hide-on-desktop {
display: none;
}
}