|
|
@@ -9,28 +9,30 @@ |
|
|
|
z-index: -1 |
|
|
|
|
|
|
|
&#img-1 |
|
|
|
background: url("../img/about/bg1.png") no-repeat |
|
|
|
background: url(../img/about/bg1.png) no-repeat |
|
|
|
background-size: cover |
|
|
|
height: 400px |
|
|
|
top: 0px |
|
|
|
|
|
|
|
&#img-2 |
|
|
|
background: url("../img/about/bg2.png") no-repeat |
|
|
|
height: $img-height |
|
|
|
top: 480px |
|
|
|
background: url(../img/about/bg2.png) no-repeat |
|
|
|
height: $img-height + 250px |
|
|
|
top: 520px |
|
|
|
|
|
|
|
&#img-3 |
|
|
|
background: url("../img/about/bg3.png") no-repeat |
|
|
|
background: url(../img/about/bg3.png) no-repeat |
|
|
|
background-size: cover |
|
|
|
height: $img-height + 200 |
|
|
|
top: 1200px |
|
|
|
height: $img-height + 250 |
|
|
|
top: 1800px |
|
|
|
|
|
|
|
div.section |
|
|
|
background-color: white |
|
|
|
border: 1px solid $baseColor2 |
|
|
|
height: 300px |
|
|
|
margin-bottom: 200px |
|
|
|
margin-top: 300px |
|
|
|
padding: 20px |
|
|
|
padding-bottom: 50px |
|
|
|
padding-top: 20px |
|
|
|
|
|
|
|
&#top |
|
|
|
margin-top: 0px |
|
|
|