body {
    background-image:url(../images/Untitled.jpg);
    background-size: cover;
}

.boarder-width-3{
    border-width: 3px!important;
    border-color: #cccccc!important;

}

.bg-light {
    background-color: #fff!important;
}

.bg-teal{
    background-color: #4aaaa5;
    color: white!important;
}

h2 {
    color:#4aaaa5!important;
}

#copyright {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #666666;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin: 0;
    padding: 0; 
    text-align:center;
    vertical-align: middle;
    font-size: 12px;
    color: rgb(192, 184, 184);   
      
}

  #tealbox {
    width: 100%;
    height: 40px;
    bottom: 0;
    position: fixed;
    left:0;
    right:0;
    margin: 0;
    padding: 0;
    background-color: #4aaaa5;
}

.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .imagebox img {
    opacity: 1;
    transition: 0.5s opacity;
  }
  
  .imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
  }
  
  .imagebox:hover img {
    opacity: 0.7;
  }
  
  .imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
  }

  
  /* * Phone Configuration */
  @media only screen and (max-width: 980px) and (min-width: 640px)
{

  .row{
    width:auto;
  }

  .col-lg-12{
  
    width:auto;
  }
  
  .col-md-4 {
  flex:none;
  max-width: 100%;
}
img{
    width:100%;
  }

}


