html, body {
    width: 100%;
    min-height: 100% !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

body {
    background-color: #efefef;
}

.navbar-inverse {
    background-color: #21333E;
    border-color: #1B2A33;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #1B2A33;
}

.img-padding > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.fright {
    float: right;
}

/*
 * about us page

.about-us p {
    font-size: 16px;
    font-weight: 200;
}
*/

input[type=search] {
    height: 45px;
}

.partner_logos img {
    height: 40px;
    margin: 20px;
}

/*
 * New project - Mini map
 */
#mini-map-container {
    height: 400px;
    position: relative;
    overflow: hidden;
}

#mini-map-canvas {
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#mini-map-container .coordinates {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 8px;
    padding: 6px 11px;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 5px;
    display: none;
    backdrop-filter: saturate(180%) blur(20px);
    border: none;
}

.mini-map-instructions {
    margin: 0 0 20px 0;
    background: #9acfea;
    border-radius: 5px;
    padding: 15px 20px;
    color: #000;
}

/*
 * Homepage - MAP
 */
#map_container {
    position: relative !important;
}

#map {
    position: fixed !important;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
}

#map .gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 10px 10px 0;
}

.map_legend {
    position: absolute;
    z-index: 99999;
    top: 50px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: saturate(120%) blur(20px);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 1s, visibility 1s;
}

.map_legend.inactive {
    left: -400px;
    visibility: hidden;
}

.map_legend_tabs {
    display: inline-flex;
    margin: -10px -10px 18px;
}

.map_legend_tab {
    display: block;
    padding: 8px 0 2px;
    margin: 0 10px;
    border-bottom: solid 2px transparent;
    font-size: 16px;
    color: #333;
    text-decoration: none !important;
}

.map_legend_tabs:hover .map_legend_tab.active:not(:hover) {
    border-bottom: none;
}

.map_legend_tab.active {
    font-weight: 600;
    border-bottom: solid 2px #349886;
    text-decoration: none;
}

.map_legend_tab:hover,
.map_legend_tab:active {
    border-bottom: solid 2px #349886;
    text-decoration: none;
    color: #333;
}

.map_legend .map_legend_section {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 20px;
}

.map_legend_content {
    padding: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.map_legend--contribute {
    color: #333;
}

.map_legend .map_legend--contribute .info {
    margin-top: 10px;
}

.map_legend--searching .map_legend--searching--hidden {
    display: none;
}

.map_legend .map_legend_content h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.form-control-search {
    width: calc(100% - 20px);
    padding: 20px;
    line-height: 10px;
    margin: -20px;
    background: transparent;
    border: none;
    border-radius: 5px;
    outline: none !important;
}

.map_switch_link {
    display: block;
    transition: background 100ms;
    text-decoration: none !important;
}

.map_switch_link:hover,
.map_switch_link:active {
    background: #e6f2f0;
}

.map_switch_link:active {
    box-shadow: 0 0 0 4px rgba(43, 136, 115, 0.4);
}

.map_legend .info {
    margin: 20px 20px 0 0;
    max-width: 300px;
}

.map_legend h2 {
    margin: 0 0 20px 0;
}

.circle {
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.map_legend .small-circle {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 6px;
}

.legend--item {
    display: flex;
    align-items: center;
}

.legend--item:active {
    box-shadow: 0 0 0 4px rgba(43, 136, 115, 0.4);
    z-index: 999999999;
    border-radius: 4px;
}

label.legend--item {
    margin: 0;
}

.legend--item:hover {
    background: #e6f2f0;
}

.legend--item.active {
    background: #dae6e2;
}

.legend--item--name {
    flex: 1 1;
    padding: 5px 10px 5px 20px;
    line-height: 22px;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #337ab7;
    cursor: pointer;
    font-weight: normal;
}

.legend--item.--focus-topic .legend--item--name,
.legend--item.legend--item--xl .legend--item--name {
    padding: 8px 10px 8px 20px;
}

.legend--item--name--indent {
    padding-left: 30px;
}

.legend--item--name--indent-x2 {
    padding-left: 50px;
}

.legend--item--date {
    padding-right: 20px;
    width: 150px;
}

.legend--item--info {
    width: 30px;
    flex: 0 0 30px;
    text-decoration: none !important;
}

.legend--item--circle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 20px;
}

.legend--item--circle--small {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 25px;
}

.legend_button {
    position: absolute;
    top: 8px;
    right: 70px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    font-family: arial, sans-serif;
    color: #fff;
    background: transparent;
    border: solid 1px #fff;
    padding: 6px 15px;
    border-radius: 4px;
    z-index: 1000000;
}

.legend_button .btn {
    padding: 7px 16px;
    font-size: 18px;
}

@media (min-width: 690px) {
    .legend_button {
        display: none;
    }
}

@media (max-width: 690px) {
    .map_legend {
        display: none;
    }

    .map_legend.static_legend {
        display: block;
        position: absolute;
        top: 50px;
        left: 0;
        bottom: 0;
        max-width: 100%;
    }

    .legend_button {
        display: block;
    }
}

#iw_container {
    max-width: 320px;
    min-width: 280px;
}

#iw_container hr {
    margin: 10px 0;
}

#iw_container .meta-row {
    margin-bottom: 5px;
}

#iw_container .small-circle {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.iw_title {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.iw_summary {
    color: #888;
    line-height: 1.3;
    margin: 10px 0;
}

.iw_button {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 7px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    opacity: 0.8;
    margin-right: -20px;
    transition: opacity .3s;
    text-shadow: 0 0 2px #000; /* 1px 1px rgba(0, 0, 0, .2); */
    border: solid 1px #777;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

.iw_button:hover {
    opacity: 1;
    color: #fff;
}

.iw_button:hover {
    text-decoration: none;
}

#iw_container a:hover {
    text-decoration: none;
}

.map_legend .map_legend_content.gpsbox {
    background-color: #2aae22;
    z-index: 1;
    line-height: 23px;
    color: #fff;
    position: relative;
    display: block;
}

.map_legend .map_legend_content.gpsbox input {
    margin-right: 20px;
}

.map_legend .map_legend_content .glyphicon-right {
    font-size: 18px;
}

/*
 * DETAIL PAGE-------------------------------------------------------------
 */
.detailpage_container a {
    color: #349886;
}

#detailpage_mini-map-container {
    height: 350px;
    box-shadow: 0 8px 18px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.detailpage_header {
    width: 100%;
    min-height: 170px;
    background: #349886;
    padding-bottom: 70px;
}

.detailpage_header .container {
    display: flex;
    align-items: center;
    min-height: 80px;
}

.top-overlay {
    margin-top: -70px; /* Should equal of padding-bot of .detailpage_header*/
}

.detailpage_header h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
}

.detailpage_header h1:first-letter {
    text-transform: uppercase;
}

.detailpage_header h2 {
    color: #EEEEEE;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}

.detailpage_images img, .detailpage_videos img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.downloads-list {
    padding: 0;
}

ul.downloads-list li {
    list-style-type: none;
    padding: 5px 0;
    border-bottom: 1px solid #EEE;
}

.hover_image {
    height: 110px !important;
    line-height: 85px;
}

.hover_video {
    height: 100px !important;
    line-height: 80px;
}

.hovereffect {
    width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(170, 170, 170, 0.4);
}

.hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
}

.hovereffect:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 85%;
    margin: 7.5%;
    font-size: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.4);
}

/*
 * Profile view -------------------------------------------------------------
 */

/* Sidebar navigation */
.nav-sidebar > li > a {
    padding: 15px 0px 15px 25px;
    font-size: 15px;
    color: #314D5B;
}

.nav-sidebar > li > a:hover {
    background: #344C5B;
    color: #fff;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:focus {
    background-color: #344C5B;
    border-left: 6px solid #429A86;
    padding-left: 19px;
    color: #fff;
}

/*
 * Navbar -------------------------------------------------------------
 */
.navbar {
    margin-bottom: 0px;
}

.margin-top {
    margin-top: 20px;
}

.navbar-fixed-top {
    z-index: 999999;
}

/*
 * Profile avatar box ---------------------------------------------------------
 */
.avatar-box {
    text-align: center;
}

.avatar-box .profile-image {
    width: 80px;
    height: 80px;
    background-image: url("../images/default.jpg");
    background-size: 80px 80px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/*
 * ALERTS ------------------------------------------------------------------
 */
.alert {
    padding: 20px 50px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    font-weight: 200;
}

.alert a {
    color: #fff;
    text-decoration: none;
}

.alert-danger {
    background: #DA4B46;
    color: #fff;
}

.alert-success {
    background: #84B35D;
    color: #fff;
}

.alert-warning {
    background: #D86C39;
    color: #fff;
}

.alert-info {
    background: #2693B7;
    color: #fff;
}

.alert-outdated {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 2px 5px 0 rgba(0,0,0,.05);
}

.alert-outdated-small {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 11px;
    text-align: center;
}

/*
 * Sign in / Register form-----------------------------------------------------
 */
.login-container {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.login-box {
    width: 380px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.login-box .alert {
    margin-bottom: 0px;
}

.form-signin {
    padding: 15px;
    background: #253A47;
    position: relative;
}

.form-signin .content-block {
    margin-bottom: 60px;
}

#login-header {
    background: #21333E;
}

#login-header h1 {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 150px;
}

.form-signin .form-control {
    margin-bottom: 30px;
    background: #314D5B;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    -webkit-font-smoothing: auto;
    border: 1px solid #1e2e39;
}

.form-signin select.form-control {
    color: #999;
    text-align: center;
    text-align-last: center;
}

.form-signin select.form-control:valid,
.form-signin select.form-control option {
    color: #fff;
}

.form-actions {
    display: block !important;
    width: 100% !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 50px;
}

/*
 * CONTENT --------------------------------------------------------------------
 */
#main {
    margin-left: 250px;
    height: 100%;
    background: #344C5B;
    color: #fff;
}

.content-container {
    margin: 40px 20px;
}

.content-block {
    padding: 30px;
}

.content-block h1 {
    margin: 0;
    font-size: 24px;
}

.default-box-shadow {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03),0 2px 5px 0 rgba(0,0,0,.05);
    border: solid 1px #ececec;
}

.default-glow-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Color blocks*/
.blue-block {
    background: #2693B7;
    color: #fff;
}

.green-block {
    background: #349886;
}

.white-block {
    background: #fff;
    color: #333;
    border-radius: 6px;
}

.white-block h1 {
    color: #314D5B;
}

.white-block h2, .white-block .modal-title {
    color: #314D5B;
    margin: 0 0 20px;
    font-size: 24px;
}

table.projectlist td, table.userlist td, table.categorylist td, table.center-vertical td {
    vertical-align: middle !important;
}

tr.project-row:hover {
    cursor: pointer;
}

/*
 * DASHBOARd
 */
.dashboard-item {
    padding: 25px;
    margin-bottom: 20px;
}

.dashboard-item h2 {
    margin-top: 0px;
}

/*
* FOOTER ------------------------------------------------------------------
*/
.footer {
    width: 100%;
    height: 100px;
}

/*
 * FORMS ------------------------------------------------------------------
 */

.control-label {
    font-weight: 400;
    text-align: left !important;
}

.form-control {
    border-radius: 3px;
    color: #737C81;
}

.login-box .form-control {
    height: 45px;
}

.btn-submit {
    color: #fff;
    border-color: #3EB39E;
    background-color: #41bea8;
}

.btn-submit:hover {
    background-color: #54c5b0;
    color: #fff;
}

.btn-submit, .btn-big {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 200;
}

.btn-detail {
    padding: 7px 16px;
    font-size: 14px;
}

.btn-submit:hover {
    background-color: #54c5b0;
    color: #fff;
}

.btn-nostyle {
    text-decoration: none;
    background: none;
    border: none;
    outline: 0;
}

.btn-nostyle:focus {
    outline: 0;
}

.legal-summary {
    margin: 0;
}

.legal-summary li {
    margin: 20px 0;
}

/*
 * BACKEND --------------------------------------------------------------------
 */

.admin-main .user-block {
    width: 100%;
}

.admin-main h1.page-header {
    border-bottom: 0;
    color: #fff;
    background: #349886;
    margin: 0px -15px 30px;;
    padding: 15px 31px;
    font-size: 28px;
}

/* Admin Sidebar navigation */
/* Hide for mobile, show later */
.admin-sidebar {
    display: none;
}

.admin-sidebar .dark-nav-block {
    background: #21333E;
    margin: 0px -21px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 75px 0px 25px;
}

@media (min-width: 768px) {
    .admin-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding: 0px 20px 20px 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #253A47;
    }
}

.admin-nav-sidebar .glyphicon {
    margin-right: 8px;
}

.admin-nav-sidebar {
    margin: 0px -21px 20px -20px;
}

.admin-nav-sidebar > li > a {
    padding: 17px 30px;
    color: #d1dee7;
    font-size: 15px;
    font-weight: 400;
}

.admin-nav-sidebar > li > a:hover {
    background: #21333e;
    color: #fff;
}

.admin-nav-sidebar > .active > a,
.admin-nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #314D5B;
    border-left: 9px solid #349886;
    padding-left: 21px;
}

.lightdark-theme {
    background-color: #314D5B;
}

@media (min-width: 768px) {
    .navbar .navbar-brand {
        display: none;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar .join-item a {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff !important;
    }
}

.dark-theme {
    background: #1e343f;
}

.photo-header {
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

.photo-header .photo {
    flex: 1 1;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1000px) {
    .photo-header {
        height: 30vw;
    }
}

.white-text {
    color: #fff;
}

.white-links a {
    color: #fff;
    text-decoration: underline;
}

.home .links {
    margin-top: 30px;
}

.map_legend .map_legend_content .search-results {
    margin: 20px 0 0;
}

.map_legend .map_legend_content .search-results .search-results--content {
    margin: 20px -20px;
}

.map_legend .map_legend_content .search-results .search-results--content a {
    padding: 10px 20px;
    border-top: solid 1px #eee;
    max-width: 100%;
}

#map, .mapboxgl-canvas {
    background: #B8D6F4;
}

.related-projects-card {
    overflow: hidden;
    display: block;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 2px 5px 0 rgba(0,0,0,.05);
    border: solid 1px #ececec;
    margin: 20px 0;
    transition: box-shadow .3s, margin .3s, border .3s;
    text-decoration: none !important;
}

.related-projects-card:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05), 0 2px 25px 0 rgba(0,0,0,.15);
    margin-top: 15px;
    margin-bottom: 25px;
}

.related-projects-card:active {
    border: solid 2px #349886;
}

.related-projects-card-content {
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-projects-card-title {
    font-size: 16px;
}

.modal-container {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    backdrop-filter: blur(6px);
    z-index: 999998;
    transition: visibility .3s, opacity .3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block;
}

.modal-container.show {
    visibility: visible;
    opacity: 1;
}

.cs-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%) scale(.95);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 2px 5px 0 rgba(0,0,0,.05);
    display: block;
    width: 100%;
    max-width: 750px;
    max-height: calc(100% - 50px);
    overflow: auto;
    transition: transform .2s;
}

.modal-container.show .cs-modal {
    transform: translateX(-50%) translateY(-50%);
}

.popup-welcome-modal .photo-header {
    position: relative;
    height: 120px;
    margin-bottom: 0;
}

.popup-welcome-body {
    display: flex;
    margin: 10px;
    align-items: center;
}

.popup-welcome-content {
    flex: 1 1;
    padding: 20px;
}

.popup-welcome-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.popup-welcome-sidebar {
    flex: 0 0 250px;
    padding-left: 10px;
    border-left: solid 1px #eee;
    opacity: 0.6;
}

.popup-welcome-sidebar:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .cs-modal {
        margin: 0 20px;
        width: calc(100% - 40px);
        left: calc(50% - 20px);
    }

    .popup-welcome-sidebar {
        display: none;
    }
}

@media (max-width: 600px) {
    .cs-modal {
        margin: 0 10px;
        width: calc(100% - 20px);
        left: calc(50% - 10px);
    }

    .popup-welcome-body {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .cs-modal {
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        transform: none !important;
        border-radius: 0;
    }

    .popup-welcome-socials {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }

    .popup-welcome-buttons .btn-start,
    .popup-welcome-buttons .btn-secondary {
        width: 100%;
    }
}

.btn-start {
    display: block;
    background-color: #2b8873;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    margin: 5px 5px 5px 0;
}

.btn-start:after {
    content: '→';
    display: inline-block;
    margin-left: 10px;
}

.btn-start:hover,
.btn-red:hover {
    text-decoration: underline;
    color: #fff;
}

.btn-secondary {
    display: block;
    color: #2b8873;
    background-color: #fff;
    border: solid 2px #2b8873;
    padding: 9px 19px;
    border-radius: 4px;
    margin: 5px 5px 5px 0;
    transition: border .3s;
}

.btn-secondary:hover {
    text-decoration: underline;
    color: #2b8873;
}

.btn-start:active,
.btn-secondary:active {
    box-shadow: 0 0 0 4px rgba(43, 136, 115, 0.4);
}

.bg-dark {
    background-color: #314D5B;
}

.contribute-popup {
    padding: 50px 25px;
}

.contribute-popup h3 {
    margin: 0 0 15px;
}

.contribute-logo {
    width: 128px;
    height: 128px;
    box-shadow: 0 0 24px 4px rgba(0, 0, 0, .2);
    margin-bottom: 50px;
    border-radius: 32px;
}

.contribute-popup .contribute-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.orb--new-project {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 4px 24px 4px rgba(0, 0, 0, .2);
    background: #3EB39E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orb--new-project:hover {
    background: #269984;
}
