﻿body {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    opacity: 1;
    background: #D3DEEA;
    

}





.btn {
    height:50px;
}

.form-control {
    height:50px;
}
.category1 img {
    height: 100px;
    width: 100px;
}



.navbarColor { color: black; }


.footer {
   
    color: #fff;
       background-image: url(img/poweredby.png);
   background-position: right bottom; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
   height:85px;
  position: fixed;
    left: -22px;
    bottom: 36px;
   width:100%;
   background-size: 150px 30px;
}



.input-group .form-control {
    width:80%;
}
.btn-yellow {
    background-color: #ffd004;
    background-image: url(./img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width:120px;
    border-bottom-left-radius:6px !important;
    border-top-left-radius:6px !important;
}

.btn-yellow-login {
    background-color: #ffd004;
    width:120px;
    border-bottom-left-radius:6px !important;
    border-top-left-radius:6px !important;
    color:#ffffff;
    font-size:18px;
    font-weight: bold;
}


.itemContainer{
    width:50%;
    
    display:inline-block;
        float: left;
        border-top-color:#e9edef;
        border-top-style:solid;
        border-top-width:1px;
        border-right-color:#e9edef;
        border-right-style:solid;
        border-right-width:1px;
        background-color:#ffffff;
}






