body {
    /*background-color: #f0f0f0;*/
    /* teal: background-color: #8ac1bd;*/
    background-color: #40769c;
    /*font-family: "AWKNG-Font", "Arial Black", Gadget, sans-serif;*/
    color: #fff;
}

h5{
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    color: #444444;
}
a.directions {
    color: #337ab7;
}
.alt{
    /*background-color: rgba(33, 33, 33, .05);*/
}

.hidden {
    display: none;
}

.jumbotron {
    background-color: transparent;
}
.aligncenter {
    text-align: center;
}
#map { 
    height: 50vh;
    /*position: static !important;*/
}
iframe {
    overflow: hidden
}
.scrolloff {
    pointer-events: none;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row > * {
    margin: 8px;
}

.col-md-1 {
    flex-grow: 1;
}
.col-md-2 {
    flex-grow: 2;
}
.col-md-3 {
    flex-grow: 3;
}
.col-md-4 {
    flex-grow: 4;
}
.col-md-6 {
    flex-grow: 6;
}
.col-md-12 {
    flex-grow: 12;
}

.crew-header {
    background-image: url(/wp-content/uploads/2020/03/crewheader2.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4em;
}

.header-logo-img {
    max-height: 3em;
}

.header-logo-title {
    font-size: 8em;
    margin: 0;
}

.panel {
    margin: 1.5em auto;
    max-width: 1280px;
    box-shadow: none;
}

.crewlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
}

.crewcard-wrapper {
    flex-basis: 25%;
    min-width: 300px;
}

@media screen and (max-width: 768px) {
    .crewcard-wrapper {
        flex-basis: 100%;
    }
    .row {
        flex-direction: column;
    }
}

.crewcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    min-height: 450px;
    /*max-height: 400px;*/
    margin: 0px 10px 20px 10px;
    /*background: #fff;*/
    background-color: transparent;
    border: 3px solid white;
    border-radius: 15px;
    /*box-shadow: 0px 8px 24px #00000050;*/
    text-transform: uppercase;
}

.leaderheader{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.leader-images {
    width: 100%;
    display: flex;
    justify-content: center;
    /*background: #1f2326;*/
    background: #fff;
    border: 0px solid white;
    border-radius: 10px 10px 0px 0px;
}

.leader-image {
    /*border: 3px solid #dedede;*/
    border: 3px solid #000000;
    border-radius: 50%;
    width: 111px;
    height: 111px;
    margin: 5px -13px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*box-shadow: 0px 8px 24px #00000040;*/
}

.name {
    /*color: #2eb6d1;*/
    color: #000000;
    /*added to move Name block to Leader-images*/
    background: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    /*margin-top: -.75em;*/
}

.crewname{
    color: #fff;
    font-size: 20px;
    margin-left: .5em;
    margin-right: .5em;
    margin-top: .9em;
    margin-bottom: .6em;
}

.crewtype{
    margin-top: 0em;
    margin-bottom: 5px;
    /*background-color: #fff;
    border: 1px solid #fff;*/
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
}

/* Group/Crew Types dynamic coloring*/
.ct_coed{
    background-color: #faf159;
    border: 1px solid #faf159;
}
.ct_couple{
    background-color: #f55360;
    border: 1px solid #f55360;
}
.ct_men{
    background-color: #545afa;
    border: 1px solid #545afa;
}
.ct_youth{
    background-color: #b056ff;
    border: 1px solid #b056ff;
}
.ct_women{
    background-color: #fe7efd;
    border: 1px solid #fe7efd;
}
.ct_basic{
    background-color: #ff7d56;
    border: 1px solid #ff7d56;
}
.ct_freedom{
    background-color: #82f27e;
    border: 1px solid #82f27e;
}
.ct_yngad{
    background-color: #81e6fe;
    border: 1px solid #81e6fe;
}
.ct_marcouple{
    background-color: #f55360;
    border: 1px solid #f55360;
}
/*Close out Group/Crew Types dynamic coloring*/

.crewdesc{
    color: #fff;
}

.day{
    margin-bottom: 0em;
}

.location {
    /*color: #4a4a4a;*/
    color: #fff;
}
.address {
    /*color: #828282;*/
    color: #fff;
}

.sharerow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 4em;
    margin-top: .5em;
}

.sharerow a {
    height: 4em;
    padding: 1em;
}

.sharerow img {
    height: 100%;
    width: auto;
    color: #fff;
}

.btn-primary {
    margin: 10px;
    margin-top: 0;
    /*background: #2eb6d1;*/
    background: #fff;
    color: #000000;
    border: none;
    border-radius: 15em;
    padding: .5em 3em;
}

.btn-primary:hover{
    background: #000000;
    color: #fff;
}
/*make button success the same as hover*/
.btn-primary:focus{
    background: #000000;
    color: #fff;
}

.btn-disabled{
    /*background: #bebebe;
    color: #7f7f7f;*/
    margin: 10px;
    margin-top: 0;
    /*background: #2eb6d1;*/
    background: #fff;
    color: #7f7f7f;
    border: none;
    border-radius: 15em;
    padding: .5em 3em;
}

.btn-default{
    /*background: #bebebe;
    color: #7f7f7f;*/
    margin: 10px;
    margin-top: 0;
    margin-bottom: 0;
    /*background: #2eb6d1;*/
    background: #fff;
    color: #7f7f7f;
    border: none;
    border-radius: 15em;
    padding: .5em 3em;
}

.divider {
    width: 75%;
    background-color: #fff;
    padding: .075em;
}

/*added additional formatting for emailmodal(registration form)*/
.modal-title{
    color: #000000;
    text-transform: uppercase;
}
.form-group{
    color: #fff;
    text-transform: uppercase;
}
.modal-body{
    background: #40769c; /*#8ac1bd*/
}


/* MAPS CSS */
.gm-style-iw-c{
    background-color: #95bfbc;
    color: black;
}

.upper{
text-transform: uppercase;
}

.map-info-window{
    background-color: white;
    color: black;
}

.map-info-window-content{
    background-color: #40769c;
    color: white;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 7px 7px;
}

.map-info-window-content-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.map-crewname{
    color: black;
    font-size: 20px;
    margin-left: 5px;      /*.5em*/
    margin-right: 5px;     /*.5em*/
    margin-top: 0px;       /*.9em*/
    margin-bottom: 5px;    /*.6em*/
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-leaderheader{
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    justify-content: center;
    align-items: center;
}

.map-leader-images {
    width: 100%;
    display: flex;
    justify-content: center;
    /*background: #1f2326;*/
    background: #fff;
    padding: 5px 5px 5px 5px;
}

.map-leader-image {
    /*border: 3px solid #dedede;*/
    border: 3px solid black;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*box-shadow: 0px 8px 24px #00000040;*/
}

.map-name {
    color: black;
    text-transform: uppercase;
    padding: 0px 5px 5px 5px;
}

.map-sharerow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /*height: 4em;*/
    margin-top: 5px; /*.5em*/
}

.btn-resize{
        padding: 5px 20px;
}