[r250]: / landingpage / css / lighter2.css  Maximize  Restore  History

Download this file

145 lines (144 with data), 2.2 kB

  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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
body {
font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6 {
font-family: Roboto, arial, sans-serif;
}
.btn {
border-radius: 3em;
}
.container {
max-width: 840px;
}
.container-alternate {
background: #f0f0f0;
}
.navbar {
background: #fff;
padding: 0.3em 0;
}
.navbar .navbar-brand {
color: #000;
font-family: Roboto, serif;
font-weight: bold;
}
.navbar ul.nav li a {
color: #111;
padding-left: 0;
padding-right: 0;
margin: 0 1.5em;
}
.navbar ul.nav li a:hover {
color: #000;
}
.navbar ul.nav li button {
margin: 0.7em 0 0 1em;
}
.jumbotron {
background: #f0f0f0;
color: #333;
padding: 4.5em 0 3.5em;
text-align: center;
margin-bottom: 0;
}
.jumbotron h1 {
font-family: Roboto, serif;
font-size: 2.5em;
}
.jumbotron h2 {
font-size: 1.2em;
font-style: italic;
font-weight: normal;
line-height: 1.4em;
margin-bottom: 1.4em;
}
.jumbotron .btn {
font-size: 1.2em;
padding: 0.3em 2.5em 0.5em;
}
.jumbotron .btn .glyphicon {
margin-left: 0.2em;
position: relative;
top: 3px;
}
.subhead {
font-size: 2em;
text-align: center;
margin: 2em 0 0.5em;
}
.benefits {
margin-bottom: 3em;
}
.benefit {
margin: 1em 0;
text-align: center;
}
.benefit .benefit-ball {
background: #f0f0f0;
border-radius: 50%;
color: #333;
display: inline-block;
line-height: 1em;
padding: 3em;
}
.benefit .benefit-ball .glyphicon {
font-size: 3em;
position: relative;
top: -3px;
right: 1px;
}
.benefit h3 {
font-size: 1.5em;
}
#tour {
margin: 1em 0 4em;
}
#tour .carousel-inner img {
height: 500px;
width: 100%;
}
.faqs {
margin-bottom: 3em;
}
.faqs p {
line-height: 1.5em;
margin: 1.2em 0;
}
.about p {
line-height: 1.5em;
margin: 1em 0;
}
.about p:last-child {
margin-bottom: 4em;
}
footer {
background: #111;
color: #fff;
padding: 1.5em 0 0.8em;
}
@media screen and (max-width: 768px) {
.navbar ul.nav li {
text-align: center;
}
.navbar ul.nav li button {
margin: 1em 0;
}
.jumbotron {
font-size: 14px;
padding: 6em 0 4em;
}
.benefit {
margin-bottom: 2em;
}
}
@media screen and (max-width: 480px) {
body {
font-size: 12px;
}
.jumbotron {
font-size: 12px;
}
footer .pull-right {
display: none;
}
}