|
@@ -40,12 +40,15 @@ body {
|
|
|
margin-top: 10%;
|
|
margin-top: 10%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.section {
|
|
|
|
|
+ margin: 30px 0px;
|
|
|
|
|
+}
|
|
|
.section > .container {
|
|
.section > .container {
|
|
|
|
|
+ padding-top: 30px;
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.section > .container h4 {
|
|
.section > .container h4 {
|
|
|
- margin-top: 30px;
|
|
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
|
font-family: ralewayMedium;
|
|
font-family: ralewayMedium;
|
|
@@ -77,9 +80,11 @@ body {
|
|
|
margin-left: 3px;
|
|
margin-left: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.find-us {
|
|
|
|
|
- margin-bottom: 500px;
|
|
|
|
|
|
|
+.footer {
|
|
|
|
|
+ padding-top: 30px;
|
|
|
|
|
+ background-color: #333;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
#map {
|
|
#map {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 400px;
|
|
height: 400px;
|