
body {
    font-family: 'Barlow', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.btn {
    border-radius: 39px;
    padding-left: 1em;
    padding-right: 1em;
}



.btn-primary,
.btn-primary:hover {
    background: #FA3F56 !important;
    border-color: #FA3F56 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.text-small {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.text-average {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}


.text-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
}

.text-big {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 32px;
}

.text-hudge {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
}

.text-super-hudge {
    font-style: normal;
    font-weight: 900;
    font-size: 66px;
    line-height: 76px;
}

.btn img {
    margin-left: .5em;
    margin-right: .5em;
}

.navbar-light {
    border-bottom: solid 1px #000;
}
.navbar-light .navbar-nav .nav-link.btn-primary {
    color: #FFF;
    text-transform: none;
    padding-left: 2em;
    padding-right: 2em;
}

.page_breaker-small {
    width: 100%;
    height: 100px;
}

.separator {
    width: 100%;
    max-width: 700px;
    height: 1px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-bottom: solid 1px #000;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.separator.slim {
 margin-top: 0;
 margin-bottom: 0;
}


.page_breaker {
    width: 100%;
    height: 200px;
}


.bg-black {
    background: #000;
}
.bg-blue-light {
    background: #E8ECFF;
}

/* homepage */
.elipse_portrait {
    max-height: 500px;
}
.elipse_portrait_picture {
    width: 100%;
    border-radius: 500px;
}
.elipse_portrait .btn,
.elipse_portrait .btn:hover {
    border-radius: 100px;
    margin-top: -200px;
    background-color: #8B9EFF !important;
    border-color: #8B9EFF !important;
}

.portrait_wrapper {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background: #ddd;
    text-align: center;
    overflow: hidden;
}

.btn-secondary {
    background-color: #8B9EFF !important;
    border-color: #8B9EFF !important;
}

.color-primary {
    color: #8B9EFF;
}

.color-white {
    color: #FFF;
}


.color1 {
    color: #8B9EFF;
}

.color2 {
    color: #000;
}

.color3 {
    color: #3E404B;
}

.color4 {
    color: #A5A8B7;
}

a {
    color: #8B9EFF;
}

h1 {
    font-weight: 900;
    font-size: 66px;
    line-height: 76px;
}

ol {
    list-style-type: upper-roman;
}


.custom-checkbox .custom-control-label::before {
    background-color: #E8ECFF;
    height: 36px;
    width: 36px;
    left: -2.2em;
}
.custom-checkbox .custom-control-label::after {
    height: 36px;
    width: 36px;
    left: -2.2em;
}


.carousel .elipse_portrait_picture {
    max-width: 263px;
}

.profile .elipse_portrait_picture {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    border-radius: 0;
}

.profile .portrait_wrapper {
    display: inline-block;
}

.carousel-control-prev-icon {
    background: url("../images/left.png") no-repeat;
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    background: url("../images/right.png") no-repeat;
    width: 40px;
    height: 40px;
}

.carousel-indicators {
    justify-content: flex-start;
}

.carousel-indicators li {
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 30px;
    background-color: #8B9EFF;
}

/* footer */
.footer {
    padding-top: 100px;
    background-color: #3E404B;
    height: 400px;
    text-transform: uppercase;
}
.footer li {
    list-style: none;
    line-height: 36px;
}
.footer span {
    color: #FFF;
    line-height: 36px;
}

/* artist public */
.artist_banner {
    background-repeat: no-repeat;
    height: 350px;
}

.artist_banner .img_wrapper {
    height: 350px;
    margin: 175px 0 0 -175px;
    position: absolute;
    left: 50%;
    overflow: hidden;
    border-radius: 500px;
    width: 350px;
    background: #ddd;
}
.artist_social_links {
    position: absolute;
    top: 415px;
    left: 50px;
}

.profile .img_wrapper {
    width: 130px;
}

.profile .rank {
    width: 100px;
}

.profile .following {
    height: 160px;
}

.user_dashboard.artist .img_wrapper {
    height: 200px;
    width: 100%;
    margin-bottom: 100px;
}
.user_dashboard.artist .img_wrapper img {
    margin-top: 100px;
    max-width: 200px;
}

.user_dashboard .img_wrapper {
    height: 200px;
    width: 100%;
    margin-bottom: 100px;
}
.user_dashboard .img_wrapper img {
    margin-top: 100px;
    max-width: 100px;
}

.user_dashboard nav {
    text-transform: uppercase;
}
.user_dashboard nav a {
    border-bottom: solid 2px transparent;
}

.user_dashboard nav a.active {
    border-bottom: solid 2px #8B9EFF;
}

.page_banner {
    background-color: #000;
    padding: 35px 0;
}
.page_banner h1 {
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
}

.step_img{
   margin-left: 20px;
   width: 100%;
   max-width: 170px;
}

.vector {
    position: absolute;
    top: 35px;
    right: 35px;
}

.supportlevel {
    max-width: 100%;
    margin: 20px 5px;
}

.form-control {
    background-color: #E8ECFF;
}

.form-error {
    color: red;
}

.medium_logo_height {
    height: 50px;
}

.bg-black .testimonials {
    color: #FFF;
}

.label_on_picture {
    max-width: 200px;
}

.artist_image .custom-file-label {
    background-color: #3E404B;
    color: #FFF;
    border-radius: 30px;
    max-width: 200px;
}
.artist_image .custom-file-label::after {
    content: url('../images/up_arrow_red.png');
    background-color: transparent;
    border-left: none;
}

.statistics .rank {
    max-height: 98px;
}

.reasons img {
    max-height: 218px;
}

.reasons .reason {
    margin-bottom: 168px;
}

.score_bar_percent {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}
.score_bar {
    border-radius: 17.2px;
    background-color: #E8ECFF;
    width: 100%;
    height: 30px;
}
.score_bar_progress {
    border-radius: 17.2px;
    height: 30px;
    background: #8B9EFF;
}

.discover {
    background-color: #000;
}
.profile .discover {
    background-color: transparent;
}

.discover .portrait_wrapper {
    display: inline-block;
    margin: 10px;
}

.medium-height {
    max-height: 500px;
}
.scrollable {
    overflow-y: scroll;
}

.over-portrait {
    display: none;;
    position: absolute;
    height: 160px;
    width: 160px;
    z-index: 2;
    font-size: 30px;
    color: #FFF;
    background: rgba(139,158,255,0.4);
    border-radius: 160px;
    line-height: 160px;
}

#form_feedback ul {
    list-style-type: none;
}

#form_feedback .highlighed-box,
#feedback_thank_you {
    margin: 20px 0;
}

#form_feedback textarea {
    width: 300px;
    height: 100px;
}

#form_feedback ul li, #form_feedback input, #form_feedback label {
    cursor: pointer;
}

#form_feedback input[type=radio] {
    margin-right: 10px;
}


/** legal **/
.legal table thead th {
    color: #A5A8B7;
}
.legal table th,
.legal table td {
    border-bottom: solid 1px #000;
}
.legal h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 32px;
}