body {
    background-color: #120d22;
}
.container{
    padding-top: 6.6vh;
    padding-bottom: 6.7vh;
}


#app{
    padding: 0;
    height: 87.8vh;
    display:none;
}

.footer {

}



.head-block-title{
    color: white;
}

.head-block-content {

}

.navbar-brand span{
    color:white;
    font-weight: 300;
    font-style: italic;

}

.navbar-brand {
    color: white;
    text-align: left;
    font-weight: 600;
    padding-right: 23px;

}

html,
body,
header,
.view {
    height: 87.8vh;

}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
}





.form_element{
    margin-top: 20px
}

.title{
    color: white;
    text-align: left;
    padding-top: 30px;
    font-weight: 600;
    font-size: 31px;
}

.other_title{
    font-weight: 300;
    font-style: italic;
}

.subtitle {
    color: white;
    font-weight: 400;
    font-size: 24px;
}
.head-block-content{
    color: white;
}

#item {
    display: flex;
}

.card-img-top{
    height: 350px;

}

.spoiler {
    color: transparent;
    background-position: right;
    background-size: 100% 100%;

    display: inline;
    background-repeat: no-repeat;
    transition: all 500ms ease-in-out;
}
.spoiler:hover {
    color: #000;
    background-size: 0 100%;
    padding-right: 10px;
}

#user_data {
    color: white;
    font-size: 12px;
    font-style: italic;
    overflow:hidden;
    text-overflow:ellipsis;
    width:48%;
    display: block;
}
#user_data:hover {
    color: white;
    font-size: 12px;
    font-style: italic;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    display: block;
}

#user_block {
    text-align: -moz-right;

}

#loginToWallet{
    display: block;
    margin-top: 57px;
}

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 87vh;
}

.carousel-item:nth-child(1) {
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/76.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.h-100 {
    height: 87vh !important;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #introCarousel {
        margin-top: -58.59px;
    }
}


.metamask_logo{
    width: 10vh;
}


