body {
    background-color: #e9e9e9;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
      background-color: #e9e9e9;
    }
}

/* h1 {font-family: Arial, Helvetica, sans-serif; font-size: 3em; margin-top:-.12em; margin-bottom: -.12em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 2em; margin-top:-.12em; margin-bottom: -.12em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464;  }
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 1.75em; margin-top:-.1em; margin-bottom: -.1em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464;  }
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin-top:-.1em; margin-bottom: -.1em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464; }
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 1.25em; margin-top:-.07em; margin-bottom: -.07em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464; }
h6 {font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin-top:-.02em; margin-bottom: -.02em; font-family: 'Montserrat', sans-serif; font-weight: 100; color: #646464; }
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1{ font-size: 2.75em; }
    h2{ font-size: 2.25em; }
    h3{ font-size: 2em; }
    h4{ font-size: 1.75em; }
    h5{ font-size: 1.5em; }
    h6{ font-size: 1.25em; }
} */

/* p {font-family: 'Commissioner', sans-serif; font-weight: 500; font-size: 1.25em; color: #202020;}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    p {font-size: 0.85em;}
} */

.galContainer{
    width:100vw;
    min-height:calc(100vh - 105px);
    z-index: 100;
}
.footer{
    width:100vw;
    background-color:#3a3a3a;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer p{
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding:0;
    font-size: .95em;
    color: #dbdbdb;
}
.headerWrapper {
    width: 100vw;
    display: flex;
    justify-content: center;   
}
.wrapper {
    width: 100vw;
    display: flex;
    justify-content: center;
}
.header{
    width:1000px;
    padding-top: 25px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .header{
        width:1000px;
        padding-top: 0px;
    }
}
p.desc{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.col1 {
    width: 250px;
}
.col2 {
    width: 250px;
}
.col3 {
    width: 250px;
}
.col4 {
    width: 250px;
}

img{
    width: 98%;
    padding: 2px;
    cursor: pointer;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    img{width:98.5%; padding: 1px;}
}

.zoomContainer{
    position:fixed;
    height: 100vh;
    width: 100vw;
    background-color: black;
    background-color: #000000f8;
    display: none;
    z-index: 100;
}
.zoomWrap{
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.zoomHeader {
    width:100vw;
    height:50px;
    display: block;
    color:white;
    display:flex;
}

.zoomHeaderX{
    font-size: 30px;
    padding: 5px;
    justify-content: right;
}
.zoomHeaderX:link {
    color: white;
    text-decoration: none;
}
.zoomHeaderX:hover {
    color: white;
}
.zoomHeaderX:visited {
    color: white;
    text-decoration: none;
}

.zoomImg {
    opacity: 1;
    display:flex;
    justify-content: center;
}

.zoomFooter {

}