body {
    min-height: 100vh;
    margin: 0;
    padding-top: 80px;
    background-image: linear-gradient(to bottom, #000000 0%, #000033 33%, #5234B5 100%);
    background-repeat: no-repeat;
}

.navbar {
    max-width: 1140px;
    padding-inline: 1rem;
    margin-inline: auto;
}

.nav-buttons {
    margin-left: auto;
}

.nav-stuff {
    background-image: linear-gradient(to bottom, #000000 0%, #000033 33%, #5234B5 100%);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100vh;
    border-bottom: solid 1px #626262;
}

main {
    padding-top: 50px;
    max-width: 1140px;
    margin-inline: auto;
}

.container {
    text-align: left !important;
    padding-block: 0 !important;
    max-width: 1140px;
    margin-inline: auto;
}

.album-text {
    margin-bottom: -60px;
}

.col-lg-6{
    width: 100%;
}

h5 {
    font-weight: bold;
}

#contact a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

.card-img-top {
    max-width: fit-content;
    margin: auto;
}

.card-body a, .btn-nice {
    background-color: #212529;
    border-color: #5234B5;
}

.card-body a:hover, .btn-nice:hover {
    background-color: #7456D7;
    border-color: #5234B5;
}

.card {
    margin-bottom: 1rem;
}

.card-img-top {
    object-fit: contain;
}
.svg {
    width: 100%;
    min-height: 196px;
    background-color: white;
    padding: 0;
    padding-inline: 40px;
    margin: auto;
}
.svg-big {
    padding: 0;
    
    background-color: transparent;
}
/*.svg-too-small {
    margin: auto;
}*/

.hero {
    width: 100%;
    background-color: black;
    height: 500px;
    border-radius: 15px;
    border: 4px #202020 solid;
    margin: -4px;
    object-fit: cover;
}
