﻿.backgroundfixed {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-image: url('/images/BarleyAndSky.jpg');
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    z-index: -2
}

.backgroundfog {
    position: fixed;
    background-color: rgba(50,50,50,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.pageContent {
    margin-top: 3.5rem;
    width: 100%;
}

.navbar-dark .btn {
    color: white;
}

.navbar .navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler .fa-bars {
    font-size: 1.5em;
}

.navbar-toggler .fa-bars:active {
    transform: scale(0.9)
}

.bg-testMode {
    background: rgb(33,37,41);
    background: linear-gradient(90deg, rgba(33,37,41,1) 0, rgba(150,0,0,1) 25%, rgba(33,37,41,1) 100%);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
    color: rgb(255,255,255);
    color: rgba(255,255,255,.8);
}

.navbar-text.advisory {
    color: rgb(255,255,255);
    font-weight: 700;
}


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
    color: rgb(0,0,0);
    color: rgba(0,0,0,0.7);
    font-weight: 600;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-bottom: 0;
}

label {
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}

/*Begin home page styling*/
.CutePigBackground {
    background-size: cover;
    background-image: url('/images/CutePigBackgroundSM.jpg');
    min-height: 15em;
}

.HogReportBackground {
    background-image: url('/images/HogReport.jpg');
}

.LatestNewsBackground {
    background-image: url('/images/LatestNews.jpg');
}

.HogProducersBackground {
    background-image: url('/images/hogproducers.jpg');
}

.LatestNewsBackground, .HogProducersBackground, .HogReportBackground {
    background-size: cover;
    min-height: 15em;
    transition: 0.2s ease-in-out;
}

    .LatestNewsBackground:hover, .HogProducersBackground:hover, .HogReportBackground:hover {
        transform: scale(0.99);
        transition: 0.2s ease-in-out;
    }

.CenterLogoContainer {
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255, 0.8);
    font-weight: bold;
    text-align: center;
    z-index: 5;
    border: 8px solid #f1f1f1;
}

.ThickBorderRight, .ThickBorderMiddle, .ThickBorderBottom {
    border-top: 0;
}

.ThickBorderTop.ThickBorderRight {
    border-top: 8px solid #f1f1f1;
}

.HogPriceReportTitle, .LatestNewsTitle, .HogProducersTitle {
    top: 0;
    left: 0;
    position: absolute;
    float: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    padding-bottom: 21px;
    padding-top: 21px;
    width: 100%;
    z-index: 50;
    line-height: 0.8;
}

.HogPriceReportTitle {
    padding-bottom: 2px;
}
.LatestHogReportDate {
    position: relative;
    top: 0;
    font-size: 0.70em;
    font-weight: normal;
}

.HogPriceReportTitle {
    background: rgba(110, 159, 73, 0.7);
}

.LatestNewsTitle {
    background: rgba(200, 50, 73, 0.7);
}

.HogProducersTitle {
    background: rgba(25, 25, 225, 0.5);
}

.BottomWHELogo {
    width: 60%
}

.BottomAFACLogo {
    width: 50%
}

@media (min-width: 768px) {
    .ThickBorderMiddle {
        border-left: 0;
        border-right: 0;
    }

    .BottomWHELogo {
        width: 80%
    }

    .BottomAFACLogo {
        width: 70%
    }
}

@media (min-width: 992px) {
    .BottomWHELogo {
        width: 60%
    }

    .BottomAFACLogo {
        width: 50%
    }

    .LatestNewsBackground, .HogProducersBackground, .HogReportBackground {
        height: 15em;
    }

    .CenterLogoContainer {
        background-color: rgb(255,255,255); /* Fallback color */
        background-color: rgba(255,255,255, 0.8);
        font-weight: bold;
        text-align: center;
        z-index: 5;
    }

    .ThickBorderLeft {
        border: 16px solid #f1f1f1;
        border-right: 8px solid #f1f1f1;
    }

    .ThickBorderRight {
        border: 16px solid #f1f1f1;
        border-left: 8px solid #f1f1f1;
    }

    .ThickBorderTop {
        border-bottom: none;
    }

        .ThickBorderTop.ThickBorderRight {
            border-top: 16px solid #f1f1f1;
            border-left: 0;
        }

        .ThickBorderTop.ThickBorderRight {
            border-left: 0;
        }

        .ThickBorderTop.ThickBorderLeft {
            border-right: 8px solid #f1f1f1;
        }

    .ThickBorderBottom {
        border-top: 8px solid #f1f1f1;
        border-bottom: 16px solid #f1f1f1;
    }
}
/*End home page styling*/

