body {
    font-family: "Montserrat", sans-serif;
    background: #edf1f2;
  }
  
  .home main img {
    width: 100%;
    height: auto;
    padding: 5px;
  }
  
  .logo-text h2, .logo-text p {
		margin-bottom: 0;
	}
	
	.logo-text p {
		font-weight: normal;
		font-size: 1rem;
	}
	
	.description-text {
		font-weight: 300;
	}

  header, footer {
    background: #1a5275;
  }
  
  .card {
    background: #fff;
    height: 100%;
    margin-bottom: 10px;
  }
  .card a {
    text-decoration: none;
    color: #1a5275;
  }
  
  .navbar-brand {
	  color: #fff;
	  font-family: "Quicksand", sans-serif;
	  font-weight: 600;
	  display: flex;
white-space: normal;
  }
  
  .navbar-brand:focus, .navbar-brand:hover {
	  color: #fff;
  }
  
  .navbar-brand img {
      max-width: 60px;
	  margin-right: 20px;
  }
  
  footer p {
    margin-bottom: 0;
  }

.soon {
    position: absolute;
    top: 30%;
    text-align: center;
    background: #808080e8;
    color: #fff;
    width: 100%;
    padding: 0 5px;
}

.row {
    --bs-gutter-x: 0.5rem;
}

@media screen and (max-width: 400px){
.soon {font-size: 12px;}
.card-body {display: none;}
}