body {
    min-width: 600px;
    width: auto !important;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

/*#header {
    background-image: url("../images/header.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}*(

/*.nav-item {
    list-style-position:inside;
    border: 2px solid #002752;
}*/

.navbar-brand img {
    height: 59px;
}

.green-theme, .green-theme a:link, .green-theme a:visited {
    color: #7BBA82;
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 25px;
}

.green-theme a:hover{
    color: #369536;
}

.current-page {
    font-weight: bold;
}

#main-jumbo {
    padding: 0;
    background-color: #ffffff;
}

#main-carousel {
    max-width: 1200px;
    margin: auto;
}

#main-carousel .carousel-item img {
    width: 100%;
    margin: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23369536' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23369536' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
    background-color: #7BBA82;
}
.carousel-indicators .active {
    background-color: #369536;
}

.bright {
    color: #7BBA82;
}

#content p {
    text-align: justify;
    text-justify: inter-word;
}

img.between-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nopadding {
    padding: 0;
}

.noborder {
    border: 0;
}

#content {
    margin-top: 100px;
    font-size: x-large;
}

hr {
    border-top: 2px solid #7BBA82;
}

.list-without-bullets {
    list-style-type: none;
}

h1 {
    margin-bottom: 20px;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-hamburger:before {
    content:"\e236";
}

.page-footer {
    padding-bottom: 20px;
    color: #8c8c8c;
}

h2 {
    margin-top: 30px;
}

table {
    margin-top: 20px;
}

.table-smaller {
    font-size: 17px;
}
.header-cell {
    font-size: 30px;
}

.no-bullets {
    list-style-type: none;
}

.no-bullets > li{
    margin-top: 10px;
}

.contact-table td {
    text-align: center
}

.contact-image {
    max-height: 180px;
    min-height: 50px;
    min-width: 50px;
}

.contact-text, .contact-text a:link, .contact-text a:visited{
    color: #7BBA82;
    font-size: 30px;
}

.align-right {
    text-align: right;
}

.square {
    width: 100%;
    padding-top: 100%;
}

.image-cropper {
    overflow: hidden;
    position: relative;
}

.image-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 3s;
}

.image-holder:hover {
    transform: scale(1.2);
}

.image-grid {
    padding: 5%;
}

.image-caption, .image-caption a:link, .image-caption a:visited, .image-caption a:hover, .image-caption a {
    color: #000000;
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 25px;
    text-decoration: none !important;
    text-align: center;
}

.product-picture {
    width: 40%;
}
.product-info {
    width: 55%;
}

.product-info td, .product-info th {
    padding: 2px;
}


/* Custom navbar collapse point */
@media (min-width: 1410px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .custom-dropdown {
        position: absolute !important;
    }
}

/* news page formats */
.news h1 {
    margin-top: 30px;
    margin-bottom: 5px;
}
.news img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}
.news .row:not(:first-child) {
    border-top: 1px solid #7BBA82;
    margin-top: 20px;
}