﻿/* Move down content because we have a fixed navbar that is 50px tall */
.body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: lightblue !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: gray;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 10px) {

/*    .jumbotron {
        height: 400px;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0px;
        background-image: url('../Images/DSCN0371.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        font-size: smaller;
        text-shadow: black 0.2em 0.2em 0.2em;
    }*/

    /*.jumbotron {
        height: 600px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0px;
        background-image: url('../Images/Town Hall (1331 x 998).png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        font-size: smaller;*/
        /*        text-shadow: black 0.2em 0.2em 0.2em;*/
    /*}*/

    .defaultpage {
        background-color: lightgray;
        padding: 20px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

a:link {
    color: blue;
}


a:visited {
    color: Blue;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}

.jumbo {
    height: 70px;
    padding-top: 10px;
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
 /* background-color: gray;*/
    background-size: cover;
    color: black;
    font-size: smaller;
}


.body-content {
    padding:0px 0px 0px 0px;
}

.responsive-image {
    height: auto;
    max-width: 100%;
}

.imagecenter {
    display: block;
    margin: 0 auto;
}


/*.roundedborder {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border: #cdcdcd medium solid;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}*/

.leftrightbackground {
    background-color: blue;
}

/*.parallax {*/
    /* The image used */
    /*/* Set a specific height */
    /*min-height: 500px;
    background-image: url('../Images/PrincetonTownship_LogoDesign.png');*/
    /*   background-image: url('../Images/Town Hall (1331 x 998).png');*/
     /*background-size: auto;*/
    /*background-image: url("../images/SummerPicture.jpg");*/
    /*background-image: url("../images/20230225_094419.jpg");*/
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.hed {
    font-family: "Avenir Next", Calibri, Verdana, sans-serif;
    text-align: center;
    font-size: 40px;
}

.image-frame {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* optional, reinforces centering */
}

    .image-frame img {
        max-height: 300px;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.hover-zoom:hover {
    transform: scale(1.05);
    cursor: pointer;
}