
/* Reset and Document Setup */

body, h1, h2, h3, h4, h5, p, a, label, input, select, option {
    font-family: 'Montserrat', sans-serif;
}

.row {
    padding: 0;
    margin: 0;
}

html {
    font-size: 10px;
}

* {
    box-sizing: border-box;
}

/* Typography */
p, 
h4,
a,
li,
input,
select,
label,
.body-text,
.button,
.gallery .form-control-lg,
.form-control {
    font-size: 1.6rem;
    line-height: 1.5; 
}


.nav-link, .dropdown-content a {
    font-weight: 500;
}

h1{
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
}

h2 {
    font-size: 3.5rem;
    line-height: 1.125;
}

.bodypage h2 {
    text-align: center;
}

h3, input, .submit-button {
    font-size: 2.4rem;
}


.secondary-page {
    font-size: 2.5rem;
}

.email-box .fa-envelope, input {
    line-height: normal;
}

label {
    font-weight: 400;
}


h3 {
    text-transform: capitalize;
    line-height: 1.25;
}


.nav-item {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.signature p,
.signature a {
    font-size: 1.2rem;
}


/* MARVEL MUSEUM */
.museum h3,
.faq h3,
.forms h3,
.membership h3,
.volunteer h3,
.contact h3 {
    font-size: 3rem;
}

.faq h4 {
    font-weight: 500;
}

 /*Forms And Documents */
 .forms h4 {
    font-size: 2rem;
}


@media only screen and (min-width: 375px) {
    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 4.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .bodypage h2 {
        text-align: left;
    }
    

    .secondary-page {
        font-size: 3.5rem;
    }

    

    .focus-area .card-title {
        font-size: 1.5rem;
    }

    

    .signature p,
    .signature a {
        font-size: 1.0rem;
    }

   
}

@media only screen and (min-width: 1100px) {

    .nav-item {
        font-size: 1.2rem;
    }
}



@media only screen and (min-width: 1200px) {

    .nav-item {
        font-size: 1.3rem;
    }

   h2 {
       font-size: 4.5rem
   }

   p, 
   h4, 
   a,
   li,
   .form-group label,
   .body-text,
   .button,
   .gallery .form-control-lg,
   .form-control {
       font-size: 2.0rem;
   }

   .focus-area .card-title {
    font-size: 1.8rem;
    }

    .signature p,
    .signature a {
        font-size: 1.4rem;
    }

    .event-overlay p,
    .event-overlay a {
        font-size:1.6rem;
    }

  /* MARVEL MUSEUM */
    .museum h3,
    .faq h3,
    .forms h3,
    .membership h3,
    .volunteer h3,
    .contact h3 {
        font-size: 3.5rem;
    }
   
}

@media only screen and (min-width: 1400px) {

    .nav-item {
        font-size: 1.4rem;
    }
}


@media only screen and (min-width: 1600px) {


   


    /* Multi-Page */

    .secondary-page {
        font-size: 4.5rem;
    }

    h1 {
        font-size: 6.4rem;
    }
    


    .bodypage h2 {
        font-size: 5.5rem;
        margin: 3.5rem 0;
    }

    h3 {
        font-size: 2.7rem;
    }

   

    input,  .submit-button  {
        font-size: 1.8rem;
    }

    .focus-area .card-title {
        font-size: 2.4rem;
    }

     .nav-item, .dropdown-content {
       font-size: 1.6rem;
    }

   .email {
       padding: 2rem 0;
   }

   .signature p,
   .signature a {
       font-size: 1.5rem;
   }

   /* MARVEL MUSEUM */
   .museum h3,
   .faq h3,
   .forms h3,
   .membership h3,
   .volunteer h3,
   .contact h3  {
    font-size: 4rem;
    }

    /*Forms And Documents */
    .forms h4 {
        font-size: 3rem;
    }

}




/* Layout */

#mainTxt {
    min-height: 300px;
}


.bodypage {
    padding-bottom: 8rem;
}

h1, .button, .logo, header p {
    position: relative;
    z-index: 1;
}

h2 {
    margin: 3rem 0;
}

.logo {
   height: 100px;
}

.button {
    padding: 1rem;
}


.navbar {
    padding: 0;
}

.nav-item {
    padding: .5rem 1rem;
}

.nav-item {
    margin-left: 1rem;
}



/* HOME */
#event-img-alt {
    max-width:90%;
}

.slideshow {
    padding: 0;
}



.focus-area {
    flex-direction: column;
    align-items: center;
}
.home .card {
    min-width: 310px;
    margin-bottom: 2rem;
}

.card-title {
    padding-bottom: 1rem;
}


.event {
    padding: 3rem 1rem;
}

.event01 {
    grid-area: event01;
}

.event02 {
    grid-area: event02;
}

.event03 {
    grid-area: event03;
}

.event-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "event01"
        "event02"
        "event03";
}

.event-item {
    margin: 0 1.5rem;
}

.submit-button {
    height:100%;
    padding: 1px 2rem;
    /* border: 2px solid #5B76A4; */
}

.email-box h2 {
    padding-bottom: 1rem;
}

input {
    width: 70%;
    height: 100%;
    padding-left: 1rem;
}

.form-control {
    padding: .2rem 1rem;
}

.form-group select,
.form-group input {
    height: 30px;
}



.fa-envelope {
    height: 100%;
}

footer ul {
    padding:0;
}

.signature {
    padding: 3rem 0;
}



/* BOARD MEMBERS */
.board-thumbnail {
    height: 421px;
    width: 100%;
    overflow: hidden;
    

}

.board-thumbnail img {
    min-width: 100%;
    min-height: 421px;
}


.board-member img {
    max-width: 100%;
}

/* HISTORY */
.history h4 {
    margin: 0;
}

.history li {
    border-left: 2px solid #632E1C;
}

.history li {
    position: relative;
}

.history svg {
    position: absolute;
    top: 7px;
    left: -6px;
}

.history ul {
    list-style: none;
}


/* MARVEL MUSEUM*/
.marvel-overlay {
    overflow: hidden;
    width: 100%;
    height: 260px;
    position: relative;
}

.marvel-overlay img {
    min-height: 260px;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}


/*FACILIY */
.facility-overlay {
    overflow: hidden;
}

.facility-overlay img {
    /* margin-top: -50%;
    transform: translateY(50%); */
}

/* GIFT SHOP */
.gift-thumbnail {
overflow: hidden;
width: 100%;
height: 144px;

}

.gift-thumbnail img {
    min-width: 100%;
    min-height: 144px;

    margin-left: 50%;
    transform: translateX(-50%);
    
   

}

/* EVENTS */
.event-img {
    width: 50%;
}

/* PHOTO GALLERY */
.gallery select {
    width: 200px;
}

.photo-gallery-overlay {
    overflow: hidden;
    min-width: 100%;
    height: 56px;  
   
}

.photo-gallery-overlay img {
    min-width: 100%;
    min-height: 56px;  
    margin-left: 50%;
    transform: translateX(-50%);
}

/* CONTACT US */
.contact iframe {
    width: 100%;
}

/* SPONSORS */
.sponsors ul {
    min-height: 150px;
}


/* SECONDARY PAGES (COMING SOON, FORM SUBMIT) */
.secondary-page {
    margin: 10rem 0 1.5rem;
}


@media only screen and (max-width: 991px) {
    /* HOME */
    .home section {
        padding: 3rem 1rem;
    } 
}

@media only screen and (min-width: 768px){
    #mainTxt {
        min-height: 225px;
    }

    .bodypage {
        padding-bottom: 10rem;
    }

    .focus-area {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:flex-start;
    }

    .home .card {
        min-width: 325px;
    }



    .event-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "event01 event02"
        "event03 event03"
    }

    .event-overlay,
    .event-overlay a {
        padding: 1rem;
        overflow: hidden;
    }

    /* BOARD MEMBERS */
    .board-thumbnail {
        height: 312px;
    }
    
    .board-thumbnail img {
           min-height: 312px;
    }

    /* MARVEL MUSEUM*/
       .marvel-overlay {
        height: 315px;
    }

    .marvel-overlay img {
        min-height: 315px;
    }

    /*FACILITY */
    .facility-overlay {
        max-height: 400px;
    }

    /* GIFT SHOP */
    .gift-thumbnail {
        height: 104px
    }

    .gift-thumbnail img {
        min-height: 104px;
    }

    /* PHOTO GALLERY */
    .photo-gallery-overlay {
        height: 121px; 
        
    }

    .photo-gallery-overlay img {
        min-height: 121px; 
    }

    /* EVENTS */
    .event-img {
        width: 30%;
    }

    /* SPONSORS */
    .sponsors ul {
        min-height: 225px;
    }
}


@media only screen and (min-width: 992px) {
    
    #mainTxt {
        min-height: 450px;
    }

    .nav-item{
        margin: 0 1rem;
        padding: 1rem;
    }
    
    
    .focus-area {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .home .card {
        min-width: 200px;
    }

    .events {
        /* padding-left:0; */
    }

    input {
        width: 50%;
    }

    .form-container {
        margin: 0 1.5rem;
    }

    

    footer li {
        padding-bottom: 1.5rem;
    }

    footer .address {
        margin-top: 1rem;
    }

    footer p {
        margin: 0;
    }

    /* HOME */
    .visit, .events {
        padding-top: 0rem;
    }

    
     #event-img-alt {
        margin-top: 8rem;
    }

    /* BOARD MEMBERS */
    .board-thumbnail {
        height: 200px;
    }

    .board-thumbnail img {
        min-height: 200px;
    }

    /* HISTORY */
    .history svg {
        top: 6px;
    }

    /* MARVEL MUSEUM*/
    .marvel-overlay {
        height: 280px;
    }

    .marvel-overlay img {
        min-height: 280px;
    }

    /*FACILITY */
    .facility-overlay {
        max-height: 350px;
    }

    /* GIFT SHOP */
    .gift-thumbnail {
        height: 148px
    }

    .gift-thumbnail img {
        min-height: 148px;
    }

     /* PHOTO GALLERY */
     .photo-gallery-overlay {
        height: 106px; 
       
    }

    .photo-gallery-overlay img {
        min-height: 106px; 
    }

    /* SPONSORS */
    .sponsors ul {
        min-height: 200px;
    }
    
}

@media only screen and (min-width:1024px) and (min-height: 1200px) {
    #mainTxt {
        min-height: 775px;
    }
}

@media only screen and (min-width:1200px) {

    #mainTxt {
        min-height: 550px;
    }

    .logo {
        height: 80px;
    }

    .nav-item {
        margin: 0 .2rem;
    }

    

    .home .card {
        min-width: 250px;
    }

    .visit {
        padding-right: 3rem;
        padding-left: 0;
        margin-bottom: 5rem;
    }

    .events {
        padding-right: 0;
    }

    
    .home section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    } 


    /* BOARD MEMBERS */
    .board-thumbnail {
        height: 245px;
    }

    .board-thumbnail img {
        min-height: 245px;
    }

    
    /* MARVEL MUSEUM*/
    .marvel-overlay {
        height: 248px;
    }

    .marvel-overlay img {
        min-height: 248px;
    }

    

    /* GIFT SHOP */
    .gift-thumbnail {
        height: 191px
    }

    .gift-thumbnail img {
        min-height: 191px;
    }

    /* PHOTO GALLERY */
    .photo-gallery-overlay {
        height: 132px; 
    
    }

    .photo-gallery-overlay img {
        min-height: 132px; 
    }


    /* SPONSORS */
    .sponsors ul {
        min-height: 200px;
    }
    
}


@media only screen and (min-width:1600px) {
    #mainTxt {
        min-height: 460px;
    }
    

    .container {
        max-width: 1500px;
    }

    .logo {
        height: 120px;
     }

    .nav-item {
        margin: 0 1rem;
    }

   .home  .card {
        min-width: 350px;
    }

    input {
        width: 20%;
    }

    .form-group select,
    .form-group input {
        height: 36px;
    }


   /* HOME */
    #event-img-alt {
        max-width: 650px;
    }

    /* BOARD MEMBERS */
    .board-thumbnail {
        height: 335px;
    }

    .board-thumbnail img {
        min-height: 335px;
    }

    

    /* HISTORY */
    .history svg {
        top: 10px;
    }

    /* MARVEL MUSEUM*/
    .marvel-overlay {
        height: 337px;
    }

    .marvel-overlay img {
        min-height: 337px;
       
    }

    /* FACILITY RENTAL */
    .facility-overlay {
        max-height: 450px;
        overflow: hidden;
    }

    /* GIFT SHOP */
    .gift-thumbnail {
        height: 246px
    }

    .gift-thumbnail img {
        min-height: 246px;
    }


    /* PHOTO GALLERY */
    .photo-gallery-overlay {
        height: 183px; 
       
    }

    .photo-gallery-overlay img {
        min-height: 183px; 
    }


    /* SPONSORS */
    .sponsors ul {
        min-height: 245px;
    }

}



/* Color */

.bg-darkblue{
    background-color: #212B3B;
}


.bg-blue {
    background-color: rgba(233, 239, 251, 0.8);
}

.bg-gray {
    background-color: #DADDE4;
}

h2,
.visit h3,
.text-darkblue {
    color: #212B3B;
}

.body-text,
.gray-text {
    color: #5f5f5f;
}

.text-middleblue,
.secondary-page  {
    color: #405373;
}

.text-red {
    color:#632E1C
}

.bg-middleblue {
    background-color: #405373;
}

.bg-red {
    background-color: #632E1C;
}

.bg-header {
    position: relative;

   /* background-image: url(../../img/Header_MapCrop.jpg);
     https://digitalcollections.nypl.org/items/510d47da-f168-a3d9-e040-e00a18064a99 
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover; */
} 

.header-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: linear-gradient(78deg, #405373 19%, #212B3B  19%); 
 
}

/* @media only screen and (min-width:1200px) {
    .header-gradient {
        background: linear-gradient(to right, rgba(33, 43, 59, .6) 10%, rgba(33, 43, 59, .9)  20%); 
    }
}

@media only screen and (min-width:1600px) {
    .header-gradient {
        background: linear-gradient(to right, rgba(33, 43, 59, .6) 15%, rgba(33, 43, 59, .9)  25%); 
    }
} */

*::selection {
    background:red;
}

h1,
header p, 
.button, 
.nav-link,
.dropdown-content a,
footer a {
    color: #fff;
}

.nav-link:hover, 
.dropdown-content a:hover {
    color: rgb(167, 180, 204);
    text-decoration: none;
}



.button:hover{
    text-decoration: none;
    transition:250ms;
    background-color: #212B3B;
} 

header .button:hover,
.about .button:hover {
    background-color: #fff;
    color:#405373;
}


.button:active{
    background-color: #212B3B;
}

.slideshow {
    border-bottom: 15px solid #632E1C;
}

.card {
    border: none;
}

.email-box {
    border: 2px solid #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}



.submit-button {
    background-color: #5B76A4;
    border: 1px solid #5B76A4;
}


/* BOARD MEMBERS */

.board-member img {
    box-shadow: 0 4px 12px #81818185;
}


/* NEWSLETTER */
.newsletter .card {
    border-radius: 8px;
    background-color: rgb(217, 221, 228);
}



/* EVENTS */
.event-item {
    border-left: 2px solid #c8ced7; 
}

/* FORMS & DOCUMENTS */
.form-container .button {
    border:none;
} 

.document-item {
    border-radius: 8px;
}

/* MEMBERSHIP */
.membership .button:hover,
.volunteer .button:hover,
.contact .button:hover {
    cursor: pointer;
    transition: 250ms;
    transition-timing-function: ease-in;
    background-color: #fff;
    color: #0F131A;
}

/* SPONSORS */
.sponsors ul {
    list-style-position: inside;
}

.forms ul {
    margin-left: 2rem;
}



 




/* FOOTER */ 
footer {
    background-color: #0F131A;
}

footer a:hover {
    color: lightgray;
    text-decoration: none;
}

footer ul {
    list-style: none;
}

.signature {
    background-color: #000;
}



    /* MultiPage */
    /* .bodypage h2 {
        border-bottom: 3px solid #632E1C;
    } */



/* Interactivity */

.event, .card-overlay-container{
    position: relative;
}

.event-overlay a {
    color: #fff;
    text-decoration: underline;
}

.event-overlay a:hover {
    color: #999;
}

.event-overlay, .focus-overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    transition: .3s ease;
}

.focus-overlay {
    background-color: rgba(255,255,255,.6);
    background-image: url(../../images/CarriageOverlay.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size: 60%;
}

@media only screen and (min-width:1200px) {
.event:hover .event-overlay {
    opacity: 1;
}

.card-overlay-container:hover .focus-overlay {
    opacity: .8;
}
}



.about-bg {
    background-color: rgba(33,43,59, .5);
}




.parallax {
    background-image: url(../images/GH_Property.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width:992px) {
   .parallax {
    background-position: right top;
   }
}



/* Navbar Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    z-index: 1;
    min-width:100%;
}

.dropdown-content a {
    white-space: nowrap;
    /* margin: 1rem; */
}

.nav-item .fa-chevron-down {
        display: none;
    }

@media only screen and (min-width:1200px) {
    

    .dropdown-content {
        background-color: #212B3B;
        display: none;
        position: absolute;
    }



    .nav-item .fa-chevron-down {
        display: inline-block;
    }

    .dropdown:hover .dropdown-content {
        display:block;
        
    }
}

.dropdown-content a {
    display: block;
}
 

 /* .h2-wrapper {
    
    background-image: url(../../images/Banner.jpg);
    padding: 4rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}  */

.history {
    background-color: rgba(255, 255, 255, 0.9);
}




.sticky {
    width: 100%;
    z-index: 5;
    background-color: #212B3B;
    position: sticky;
    top: 0;
}



.h2-wrapper h2 {
    color:#fff;
}

.h2-wrapper {
    background: linear-gradient(62deg,  #405373 85%, rgba(0,0,0,0) 85%);
     background-color: #405373; 
     margin-bottom: 3rem;
}

.g-recaptcha {
    max-width: 100%;
}