html {
  position: relative;
  min-height: 100%;
}

.nav-item {
    padding-top: 30px;
} 

.jumbotron {
    background-image: url("photos/jumbotron_img.jpg");
    margin: 0;
    padding: 0;
}
#opacity{      
    background: rgba(100, 100, 100, 0.4);
    color: #fff;
    padding: 100px 0px;
}
        
#jumbotronText {
    margin-top: 50px;       
}

.cardContainer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-img {    
    padding: 0px;
    border: 0;  
}
.card:hover {
    box-shadow: 1px 5px 10px 0 rgba(0,0,0,0.3);
}
     
.cardGallery { 
    float: left;
    width: 25%;
    padding: 10px;
    border: none;
}
    
.card-title {    
    color: #B11F2A;
}
             
.list-group-item {    
    border: none;
    padding-top: 0px;
}

.fa-paint-brush {
    color: #000000;   
}

#toggleBtn {     
    padding-right: 100px;
}

.extramarg{
    margin-bottom: 175px;
}
.extrapad{
    padding-top: 20px;
}
.extraLeft{
    margin-left:10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  line-height: 130px; 
  background-color: #f5f5f5;
}
/*
.footer {
    padding-top:200px;
    bottom: 0;
    width: 100%;
    height: 250px;
    line-height: 0px; /* Vertically center the text there 
    background-color: #B11F2A;
}*/

         
          
          