﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    
    font-family:Arial; color:#939598;
}

/* Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
    */

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/

/*=================Custom Styles========================*/
/* ---Content Area--- */
.content_area{
   padding-left:30px;
}

.content_section{
    background-color: rgb(255, 255, 255); 
    padding: 10px 0px 20px 0px;
}

.bread_crum{
    font-family:Arial;
    padding:0 0 10px 0;
    color: #00396a;
}

.bread_crum a{
    font-family:Arial;
    font-style:normal;
}

.lead a {
    /*font-family: "Lora";
    font-style: italic;*/
    font-family:Arial; 
    color: #1d6ad4;
    font-weight: 400;    
}

.lead a:hover {
    color: #1d6ad4;
    text-decoration: underline;
}

/* Thumbnail Styles - Lightbox 2 Gallery */
/* Remove padding space at the right end*/
.thumbnails {
    margin-right: -15px;
}

.thumbnails a {
    float: left;
    /*width: 25%;*/
    padding-right: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.thumbnails img {
    display: block;
    transition: all .2s ease-in-out;
}

/*Remaining images on hover*/
.thumbnails:hover img {
    opacity: .6; 
    transform: scale(.92);
}

/*Individual image hover*/
.thumbnails img:hover {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 7px rgba(0,0,0,5);
}


