/*body,
html {
    width: 100%;
    height: 100%;
}

body{
    
   
    background-image: linear-gradient(to right top, #052937, #005a68, #008f76, #1cc15d, #baeb12);
}

body,

h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}



#content{
    min-height: 600px;
}

#iii{
    background-size: 50px;
}


#item_list {
    padding-top: 50px;
}

.thumbnail{
    border: 0px;
box-shadow: none;
border-radius:0px;
background-color: rgba(0,0,0,0);
}

.thumbnail img{
    width: 200px;
    height: 200px;
    padding-right: 20px;
}

.column {
  float: left;
  width: 50%;
  padding: 2px;
  height: 40px; 
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

#ccc{
    padding-top: 60px;
}
#ccc1{
    padding-top: 25px;
    
}




h1{
    font-size: 55px;
}


#idd{
    padding-top: 100px;
}

#idd1{
    padding: 70px 0px 0px 0px;
}





.red{
    color:red;
}
.hyperx{
    text-decoration: none;
    color: #ff6600
    
}
.hyperx:hover{
    text-decoration: none;
    color: white;
}




#fosty{
    color: black;
}


footer {
    padding: 10px 0;
    background-color: #101010;
    color:#9d9d9d;
    bottom: 0;
    width: 100%;
    position: absolute;
}
@media(min-width:500px) {
   
    footer{
        padding: 10px 0;
    background-color: #101010;
    color:#9d9d9d;
    bottom: 0;
    width: 100%;
    position: absolute;
        
            
    }
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
  
}*/

body,
html {
    width: 100%;
    height: 100%;
}

body{
    padding-top:100px;
    
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.thumbnail{
    border: 0px;
box-shadow: none;
border-radius:0px;
background-color: white;
}

#content{
    min-height: 600px;
    background-image: linear-gradient(to right top, #052937, #005a68, #008f76, #1cc15d, #baeb12);
}



#item_list {
    padding-top: 50px;
}

/*This code ensures that when we navigate to a particular section of a page, the section does not get lost behind the header*/
#cameras:before, #watches:before, #shirts:before{
    display: block; 
    content: " "; 
    margin-top: -85px; 
    height: 85px; 
    visibility: hidden;
}


#login-panel .panel-footer{
    font-weight:normal;
}

footer {
    padding: 10px 0;
    background-color: #101010;
    color:#9d9d9d;
    bottom: 0;
    width: 100%;
   
}

.red{
    color:red;
}

#settings-container{
    margin-bottom:10px;
}

.navbar-brand{
    font-size:20px;
}

@media(max-width:768px) {
    #banner_content {
        padding-bottom: 15%;
    }
    footer{
        text-align:left;
    }
}

.remove_item_link{
    color:#0000ff;
}
.hyperx{
    text-decoration: none;
    color: #ff6600
    
}
.hyperx:hover{
    text-decoration: none;
    color: white;
}
h1{
    font-size: 55px;
}


#idd{
    padding-top: 100px;
}

#idd1{
    padding: 70px 0px 0px 0px;
}


.thumbnail{
    border: 0px;
box-shadow: none;
border-radius:0px;
background-color: rgba(0,0,0,0);
}

.thumbnail img{
    width: 250px;
    height: 250px;
    padding-right: 20px;
    padding-bottom: 0px;
        
}