html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    background-image: url("../images/concrete_seamless.png");
    font-family: Arial,'Helvetica Neue', Helvetica, sans-serif;
    color: #777777;
  }
  .footer {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #666666;
    text-align: center;
    border-top-color: #4aaaa5;
    border-top-style: solid;
    border-width: 5px;
  }

  #toprow{
    height: 50px;
  }
  .main-column{
    background: #ffffff;
  }
  .card{
    border: none;
  }
  .card-header:first-child{
    border-bottom: #dddddd solid 2px;
  }
  .card-header{
    background: #ffffff;
    font-family: 'Georgia', Times, 'Times New Roman', serif;
    color: #4aaaa5;
    font-size: 1.35rem;
    font-weight: bold;
  }
  .sociallinks{
    padding: 5px;
  }
  img.rounded.float-left {
    margin-right: 15px;
    margin-top: 5px;}
  .navbar-light .navbar-brand {
      color: #ffffff;
      background: #4aaaa5;
      font-family: 'Georgia', Times, 'Times New Roman', serif;
      font-weight: bold;
      font-size: 2rem;
      padding-left: 1rem;
      padding-right: 1rem;
  }
  .navbar{
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 12rem;
    color: #777777;
  }
  .nav-link{
    color: #777777;
  }

h2{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  color: #4aaaa5;
  margin-top: 0.5rem;
  border-bottom: #dddddd solid 2px;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
h3 {
  color: #ffffff;
  background: #4aaaa5;
  font-size: 1.5rem;
  text-align: center;
  /* margin: 15px; */
  padding: 0.5rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
}
.justify-content-end{
  padding-right: 12rem;
}
.form-row{
  padding-bottom: 1rem;
  margin-left: 0rem;
}
#inputMessage{
  height: 15rem;
}
.form-control::placeholder{
  color: #777777;
  opacity: 0.5;
}
.btn-primary{
  background-color: #4aaaa5;
  border-color: #4aaaa5;
}
.card-img-overlay{
  padding: 0rem;
  top: 200px;
}
.card-img{
  height: 267px;
}
.portfoliorows{
  padding: 2rem;
}
@media screen and (max-width: 980px){
  .navbar{padding-left: 0rem; padding-right: 0%;}
  .navbar-brand{width:100%;margin-right: 0rem;}
  .justify-content-end{padding-right: 0rem;}
  .col-md-4{padding-top: 1rem;}
  .card-img{height: 100px;}
  .card-img-overlay{top: 60px;}
  .card-header{padding: 0.25rem;}
  .card-body{padding: 0.75rem 0.25rem}
  h3{font-size: 0.75rem;}
}
@media screen and (max-width: 768px){
  .col-md-4{padding: 1rem 0rem;}