/*
 * Style tweaks
 * --------------------------------------------------
 */

#menu-header {
    height: 100px;
}

#custom-container {
    overflow: hidden;
    width: 100%;
    display: table;
    background-color: #000;
    border-radius: 15px
}

.container {
    border-radius: 15px;
    margin: auto;
    padding: 0px;
}

#leftcol {
    display: table-cell;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url("/asset/media/public/webSites/www.nutashkuan.ca/img/theme-images/left-menu-bg.png");
    background-position: top left;
    height: 100px;
    background-size: 265.5% auto;
}

#rightcol {
    display: table-cell;
    width: 250px;
    background-repeat: no-repeat;
    background-image: url("/asset/media/public/webSites/www.nutashkuan.ca/img/theme-images/right-menu-bg.png");
    background-position: top right;
    height: 100px;
    background-size: 212.5% auto;
}

#centercol {
    overflow: hidden;
    display: table-cell;
    background-repeat: repeat-x;
    background-image: url("/asset/media/public/webSites/www.nutashkuan.ca/img/theme-images/center-menu-bg.png");
    background-position: 0px -3px;
    height: 100px;
}

.bg-t1 {
    background-color: #fff;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #1e5da5;
}

.nav > li > a {
    font-size: 13px;
}

#img-banner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    z-index: 1;
}


#main-content1a{
    width: 544px;
    height: 502px;
    background-repeat: no-repeat;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    padding: 0px;
    -webkit-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
}

#main-content1b{
    background-image: url("/asset/media/public/webSites/www.babish.ca/img/theme-images/webSite-TEXTE-V2.png");
    background-size: contain;
    width: 544px;
    height: 585px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    padding: 0px;
    -webkit-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
}


#main-content2{
    background-color: #fff;
    background-size: contain;
    width: 544px;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    display: inline-block;
    -webkit-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
}

#main-content3{
    background-color: #fff;
    background-size: contain;
    width: 545px;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    display: inline-block;
    -webkit-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 7px -5px rgba(0,0,0,0.39);
}

.btn-custom{
    padding-right: 25px !important;
    padding-left: 25px !important;
}