body{
    margin:0;
}

.carousel{
    height: 95vh;
}

.carousel-item{
    background-color: black;
    height: 95vh;
}

.carousel-item img{
    height: 95vh !important;
    opacity: 0.5;
}

.carousel-inner{
    height: 95vh;
}

.logo-ibal2{
    width: 80px;
    height: 45px;
}

.redes-sociais{
    text-align: center;
    padding-bottom: 30px;
}

#voltar-topo{
    /*btn btn-lg bd-btn-lg btn-bd-primary d-flex align-items-center justify-content-center fw-semibold*/
    text-align: center;
    background-color: black;
    color: white;
}

#voltar-topo:hover{
    background-color: darkorange;
    border: darkorange;
    color:white;
}

@media (max-width: 800px) {
    #instagram_icon{
        height: 80px;
        width: 80px;
    }
    #facebook_icon{
        height: 80px;
        width: 80px;
    }
    #youtube_icon{
        height: 80px;
        width: 80px;
    }
    #pastor_img{
        height: 180px;
        width: 180px;
        margin-top: 30px;
    }
    #location_icon{
        height: 180px;
        width: 180px;
        margin-top: 30px;
    }
    #schedule_icon{
        height: 180px;
        width: 180px;
        margin-top: 30px;
    }
    #registration-mark{
        font-size: 16px;
    }
    #voltar-topo{
        margin-left: 30px;
    }
    #redes-sociais{
        margin-right: 30px;
    }
    #nome_pastor{
        margin-top: 1px;
        text-align: center;
    }
    #visita{
        margin-top: 1px;
        text-align: center;
    }
    #confira_programacao{
        margin-top: 1px;
        text-align: center;
    }
    #recadastramento{
        margin-top: 1px;
        text-align: center;
    }
}

@media (min-width: 801px) {
    #nome_pastor{
        margin-top: 40px;
    }
    #visita{
        margin-top: 50px;
    }
    #confira_programacao{
        margin-top: 50px;
    }
    #recadastramento{
        margin-top: 40px;
    }
}