﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 0px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,1);
    background-position: top;
    margin-top: auto;
    height: 70px;
}

    .navbar-inverse .navbar-brand {
        text-shadow: 0 0 3px #000000;
        line-height: 40px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        text-shadow: 0 0 4px #000000;
        line-height: 40px;
    }

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .navbar.scrolled {
        background: rgb(68, 68, 68);
        background: rgba(0, 0, 0, 0.57);
    }

.center {
    text-align: center;
}

.center-right {
    text-align: right;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

#ticketBtn {
    background-color: inherit;
    border: solid 2px #E81C4F;
    border-radius: 30px;
    color: #E81C4F;
    font-size: 20px;
    padding: 0.5em 1em;
    margin-top: 2%;
    margin-bottom: 10%;
}

    #ticketBtn:hover {
        color: #555;
    }

/*Start header section*/

#header {
    background-color: lightpink; /*Placeholder for now*/
    background-image: url('Content/Pictures/weddingpicture.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    margin-bottom: 10vh;
    height: 100vh;
    width: 100vw;
}

    #header h1 {
        margin-top: 13vh;
        font-size: 60px;
    }

    #header h2 {
        font-size: 30px;
    }


#header-exhib {
    background-color: lightpink; /*Placeholder for now*/
    background-image: url('Content/wedding-3 (1).jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    margin-bottom: 10vh;
    height: 100vh;
    width: 100vw;
}

#headerText {
    float: right;
    color: #ffffff;
    margin-top: 70px;
    margin-right: 15px;
    text-align: right;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#headerExhibText {
    float: left;
    color: #ffffff;
    margin-top: 100px;
    margin-left: 30px;
}

    #headerExhibText h1 {
        margin-top: 0;
        font-size: 60px;
    }

    #headerExhibText h2 {
        margin-bottom: 0;
        font-size: 40px;
    }

#headerBanner {
    background-color: #69BBE7;
    width: 100%;
    height: 40px;
    position: absolute;
    display: table-cell;
    cursor: default;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    /*Keep top px = navbar height for proper vertical alignment*/
    /*Padding top = height/2 - font-size = 40px/2 - 16px*/
    top: 70px;
    padding-top: 4px;
    padding-left: 10px;
    /*text styling*/
    color: #ffffff;
    font-size: 16px;
}

.wrapContent {
    display: inline-block;
    vertical-align: middle;
}

#bannerText {
    font-size: 16px;
    padding-left: 10px;
}

    #bannerText a {
        color: #ffffff;
        text-decoration: underline;
    }

#closeBanner {
    background-color: inherit;
    border: none;
    outline: none;
    color: #ffffff;
}

#headerDownBtn {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 65vh;
    font-size: 150px;
}

/*End header section*/

#indexTextBody {
    padding-top: 7vh;
    padding-bottom: 5%;
}

    #indexTextBody h4 {
        padding: 0.7em 0;
    }

    #indexTextBody p {
        font-size: 15px;
    }

.indexBodyLinkHighlight:hover {
    color: #E81C4F;
}

.padded-column-top {
    padding-top: 9vw;
}

.padded-column {
    padding-top: 1vw;
    padding-bottom: 9vw;
    display: flex;
    align-content: center;
    text-align: center;
    margin: 0 auto;
}

img.padded-column {
    border: solid 50px #EE597F;
    border-radius: 10px;
}

.index-img {
    border: solid 5px #EE597F;
    border-radius: 300px;
    height: 80%;
    width: 80%;
    /*border: solid 1px #EE597F;*/
    /*border-radius: 10px;*/
}

.highlight {
    color: #E81C4F;
}

.text {
    color: #ffffff;
}

.text-black {
    color: #555;
}

.text-space {
    line-height: 180%;
    font-size: 20px;
}

.Subscription-form {
    position: relative;
    bottom: 30vh;
    left: 150vh;
    transform: translate(-50%, -50%);
}

.table {
    color: white;
}

.table-hover {
    background-color: #E81C4F;
}

.table-body {
    background-color: #EE597F;
    color: white;
    font-size: 12px;
}

#finalSalesText {
    font-size: 18px;
}

.footer {
    background-color: #d7c9c9;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .footer a {
        color: #555;
    }

        .footer a:hover {
            color: #E81C4F;
            text-decoration: none;
        }

#footerLink {
    margin-left: calc(50vw - 43px);
    /*43px comes from footerIcons size (margin-right included)*/
}

#footerIcons {
    float: right;
    margin-right: 3vw;
}

    #footerIcons a {
        color: #555;
        text-decoration: none;
        padding-left: 8px;
    }

        #footerIcons a:hover {
            cursor: pointer;
            color: #E81C4F;
        }

.wrapper-content {
    min-height: calc(100vh - 110px);
    /*110px = navbar 70px height + footer 40px height*/
}

.exhibInfoBody {
    padding-top: 5%;
}

.exhibPair {
    display: inline-block;
}

.exhibInfoPanel {
    margin-top: 4vh;
    text-align: left;
}

/*Start filter section*/

#filterWrapper {
    margin-top: 5vh;
}

#filterPanel {
    flex-wrap: wrap;
}

    #filterPanel div {
        margin-top: 3vh;
    }

#filterMenu {
    flex-wrap: wrap;
}

#extendFilterBtn {
    border-radius: 0 3px 3px 0;
}

    #extendFilterBtn:active, #extendFilterBtn:focus {
        outline: none;
    }

#searchBtn {
    margin-left: 3px;
    width: 70px;
    background-color: #E81C4F;
    color: #ffffff;
}

    #searchBtn:hover {
        box-shadow: 0 0 7px rgba(0,0,0,0.3);
    }

#filterResetBtn {
    margin-left: 5px;
    opacity: 0.5;
}

    #filterResetBtn a {
        color: #555;
    }

/*End filter section*/

#listWrapper {
    margin-top: 5vh;
}

.listItem {
    text-align: center;
    margin-bottom: 2vh;
}

.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    left: 0%;
    top: 0%;
    background-color: rgb(0,0,0);
    overflow-x: hidden;
    transition: 0.3s;
}


.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 85px;
}

.overlay h1 {
    padding: 12px;
    text-decoration: none;
    font-size: 36px;
    font-weight: bold;
    color: white;
    display: block;
    transition: 0.3s;
}

    .overlay h1:hover, .overlay h1:focus {
        color: #f1f1f1;
    }

.unstyleBtn {
    background-color: inherit;
    border: none;
}

    .unstyleBtn:focus {
        outline: none;
    }

.closebtn {
    float: right;
}

.rotate {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .rotate.down {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

#toTopBtn {
    margin-left: calc(100vw - 78px);
    /*78px = 48px (icon width) + 30px (how much margin you want)*/
    margin-bottom: 2vh;
}

.text-body {
    margin-top: 25vh;
}

@media screen and (orientation: landscape) and (max-height: 500px) {
    .index-img {
        height: 50%;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .HOD {
        display: none;
    }

    .text-space {
        padding: 0 1vw;
    }
}

@media screen and (max-width: 768px) {
    .HOM {
        display: none;
    }

    .mobileImg {
        text-align: center;
    }

    .text-space {
        padding: 0 5vw;
        text-align: left;
    }

    .Serie-Img {
        margin-top: 25vh;
    }

    #headerExhibText {
        margin-top: 140px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    #header, #header-exhib {
        background-attachment: scroll;
    }
}

@media screen and (width: 768px) {
    .navbar-header{
        float: none;
    }

    .mobileImg {
        text-align: center;
    }

    .index-img {
        height: 70%;
        width: 70%;
    }

    .HOI {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .HOD-ipad {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #finalSalesText{
        font-size: 14px;
    }

    #filterActionBtnsWrapper1 {
        display: none;
    }

    #filterActionBtnsWrapper2 {
        margin-top: 20px;
        margin-bottom: 5vh;
    }

    #searchBtn {
        margin-left: calc(50vw - 44px);
        width: 70px;
        height: 60px;
    }

    #filterResetBtn {
        margin-left: 25px;
    }

    .mobileList {
        margin-left: 1vw;
    }

    #header h1 {
        margin-top: 20px;
        font-size: 40px;
    }

    #header h2 {
        margin-top: 2vh;
        font-size: 20px;
    }

    HOM-ipad {
        display: none;
    }

    .navbar-header {
        float: none;
    }
}

@media screen and (max-height: 450px) {
    .overlay h1 {font-size: 20px}
    .overlay {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*Leave all media queries at bottom!*/