body {
    -webkit-text-size-adjust: none;
    background-image: url("Images/PhotoGray_browser_bg-2.jpg");
    background-repeat: repeat;
    text-align: center;

}

h1 {
    color: white;
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

h2 {
    color: white;
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

a {
    text-transform: uppercase;
    color: #c1c1c1;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a:hover {
    color: red;
}

.center {
    background-image: url("Images/PhotoGray_bg_c-1.jpg");
    background-repeat: repeat;
    display: inline-block;
    /* margin: auto; */
    padding-right: 5%;
    padding-left: 5%;
}

.navbar {
    background-image: url("Images/PhotoGray_nav_bg.jpg");
    width: 100%;
    /* margin: auto; */
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: 'Futura', 'Trebuchet MS', sans-serif;
    font-size: .7em;
    /* line-height: 25px; */

}

hr {
    margin: 0;
}

img {
    text-align: center;
    margin: auto;
    padding: 2%;
    display: block;
}

p {
    width: 361px;
    color: white;
    display: block;
    text-align: left;

}