#logo {
  max-width: 250px;
}
@media (max-width: 576px) { 
  #logo {
    width: 90%;
  }
  .t-center {
    text-align: center;
  }
}

.icon-primary {
  background-color: rgba(0,106,255,.1);
}
.icon {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.5rem;
  padding-top: 3px;
  position: relative;
  text-align: center;
  transition: background-color .2s ease-in-out;
  width: 4.5rem;
  height: 4.5rem;
}
.material-icons.large {
  background-color: transparent;
  vertical-align: middle;
  font-size: 46px;
}
.material-icons.small {
  vertical-align: middle;
  font-size: 16px;
}
.img-fluid img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  width: 100%;
  height: auto;
}
.border-none {
  border: 0;
  border-bottom: 1px solid #f1f4f8;
  padding: 10px 0px;
  font-size: 1.25rem;
}
input.form-control:focus {
  outline: none !important;
  border-bottom:1px solid green;
  box-shadow: none !important;
}
.badge-success-soft {
  background-color: rgba(66,186,150,.1);
}
.bg-light-orange {
  background-color: #ffede0;
}
.bg-green {
  background-color: #42ba96;
}
.badge {
  font-size: 1rem;
}
.bg-darkblue {
  background-color: #1b2a4e;
}
p {
  font-size: 20px;
}
h1 {
  letter-spacing: 1.5px;
}
h1, h2, h3 {
  font-family: 'Anton', sans-serif;
}
.right-box {
  font-family: 'Anton', sans-serif;
}
.postCard {
  min-height: 275px;
  transition: 0.3s;
}
.postCard:hover {
  color: #CC5500;
  cursor: pointer;
}

.home-border {
  border: 20px solid #fff;
}
.no-top-border {
  border-top: none;
}
.check {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.TopPadding {
  padding-top: 100px;
}
.BottomPadding { 
  padding-bottom: 100px;
}
.w-80 {
  width: 85%;
}











