2021-03-16 05:16:38 +00:00
|
|
|
.navigation {
|
|
|
|
background-color: #292F36;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contact-submit:hover {
|
|
|
|
border-color: #2c9091;
|
|
|
|
background-color: #0099FF;
|
|
|
|
}
|
|
|
|
|
2021-03-16 13:51:57 +00:00
|
|
|
/* this should probably be #215CD2 */
|
2021-03-16 05:16:38 +00:00
|
|
|
.btn-main:hover {
|
|
|
|
background: #0099FF;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.price-item {
|
|
|
|
background-color: #0d0e0f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.counters-item {
|
|
|
|
/* background-color: #0d0e0f; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-block {
|
|
|
|
background-color: #0d0e0f;
|
2021-03-16 13:51:57 +00:00
|
|
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
|
|
|
|
|
2021-03-16 05:16:38 +00:00
|
|
|
}
|
2021-03-16 13:51:57 +00:00
|
|
|
|
2021-03-16 05:16:38 +00:00
|
|
|
.service-block:hover {
|
2021-03-16 13:51:57 +00:00
|
|
|
background-color: #0d0e0f;
|
|
|
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(0, 153, 255, 0.8);
|
2021-03-16 05:16:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-03-16 13:51:57 +00:00
|
|
|
|
2021-03-16 05:16:38 +00:00
|
|
|
.skill-bar .progress .progress-bar {
|
2021-03-16 13:51:57 +00:00
|
|
|
background: #215CD2;
|
2021-03-16 05:16:38 +00:00
|
|
|
}
|
|
|
|
|
2021-03-16 13:51:57 +00:00
|
|
|
.member-photo .mask {
|
|
|
|
background-color: rgba(33, 92, 210, 0.7);
|
2021-03-28 17:57:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 3840px) {
|
|
|
|
.section {
|
|
|
|
padding: 100px;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
}
|