﻿
.poster-board {
    position: relative;
    height: 76em;
    width: 60em;
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.75);
    font-family: 'Segoe UI','Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.main-image {
    width:100%;
}

.img-div {
    height: 21em;
}

/*.cab-header {
    font-size: 2.5em !important
}*/

.frame {
    height: 100%; 
    width: 100%;
    position: relative;
}

.img-additional {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.additional-links {
    position: absolute;
    top: 1%;
    right: 8%;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid lightgray;
    margin-bottom: 0px;
}

.additional-links ul li {
    list-style-type: none;
}

.search-bar {
    display: inline-block;
}

.nav-heading {
    font-family: Impact;
    font-weight: bolder;
    font-size: 2.5em;
    padding: 0px;
    margin: 0;
    height: 1.3em;
}

.poster-header {
    position: relative;
}

#posterPreHeading {
    width: 100%;
    position: absolute;
    top: 10%;
    font-size: 1.5em;
}

#personName {
    font-size: 3.5em;
}

#personAge {
    font-size: 1.7em;
}

#contactInfo {
    font-size: 2.8em;
    font-weight:bold;
}

.poster-heading {
    color: red;
    font-weight: bolder;
    font-size: 9em;
    padding: 0;
    margin: 0;
    height: 1.3em;
}

.font-family-verdana {
    font-family: Verdana !important;
}

.font-family-tahoma {
    font-family: Tahoma !important;
}

.font-family-calibri {
    font-family: Calibri !important;
}

.font-family-helvetica {
    font-family: Helvetica !important;
}

.font-family-lucida-sans {
    font-family: 'Lucida Sans' !important;
}

.font-family-georgia {
    font-family: Georgia !important;
}

.font-family-arial-black {
    font-family: 'Arial Black' !important;
}

.font-family-century-gothic {
    font-family: 'Century Gothic' !important;
}

.font-family-rockwell {
    font-family: Rockwell !important;
}

.font-family-candara {
    font-family: Candara !important;
}

.qr-code {
    width: 9em;
    border-radius: 5px;
}

.poster-subheading {
    background-color: black;
    padding: 5px;
}

.subheading-text {

    font-size: 2em;
    color: #E7A23C;
    font-weight: bold;
}

.child-name {
    font-size: 2.5em;
    font-weight: bold;
    color: darkblue;
}

.child-info {
    position: absolute;
    top: 16%;
    left: 34%;
    font-size: 1.1em;
    height: 81%;
    width: 60%;
    padding-top: 10px;
}

.info-box {
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.info-heading {
    font-weight: bold;
}

li.menu-item {
    padding: 5px;
}

li.menu-item:hover {
    background-color: #F2F4F4;
}

.CART-description {
    font-size: 1.3em;
    margin-bottom:0;
}

.justify {
    text-align: justify !important
}

.bold {
    font-weight: bold;
}

.font-big {
    font-size: 2.5em !important
}

.additional-big {
    font-size: 2.3em;
    font-weight: bolder;
    margin-bottom: 0;
}

.call-to-action {
    color: darkblue;
    font-weight: bolder;
    font-size: 1.2em;
}

.extra-photos {
    width: 15%;
}

.underline {
    text-decoration: underline !important
}

#filter-options {
    display: none;
}

.resolved {
    color: green;
    font-weight: bold;
}

.font-medium {
    font-size: 1.3em !important
}

.card {
    white-space: nowrap;
}

.ul-styles {
    list-style-type: none;
}

.li-styles {
    display: inline;
}

.poster-image:hover {
    cursor: pointer;
}

#cabFooter {
    position: absolute;
    bottom:0px;
    width: 100%;
}

@media screen and ( max-width: 1199px ) {
    .child-info {
        left: 27%;
        width: 49%;
    }

    .li-styles {
        width: 40%
    }

    .CART-container {
        width: 100%;
    }

    .small-screen-w-60 {
        width: 60% !important
    }

    .small-screen-w-40 {
        width: 40% !important
    }

}

@media screen and ( max-width: 1038px ) {
    .card-info {
        font-size: .7em;
        padding: 0px;
    }

    .search-bar {
        width: 50%;
    }
}

@media screen and ( max-width: 992px ) {
    .child-info {
        left: 35%;
        width: 49%;
    }

    .card-info {
        padding: 0px;
        width: 35%;
    }
}

@media screen and ( max-width: 767px ) {
    .nav-heading {
        font-size: 5.5vw;
    }

    .qr-code {
        height: 5em;
        width: 5em;
    }

    .search-bar {
        width: 50%;
    }

    #print {
        margin-top: 13px !important
    }
}

@media screen and ( min-width: 767px ) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media screen and ( max-width: 565px ) {

}

@media screen and ( max-width: 400px ) {

}

@media print {
    .poster-board {
        box-shadow: none;
    }

    #print {
        display: none;
    }

    .additional-links {
        display: none;
    }

    #posterPreHeading {
        font-size: 1.5em;
    }

    #personName {
        font-size: 3.5em;
    }

    #personAge {
        font-size: 1.7em;
    }

    #contactInfo {
        font-size: 2.8em;
    }

    .poster-heading {
        font-size: 9em;
    }

    .img-addition {
        width: 100%;
    }
}
