﻿.carousel-caption {
    /*position: absolute;*/
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(3,36,77,0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    width: 100%;
}

/* apparently captions have z-index 9? anyway this prevents captions from ever blocking the controls */
.carousel-control {
    z-index: 10 !important;
}

@media only screen and (max-width: 960px) {
    .carousel-caption {
        bottom: 0;
    }
}

.album-wrap .carousel {
    /*position: relative;*/
    max-width: 100% !important;
    height: 50vh;
    overflow: hidden;
}

.album-wrap {
    height: 50vh;
    width: 100% !important;
}

.carousel-inner .carousel-item {
    justify-content: center;
}

.carousel .carousel-item img {
    display: block;
    margin: 0;
    left: 0;
    height: 50vh;
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
    box-shadow: 0px 0px 40px #000;
    object-fit: cover;
}

.item_content_bg {
    opacity: 0.4;
    position: absolute;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}

#classButtonSection {
    background-color: #eef2f5;
}

.checkbox {
    border-top: 3px solid #cc4e0b;
}

.bigLinks {
    width: 16rem;
    height: 9rem;
    background-color: #03244d;
    border-color: #03244d;
    color: #fff;
    font-size: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.linkContainer {
    padding: 1em 0em;
}

h2 {
    padding-top: 0.5em;
}

.bigLinks, .bigLinks:hover, .bigLinks:visited, .bigLinks:active {
    color: #fff;
    text-decoration: none;
}

#contentSection {
    padding-top: 1em;
}

/* grow the find alumni link if it's the only one */
.bigger {
    width: 20rem;
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 350px) {
    .bigger {
        width: 16rem;
    }
}
