|
@@ -32,6 +32,9 @@ body :-ms-input-placeholder {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
font-weight: 300;
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
|
|
+ul {
|
|
|
|
+ list-style: none;
|
|
|
|
+}
|
|
.landing {
|
|
.landing {
|
|
background: #50a3a2;
|
|
background: #50a3a2;
|
|
background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
|
|
background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
|
|
@@ -42,7 +45,8 @@ body :-ms-input-placeholder {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%; /*400px*/
|
|
height: 100%; /*400px*/
|
|
/*margin-top: -200px;*/
|
|
/*margin-top: -200px;*/
|
|
- overflow: hidden;
|
|
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
+ overflow-y: scroll;
|
|
}
|
|
}
|
|
.container {
|
|
.container {
|
|
max-width: 600px;
|
|
max-width: 600px;
|
|
@@ -133,7 +137,7 @@ form button:hover {
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 0px;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
.bg-bubbles li {
|
|
.bg-bubbles li {
|
|
@@ -308,7 +312,24 @@ footer a:hover{
|
|
height: 300px;
|
|
height: 300px;
|
|
width: 300px;
|
|
width: 300px;
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: white;
|
|
|
|
+ font-family: Sans-serif;
|
|
|
|
+ /*float: left;*/
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.station > h3 {
|
|
|
|
+ line-height: 200px;
|
|
|
|
+ font-size: 42px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.station > h5 {
|
|
|
|
+ margin-top: -40px;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+}
|
|
|
|
+
|
|
.station-top{
|
|
.station-top{
|
|
height: 200px;
|
|
height: 200px;
|
|
}
|
|
}
|
|
@@ -365,3 +386,8 @@ footer a:hover{
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
background-color: black;
|
|
background-color: black;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 992px) {
|
|
|
|
+ .station {
|
|
|
|
+ background-color: red;
|
|
|
|
+ }
|
|
|
|
+}
|