/*
CSS stylesheet for the Eken Park Neighborhood Association website

                filename: epnaNew.css
                author: Zach Johnson
                creation date: 12/3/16

                last updated: 

*/

.jumbotron {
    background: url(/images/D12CandidateForum.jpg);
    background-size: cover;
    overflow: hidden;
    margin: 0px;
    color: ghostwhite;
    margin-bottom: 30px;
    background-position: center;
}

.collapse-header, 
.collapse-header:hover, 
.collapse-header:link, 
.collapse-header:visited {
    color: dimgrey;
    text-decoration: none;
}

.footer {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#mapPhoto {
    max-width: 100%;
}

.festival {
    background-color: #95D1DF;
    color: white;
    text-shadow: -1px 1px #4DA0B2;
}

.navbar > .nav > .nav-item.active, 
.navbar > .nav > .nav-item:hover {
    color: #AD351D;
}

.red {
    color: #AD351D;
    text-shadow: none;
}

.Sponsor1, .Sponsor2, Sponsor3 {
    padding: 15px;
}

.Sponsor1 {
    max-height: 20vh;
    max-width: 20vw;
}

.Sponsor2 {
    max-height: 15vh;
    max-width: 15vw;
}

.Sponsor3 {
    max-height: 15vh;
    max-width: 15vw;
}

#HCU {
    background: #32b199;
    padding-top: 25px;
    padding-bottom: 25px;
}

#festivalCarousel {
    background-color: slategrey;
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel-item > img {
    object-fit: contain;
    min-height: 80vh;
    max-height: 80vh;
    min-width: 100vw;
}

.festitron {
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url(/images/Teaser%20poster%201920x1080.png) right no-repeat;
    background-size: cover;
    text-align: center;
    max-width: 100vw;
    padding: 5vh;
    height: 93vh;
}

.shadow {
    text-shadow: -1px 1px #4DA0B2;
}

#festLogo {
    max-height: 80vh;
    max-width: 75vw;
}

.addedPadding {
    margin: 20px;
}

.whiteBack {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5));
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.headerPadding {
    padding: 5px;
}

.sponsorshipPanel > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sponsorshipPanel > div > h1 {
    padding: 20px;
}

.sponsorshipPanel > div > div > div {
    display: inline-block;
}

.sponsorshipPanel > div > div > div > img {
    max-height: 100%;
    max-width: 100%;
    margin: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}

.neighborhoodSponsor {
    height: 50vh;
}

.bigSponsor {
    height: 40vh;
}

.mediumSponsor {
    height: 35vh;
}

.smallSponsor {
    height: 30vh;
}

.horizontalImage {
    min-width: 100%;
}

.verticalImage {
    min-height: 100%;
}