body {
    margin: 0%;
    padding: 0%;
    background-color: rgba(0, 0, 0, 0.938)
}

.navbar {
    background-color: transparent;
    position: relative;
    z-index: 4;
}

.navbar-brand {
    font-size: 25px;
}

.nav-link {
    font-size: 20px;
}

.main {
    position: absolute;
    top: 0%;
    z-index: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.site-wrapper {
    height: 65px;
}

.scale {
    max-width: auto;
}

.card,
.list-group-item {
    background-color: rgba(0, 0, 0, 0.712);
}

.parallax {
    background-image: url('Stock/clouds300dpi.jpg');
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    height: 700px;
}

@media only screen and (max-device-width:320px) {
    .site-wrapper {
        height: 200px;
    }
    .col-md-4 {
        margin: 5% 0%;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}