html {
  font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: black;
}

/*Carousel*/
.carouselBox {
    height: 70vh;
    box-shadow: #ffffff 0px 0px 10px;
}

.centerItem{
    text-align: center;
}

.carouselImageBox {
    height: 70vh;
}

.mainCarouselItem img {
    height: 70vh;
    width: 100vw;
}

.carousel-caption {
    padding: 1%;
}

.carousel-indicators {
    padding-bottom: 1%;
}

.imageHeader{
    font-size: 3.5em;
    text-shadow: #000000 0px 0px 10px;
}

.carousel-caption p {
    font-size: 2.5em;
    text-shadow: #000000 0px 0px 10px;
    padding-bottom: 2%;
}


/*Navigation Bar*/
.navbar {
    background-color: #555555 !important;
}

.brandImage:hover {
    text-shadow: #000000 0px 0px 10px;
    font-size: 1.4em;
}

.nav-link:hover {
    background-color: white;
    color: black !important;
    font-weight: bold;
}

.homeHeaders {
    color: white;
    text-shadow: black 0px 0px 10px;
}

/*Album cards*/
.albumListHomePage {
    padding: 2%;
    background-color: #555555;
    box-shadow: #666666 0px 0px 20px
}

.card-body {
    background-color: #ABAAAA;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.card {
    border-radius: 1rem !important;
}

.card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.mr-3 {
    margin-right: 1%;
}

.card-img-top {
    height: 250px;
}

.eventsListHomePage {
    padding: 2%;
    background-color: #666666;
    box-shadow: #666666 0px 0px 20px
}

/*Hero Image*/
.hero-image {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../images/wedding portraits, gold p&i 0,100,6.jpg');
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: #666666 0px 0px 30px
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    font-size: 3.5em;
    text-shadow: #000000 0px 0px 15px;

}

.hero-text p {
    font-size: 2.5em;
    text-shadow: #000000 0px 0px 15px;
    padding-bottom: 1%;
}

/*Register/Login Page*/
.registerLogin {
    width: 80%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
}

.formWrapper {
    width: 40%;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    border: solid white 1px;
    border-radius: 5%;
    box-shadow: 0px 0px 15px 5px white;
}

.titleSubtitle {
    color: white;
}

.rememberMe{
   text-align: left;
   color: white;
}

/*footer*/
.footerBgColor {
    background-color: #333333;
    box-shadow: white 10px 10px initial;
}

/*Media Queries*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 980px){
    .carouselBox {
        height: 30vh;
        box-shadow: #ffffff 0px 0px 5px;
    }

    .mainCarouselItem img {
        height: 30vh;
        width: 100vw;
    }

    .d-md-block {
        display: block !important;
    }

    .carouselImageBox {
        height: 30vh;
    }

    .imageHeader {
        font-size: 1.5em;
    }

    .carousel-caption p {
        font-size: 1.5em;
    }

    .albumListHomePage {
        padding-top: 6%;
    }

    .eventsListHomePage {
        padding-top: 4%;
    }

    .navbar-toggler {
        background-color: #808080;
    }
}