2018-01-24 21:49:05 +01:00
|
|
|
/*!
|
|
|
|
* Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
|
|
|
|
* Copyright 2013-2017 Start Bootstrap
|
|
|
|
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
|
|
|
|
*/
|
|
|
|
|
|
|
|
header {
|
|
|
|
padding: 154px 0 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
header {
|
|
|
|
padding: 156px 0 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
padding: 150px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-dark {
|
|
|
|
background: #333 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-light-gray {
|
|
|
|
background: #eee;
|
|
|
|
color: #444;
|
|
|
|
}
|
2018-01-25 23:58:42 +01:00
|
|
|
|
|
|
|
/* Alternate the background color */
|
|
|
|
section.page:nth-child(even) {
|
|
|
|
background: #FAFAFA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-description {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
.page-cover-image {
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
}
|