html, body {
    /*background-color: #004200;*/

}

.padding {
    padding-bottom: 2rem;
}

/*Navbar*/
.navbar {
    padding: 1rem;
    background: linear-gradient(to bottom, rgba(80, 100, 160, .5), rgba(0, 0, 0, 0));
    text-shadow: rgba(0, 0, 0, .9) 1px 1px 5px;
}

.navbar-nav li {
    padding-right: 20px;
}

.nav-link {
    font-size: 1.4rem !important;
}

.navbar-brand img {
    width: 2em;
    height: auto;
}

.brand-name {
    margin-left: 1rem;
}

#header-background {
    color: white;
    text-shadow: rgba(0, 0, 0, .9) 1px 1px 5px;
    height: 61vh;
    background: url("../img/reading-bg-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

header a {
    color: inherit;
    text-decoration: none;
}

.brand-name h1, #nav-menu .nav-link {
    color: white;
}

#welcome {
    color: white;
    text-shadow: rgba(0, 0, 0, .9) 0px 0px 7px;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    /*background: linear-gradient(to top, #0000 0%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.34) 70%, #0000 100%);*/
    padding: 16px;
    margin-top: 8vh;
}

#welcome .lead {
    font-size: 1.3rem
}

/*Sections*/
#verse {
    color: white;
    padding: 18px 0 10px 0;
    background: rgba(0, 0, 0, 1);
    font-size: 1.2rem;
    font-weight: lighter;
    /* margin-top: -16px; */
    font-style: oblique;
    /*background: rgb(63,96,129);*/
    /*background: linear-gradient(to bottom, rgba(63,96,129,1) 0%,rgba(63,96,129,1) 26%,rgba(0,0,0,1) 100%);*/
}

#about {
    /* background: rgb(63, 96, 129); */
    background: url('../img/carousel/1.jpg');
    background-size: cover;
    /* background: linear-gradient(to bottom, rgba(63, 96, 129, 1) 0%, rgba(63, 96, 129, 1) 26%, rgba(0, 0, 0, 1) 100%); */
    color: white;
    height: 550px;
    text-shadow: rgba(0, 0, 0, .5) 2px 2px 10px;
}

#weare {
    color: white;
    text-shadow: rgba(0, 0, 0, .9) 0px 0px 7px;
    /*position: relative;*/
    background: rgba(0, 0, 0, 0.5);
    /*background: linear-gradient(to top, #0000 0%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.34) 70%, #0000 100%);*/
    font-size: 112%;
    padding: 20px;
    margin-top: 5em;
    margin-bottom: 1em;
    border-radius: 10px;
}


#slides {
    /*border-top: rgba(255, 255, 255, 0.5) 1px solid;*/
    /*border-bottom: rgba(255, 255, 255, 0.5) 1px solid;*/
    background: rgba(0, 0, 0, 1);

}

/*
!*Carousel*!
.carousel .carousel-item {
    width: 100%;
    background-color: black;
}

.carousel-inner > .carousel-item > img {
    min-width: 100%;
    height: 80vh;
}
*/

.carousel-inner {
    height: 90vh;
}

.carousel-inner > .item {
    height: 400px;
}

#main-content {
    /*background: rgb(246, 242, 239);*/
    /*background: rgb(220, 210, 201)*/
     background-image: url('../img/southbay-bg.jpg');
     background-size: cover;
    /*background: rgb(63, 96, 129);*/
    /*background: linear-gradient(to bottom, rgba(63,96,129,1) 0%,rgba(0,0,0,1) 1%,rgba(63,96,129,1) 62%,rgba(63,96,129,1) 100%);*/
}

#main-top {
    padding: 30px 0 30px 0;
}

#main-denomination {
    background-color: green;
    padding-top: 25px;
    color: white;
    text-shadow: rgba(0, 0, 0, .5) 2px 2px 10px;
}

#4square-logo {
    border: black solid 2px;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px;
}

.embed-responsive {
    height: 100%
    /*border: black solid 2px;*/
}

footer {
    color: white;
    background: #000;
    padding: 20px
}

footer a {
    color: lightblue;
    text-decoration: none;
}

/*Bible Reading page*/
#reading {
    background-image: url("../img/reading-bg-3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}

#scripture {
    background-color: #fbfbfb;
    padding: 25px;
    border-radius: 10px;
    font-size: 18px;
    font-family: Tahoma, Arial, sans-serif;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 30px;
}

#scripture small:before {
    content: ' ';
    display: block;
    margin-top: 7px;
}

#scripture > div > b {
    font-size: 21px;
}

#youtube-soundcloud {
    padding-bottom: 30px;
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

*/

/*list max widths going down (largest to smallest), list min widths going up
(smallest to largest)*/
/*

@media (max-width: 1200px) {
    #denomination {
        padding-bottom: 10px;
    }
}
*/

/*@media (max-width: 767px) {

    #navbarResponsive {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 86px;
        background-color: black;
        padding-left: 10px;
    }
}*/

@media (max-width: 575px) {
    .brand-name h1 {
        font-size: 1.5em;
    }

    .display-4 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1.0;
    }
}


/* waveform */

#listening {
    background-image: url("../img/reading-bg-3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}

#messages {
    min-height: 75vh;
    background-color: rgba(251, 251, 251, 0.72);
    margin: 34px auto 100px auto;
    padding: 34px;
    border-radius: 10px;
    font-size: 18px;

    font-family: Tahoma, Arial, sans-serif;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 30px;
}

#playlist li {
    cursor: pointer;
}

#playlist li.active a {
    color: white;
}

#playlist li a {
    color: black;
    text-decoration: none;
}

#controls {
    padding: 10px 0 10px;
    text-align: center;
}

#downloads {
    padding: 5px 0 10px;
    text-align: center;
}

.controls .btn {
    margin-bottom: 15px;
}

@media screen and (min-width: 990px) {
    .controls .mark-controls {
        display: inline;
    }
}

.lead {
    text-align: center;
    padding: 20px;
}

#waveform {
    border: 2px solid #d5d5d5;
    /*position: relative;*/
    background: rgbA(255, 255, 255, .5);
    height: 70px;
}

#waveform-unselected {
    text-align: center;
    position: relative;
    font-size: x-large;
    padding-top: 10px;
    /*background: rgbA(255,255,255,.5);*/
}

#waveform-loading {
    text-align: center;
    position: relative;
    font-size: x-large;
    padding-top: 10px;
    /*background: rgbA(255,255,255,.5);*/
}

#progress-bar {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -10px;
    left: 5%;
    width: 80%;
}

#drop {
    border: 3px dashed #ddd;
    padding: 30px;
}

#drop.wavesurfer-dragover {
    border-color: #333;
}