@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
p {
    font-family: 'Lato', sans-serif;
    color: maroon;
    font-size: 18px;
}

.site-logo {
    height: 200px;
    width: 300px;
    /*margin-top: 50px;
    margin-left: 50px;*/
    margin: 50px auto;
}
/*Carousel settings*/
.carousel { z-index: -99; } /* keeps this behind all content */
.carousel .item {
    position: fixed; 
    width: 100%; height: 100%;
    min-width: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
 
}
.carousel .one {
    background: url(../artgly/1.jpg) no-repeat center fixed;
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url(../artgly/2.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url(../artgly/3.jpg) no-repeat center fixed;
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .four {
    background: url(../artgly/4.jpg) no-repeat center fixed;
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

.bid-nav {
    color: blue;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  background-color: aliceblue;
}
.bid-nav > li > a{
    color: lightsteelblue;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 20px;
}
.bid-content-area{
    background: url(../artgly/blue_damask.jpg) center fixed;
    margin-top: 10px;

}
.bid-content-area .col-md-4,.col-md-6{
  margin-bottom: 20px;
  text-align: center;
}

.col-md-3{
    margin-bottom: 20px;
    text-align: center;
}

/*footer styles*/
.bid-footer {
    position: fixed;
    height: 30px;
    bottom: 0;
    width: 100%;
    background-color:aliceblue;
}
