﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

.categoryImage {
    max-width: 200px;
    transition: filter 1s, opacity 1s;
}


    .categoryImage:hover {
        max-width: 200px;
        -webkit-filter: brightness(118%);
        filter: brightness(118%);
        opacity: 0.9;
        /*box-shadow: rgb(118, 131, 47) 10px 10px 5px*/
        /*border: solid 2px red;*/
    }

.mainimagehidden {
    display: none;
}

.maincarousel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.maincarouselcontainer {
    position: relative;
    display: inline-block;
    width: 100%
}

.maincarouselcontainer:hover .maincarousel{
    display: inline;
}
@font-face {
    font-family: irsans;
   src: url(irsans.ttf);
}
