body{
    background-color: #e0e0e0;

}

.container{
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* height: 100vh; */
}

.logo-link:hover{
    opacity: 0.5;
}

.links{
    color: #28A4D8;
}

.links:hover{
    color: #003951;
}

.blue{
    color: #28A4D8;
}

.red{
    color: red;
}

.nav-link{
    color: white !important;
}

.nav-link:hover{
    color: #003951 !important;
}

.active{
    color:#003951 !important; ;
}

.bg-info{
    background-color: #28A4D8 !important;
}

.form-input {
    text-align: start;
  }

  .mailer-card-pic {
    max-width: 100%;
  }

  @media only screen and (max-width: 600px) {
body{
    background-color: white;
}

.container {
    margin-top: 0px;
  }
  }
