@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.name-tag {
    max-width: 160px;
    margin-right: 10px;
}

@media (max-width: 420px) {
    .name-tag {
        max-width: 120px;
        margin-right: 5px;
    }
}

.name-tag-image {
    border-radius: 5%;
    width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    padding-bottom:5px;
}

.activePaid {
    margin-top: 15px;
    color: gold;
    font-weight: 900;
    font-size: 21px;
}

.missingIcon {
    margin-top: 15px;
    color: orangered;
}

.alumni-search-bar {
    display: flex;
    font-size: 16px;
}

.alumni-search {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

html {
}

h2, h3, h4, h5, h6 {
    color: rgb(141, 36, 36);
}

dt {
    color: rgb(141, 36, 36);
}
    
body {
    background-color: seashell;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.paymenttable {
    text-align: left;
    margin-bottom: 25px;
}

.paymentForm {
    height: 35px;
}

.page-content {
}

#totalCost {
    font-weight: 600;
}

.formLabel {
    text-align: right;
    padding-right: 15px;
}

.paymentoptions dt, dd {
    text-align: left;
    font-size: 15px;
}

.paymentoptions dd {
    margin-bottom: 25px;
    font-size: 15px;
}

.itinerary dt {
    font-size: 19px;
}

.footer-header {
    color: white;
}

.inline-image {
    float: right;
    height: 150px;
    margin-left: 10px;
}
/* ---------- FOOTER ---------- */
.footer {
    background-color: #460E11;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-group {
    margin-bottom: 7px;
}

.col-form-label {
   text-align: left;
}

.form-control {
}
.footer h4 {
    margin-bottom: 20px;
}

ul.footer-links {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0;
}

    ul.footer-links li {
        line-height: 32px;
        padding-left: 15px;
        vertical-align: middle;
    }

        ul.footer-links li a {
            text-decoration: none;
            color: rgba(255, 255, 255, .7);
            vertical-align: middle;
        }

            ul.footer-links li a:hover, ul.footer-links li a:focus {
                 text-decoration: none;
                color: rgba(255, 255, 255, 1);
            }
ul.foot-links li a img {
    vertical-align: middle;
}
.footer img {
    vertical-align: middle;
}

.hero {
    margin-bottom: 25px;
}

.soc-media {
    display: flex;
    align-items: center;
}

.soc-media-name {
    margin-bottom: 1px;
    padding-left: 7px;
}

.logo {
    max-width: 30px;
    text-align: center;
}

.logo-footer {
    margin-bottom: 25px;
}



.nav-logo {
    margin-right: 30px;
}

/* ---------- STYLE FOR GRID EDITOR ---------- */

.grid-section .img-fluid img {
    max-width: 100%;
    height: auto;
}

/* ----------- BODY ------------------------ */

.body-section {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
//    width: 80%;
}

.row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.card-img-container {
    height: 200px; /* Set the desired height for the image container */
    overflow: hidden;
}

    .card-img-container img {
        object-fit: contain; /* Automatically crop the image to fit the container */
        height: 100%;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        filter: drop-shadow(10px 10px 5px black);
    }
.alumni-card {
    background-color: #eaeaee;
    margin: 10px 10px 10px 10px;
    filter: drop-shadow(10px 10px 20px black);
    max-width: 350px;
    height: 350px;
}
.card-footer {
    background-color: #b79e89;
    max-height: 50px;
    align-items: center;
    vertical-align: baseline;
}

.social-icon {
    margin-top: 15px;
    color: grey;
}

.deceased {
    background-color: grey;
}

.memorial {
    height: 35px;
    float: right;
}

.memorial-div {
    text-align: right;
    width: 100%;
}

.media-icons {
    float: left;
    width: 75%
}

.active-fb {
    color: blue;
}

.active-email {
    color: #460E11;
}

.contact-us {
    margin-right:7px;
    margin-top: 5px;
}
    /*.soc-media-icon {
    max-width: 25px;
    text-align: center;
}

.card-bottom {
    bottom: 0;
    position: absolute;
    height: 42px;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.03);
    border-top: 1px solid lightgrey;
}
*/
    .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

#yearbook-gallery {
    display: inline-block;
}

.yearbook-page {
    float: inline-start;
    margin: 7.5px;
}

.yearbook-caption {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

img.headshot {
    border-radius: 50%;
}

div.headshot   {
    float:left;
}

div.committee-info {
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.committee-card {
    padding-top:15px;
    padding-left:20px;
    width:350px;
    
}

.committee-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: larger;
    position: relative;
    display: block;
}

.committee-role {
    position: relative;
    display: block;
}

.committee-cards {
    align-items: center;
    justify-content: center;
}

.qty-selector {
    max-width: 50px;
    display: -webkit-inline-box;
}

.subtotal {
    margin-top: 7px;
    margin-left: 15px;
    width: 90px;
}

.search-count {
    font-size: 13px;
    font-weight: bold;
}

.tshirt-qty {
    width: 25px !important;
}

.size-label {
    width: 83px !important;
}

.tshirt-size {
    width: 70px !important;
}

.tshirt-group {
    width: 150px;
    display: flex;
}

.tshirt-input-group {
    flex: none;
}

.tshirt-subtotal {
    flex: none;
}

.tshirt-img {
    filter: drop-shadow(5px 5px 5px black);
    margin-bottom: 10px;
}

.glass-img {
    margin-bottom: 10px;
    max-height: 350px;
}

@media (max-width: 500px) {
    .tshirt-img {
        max-width: 120px;
        
    }
    .glass-img {
        max-height: 275px;
    }
}

.tshirt-images{
    margin-bottom: 10px;
}

.tshirt-img-fluid {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 120px;
}

.alert {
    color: red;
}
