2018-08-29 14:05:56 +02:00
|
|
|
body {
|
|
|
|
|
background-color: #5763ab;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigo {
|
|
|
|
|
background: rgb(69, 76, 183);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
90deg,
|
|
|
|
|
rgba(69, 76, 183, 1) 0%,
|
|
|
|
|
rgba(157, 163, 255, 1) 100%
|
|
|
|
|
);
|
2018-07-02 20:33:44 +02:00
|
|
|
}
|
|
|
|
|
|
2018-08-08 18:10:40 +02:00
|
|
|
.bg-saburly-lighter {
|
2018-08-30 00:19:35 +02:00
|
|
|
background: rgba(87, 99, 171, 0.05);
|
2018-08-08 18:10:40 +02:00
|
|
|
}
|
|
|
|
|
|
2018-07-10 11:47:58 +02:00
|
|
|
.bg-saburly-light {
|
2018-08-29 14:52:49 +02:00
|
|
|
background: rgba(87, 99, 171, 0.05);
|
2018-08-01 22:33:10 +02:00
|
|
|
}
|
|
|
|
|
|
2018-08-22 23:05:41 +02:00
|
|
|
.bg-saburly-light-header {
|
2018-08-24 00:08:54 +02:00
|
|
|
background: RGBA(248, 248, 248, 1);
|
2018-08-22 23:05:41 +02:00
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly-fadeout {
|
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
180deg,
|
|
|
|
|
rgba(255, 255, 255, 1) 0%,
|
2018-08-30 00:19:35 +02:00
|
|
|
rgba(87, 99, 171, 0.05)
|
2018-08-01 22:33:10 +02:00
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-06 00:12:09 +02:00
|
|
|
.bg-saburly-fadeout-up {
|
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
180deg,
|
2018-08-08 18:10:40 +02:00
|
|
|
rgba(242, 242, 242, 1) 0%,
|
|
|
|
|
rgba(242, 242, 242, 0.5) 49%,
|
2018-08-06 00:12:09 +02:00
|
|
|
rgba(255, 255, 255, 1) 100%
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-23 01:25:02 +02:00
|
|
|
.bg-contact-form {
|
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
180deg,
|
2018-08-30 14:18:59 +02:00
|
|
|
RGBA(87, 99, 171, 1) 0%,
|
|
|
|
|
RGBA(78, 89, 154, 1) 100%
|
2018-08-23 01:25:02 +02:00
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly svg {
|
|
|
|
|
-moz-transform: scaleX(-1);
|
|
|
|
|
-o-transform: scaleX(-1);
|
|
|
|
|
-webkit-transform: scaleX(-1);
|
|
|
|
|
transform: scaleX(-1);
|
|
|
|
|
filter: FlipH;
|
|
|
|
|
-ms-filter: 'FlipH';
|
2018-08-01 19:10:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-saburly-dark {
|
2018-08-22 23:05:41 +02:00
|
|
|
background-color: #393990;
|
2018-07-10 11:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly svg,
|
2018-07-10 11:47:58 +02:00
|
|
|
.bg-saburly-light svg,
|
2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigo svg {
|
2018-07-03 10:52:51 +02:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-04 11:24:50 +02:00
|
|
|
.bg-saburly-indigolight svg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigolight {
|
|
|
|
|
background-color: #edf3ff;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-02 20:33:44 +02:00
|
|
|
.btn-saburly-green {
|
2018-07-04 10:03:22 +02:00
|
|
|
background: rgb(0, 255, 252);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
150deg,
|
|
|
|
|
rgba(0, 255, 252, 1) 0%,
|
|
|
|
|
rgba(0, 177, 186, 1) 55%
|
|
|
|
|
);
|
|
|
|
|
}
|
2018-07-04 20:49:13 +02:00
|
|
|
|
|
|
|
|
.client-logo {
|
2018-07-05 12:59:28 +02:00
|
|
|
max-height: 3rem;
|
2018-08-30 12:17:36 +02:00
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
|
-moz-filter: grayscale(100%);
|
|
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
|
-ms-filter: grayscale(100%);
|
|
|
|
|
filter: grayscale(100%);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.client-logo:hover {
|
|
|
|
|
-webkit-filter: grayscale(0%);
|
|
|
|
|
-moz-filter: grayscale(0%);
|
|
|
|
|
-o-filter: grayscale(0%);
|
|
|
|
|
-ms-filter: grayscale(0%);
|
|
|
|
|
filter: grayscale(0%);
|
2018-07-04 20:49:13 +02:00
|
|
|
}
|
2018-08-08 18:10:40 +02:00
|
|
|
|
2018-08-29 14:52:49 +02:00
|
|
|
.border-bottom-saburly {
|
2018-08-24 00:08:54 +02:00
|
|
|
box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04),
|
|
|
|
|
0 2px 3px 0 rgba(51, 6, 13, 0.12);
|
2018-08-08 18:10:40 +02:00
|
|
|
}
|
2018-08-23 01:25:02 +02:00
|
|
|
|
2018-08-30 12:17:36 +02:00
|
|
|
.saburly-bottom-shadow {
|
|
|
|
|
-webkit-box-shadow: 0 7px 6px 6px rgba(0, 0, 0, 0.3);
|
|
|
|
|
-moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.3);
|
|
|
|
|
box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-23 01:25:02 +02:00
|
|
|
.border-contact {
|
2018-08-30 22:30:00 +02:00
|
|
|
border-bottom: 1px solid rgba(87, 99, 171, 0.2);
|
2018-08-23 01:25:02 +02:00
|
|
|
}
|
2018-08-23 14:18:31 +02:00
|
|
|
|
2018-08-24 00:08:54 +02:00
|
|
|
.typed-cursor {
|
2018-08-30 14:58:22 +02:00
|
|
|
color: #5763ab;
|
2018-08-23 14:18:31 +02:00
|
|
|
}
|
2018-08-27 15:24:23 +02:00
|
|
|
|
2018-08-29 14:05:56 +02:00
|
|
|
.saburly-main-bg {
|
|
|
|
|
background-color: #5763ab;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-05 00:07:15 +02:00
|
|
|
.saburly-menu {
|
|
|
|
|
background-color: rgba(87, 99, 171, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headroom--scrolled .saburly-menu {
|
|
|
|
|
background-color: rgba(87, 99, 171, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-29 14:05:56 +02:00
|
|
|
.saburly-logo {
|
2018-08-30 14:33:47 +02:00
|
|
|
max-height: 22px;
|
2018-08-30 14:42:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
|
.saburly-logo {
|
|
|
|
|
max-height: 30px;
|
|
|
|
|
}
|
2018-08-27 15:24:23 +02:00
|
|
|
}
|
2018-08-29 14:52:49 +02:00
|
|
|
|
|
|
|
|
.saburly-overlay-shadow {
|
|
|
|
|
background-color: RGBA(0, 0, 0, 0.1);
|
|
|
|
|
}
|
2018-08-30 09:57:48 +02:00
|
|
|
|
2018-09-05 13:13:04 +02:00
|
|
|
.headroom-wrapper {
|
|
|
|
|
background-color: rgba(87, 99, 171, 0.05);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-30 09:57:48 +02:00
|
|
|
.saburly-text-intro {
|
|
|
|
|
color: #1f2443;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-31 02:29:46 +02:00
|
|
|
.saburly-color,
|
2018-08-30 09:57:48 +02:00
|
|
|
h2 span {
|
|
|
|
|
color: #5763ab;
|
|
|
|
|
}
|
2018-08-30 12:17:36 +02:00
|
|
|
|
|
|
|
|
.saburly-transition,
|
|
|
|
|
a li,
|
|
|
|
|
a {
|
|
|
|
|
transition: all 0.25s ease;
|
2018-08-30 14:44:36 +02:00
|
|
|
text-decoration: none;
|
2018-08-30 12:17:36 +02:00
|
|
|
}
|
2018-08-30 14:18:59 +02:00
|
|
|
|
|
|
|
|
.pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2018-09-05 00:07:15 +02:00
|
|
|
|
|
|
|
|
.bg-white-opacity {
|
|
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
|
|
|
}
|
2018-09-05 01:47:51 +02:00
|
|
|
|
|
|
|
|
.slideout-open .social-icons {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2018-09-05 12:15:12 +02:00
|
|
|
|
|
|
|
|
.blog-post p {
|
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
|
}
|