
#expandedImg:hover{
    cursor:pointer;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
@media only screen and (max-width: 900px) {
    .modal-content{
        height:auto !important;
        width:100% !important;

    }

}
.modal-content {
    margin: auto;
    display: block;
    height: 100%;
    width: auto;
    border: none !important;

}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    padding-right: 1%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.templateViewer{
    border-radius: 1rem;
    margin-top:2rem;
    margin-right:2.5rem;
    margin-left:2.5rem;
    background-repeat:no-repeat;
    height: 14rem;
    width: 20rem !important;
    transition: transform .2s;
    z-index: 1;
    position: relative;
    padding:0;
    background-position-y: center;
}

.bottomImg{
    cursor: pointer;
    transition: transform 0.25s;
}
.bottomImg:hover{
    transform: scale(1.15);
}
.txtPhoto{
    font-family: Andale Mono, monospace;
    background-color:rgba(52, 58, 64,0.8) !important;/*#642833*/
    color:white;
    text-align: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
@media only screen and (max-width: 600px) {
    .templateViewer{
        margin-right:0;
        margin-left:0;
    }
}
.templateViewer:hover{
    text-decoration: none;

    transform: scale(1.055);
    cursor: pointer;
}

.homeBtns{
    min-height: 75%;
    min-height: 75vh;
    display: flex;
    align-items: center;
}
.ttooltip {
    position: relative;
    display: inline-block;
}

.ttooltip .ttooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ttooltip .ttooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ttooltip:hover .ttooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipp {
    text-decoration:none;
    position:relative;
}

.tooltipp span {
    display:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:black;
    background:white;
}

.tooltipp span img {
    float:left;
    margin:0px 8px 8px 0;
}

.tooltipp:hover span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    width:auto;
    max-width:320px;
    min-height:128px;
    border:1px solid black;
    margin-top:12px;
    margin-left:32px;
    overflow:hidden;
    padding:8px;
}
