/* You can customize theme styles here */
.header .navbar-brand span:first-child {
    position: relative;
    /*top: -3px;*/
}
.header .navbar-brand span:nth-child(2) {
    font-family: Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji' !important;
}

.header .navbar-brand {
    display: initial !important;
}
.header .navbar-brand span {
    display: initial !important;
}
.header .navbar-toggler:not(.nav-link) {
    top: 5px !important;
}
.header+.section {
    margin-top: 0 !important;
}

.rad-showcase {
    padding-top: 80px !important;
    min-height: initial !important;
}

@media (min-width: 768px) {
    .rad-showcase {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .rad-showcase {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .mt-4 {
        margin-top: 0!important;
    }
}

.rad-showcase div[class*=col-] img {
    max-width: 100%;
}
.rad-showcase+section {
    margin-top: 0px !important;
}

.rad-showcase .platform-links {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 30px;
}
.about__profile-picture img {
    display: block;
    margin: 0 auto !important;
    max-width: 50vw !important;
    min-width: initial !important;
    min-height: initial !important;
    transform: scaleX(-1);
}

.section .row.row--padded {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

input[type=tel] {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #333;
    border: none;
    border-bottom: 1px solid #dbe0e4;
    outline:none;
}