#outer-container {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
}
#content-parent {
    margin-top: 0 !important;
}

/****************** 3 boxes **************/

.yellow-bg {
    background-color: #e1a628;
}

.green-bg {
    background-color: #019f48;
}

.blue-bg {
    background-color: #21b3ef;
}

.whiteTxt {
    color: white;
    width: 360px;
}

/************************************* Three Boxes *********************/

#boxes-container {
    width: 940px;
    margin: 0 auto;
}

.col3 {
    width: 33%;
    margin: 0 auto;
}

.box {
    position: relative;
    width: 279px;
    height: 348px;;
    margin: 0 auto;
    -webkit-box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.4);
}

.box-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: black;
}

.box-text h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
    max-width: 100%;
}

.box-text p {
    margin: 5px;
    font-size: 15px;
}

.cover {
    opacity: 0.85;
}

/****************************  sub-menus ***************/

#submenu-container {
    position: relative;
    margin: 0 auto;
    min-height: 85px;
    text-align: center;
}

.submenu-row {
    position: absolute;
    width: 100%;
    padding-top: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    /* this is to  center stuff **********************/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.col3 a,
submenu-row a,
.hvr-box a {
    text-decoration: none;
}

.hvr-box {
    float: left;
    padding: 7px;
    margin-left: -1px;
}

.hvr-box img {
    height: 65px;
    width: auto;
}

/* Scale up image **********/

.hvr-box:hover img {
    width: 200px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    display: block;
    text-decoration: none;
}

.hvr-box:hover {
    max-width: 250px;
    ;
    margin: 10px;
    margin-top: -8px;
    outline: 5px solid white;
    z-index: 50;
}

.prod-name {
    color: white;
    -webkit-transform: none;
            transform: none;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.hvr-text {
    display: none;
    opacity: 0;
    overflow: visible;
    text-align: left;
}

.hvr-box:hover .hvr-text {
    display: block;
    opacity: 1;
    color: black;
    font-size: 14px;
    letter-spacing: normal;
}

.hvr-box:hover .prod-name {
    font-size: 16px;
}

/*********************************Content **************/

#joined {
    position: relative;
    margin-top: -15px;
    z-index: 1;
}

section {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#bottom-table-bg {
    width: 998px;
    height: 195px;
    background-image: url("images/bottom-tablebg.png");
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 10px;
    font-size: 13px;
}

#bottom-table-bg .heading {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#bottom-table-bg a {
    text-decoration: none;
    color: #003399;
}