/*BootStrap col-sm*/
@media only screen and (max-width:550px)
{
  #footerRight
  {
    border: 1px solid transparent;
  }
  #navRight, #navLeft
  {
    text-align: center;
    padding-bottom:15px;
  }
}
/*Bootstrap col-md*/
@media only screen and (max-width:991px)
{
  #backgroundImage
  {
    background-image:url('skylineMobile.jpg') !important;
  }
}

/*Bootstrap col-lg*/
@media only screen and (min-width:992px)
{
  .card-height
  {
    height:100%;
  }
}
