h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #A6223A;
}
h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #A6223A;
}
h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.card {
    border: 0;
    border-radius: 20px;
    background-color: #E6E6E6;

}
.card .card-img-top{
  border-radius: 20px 20px 0px 0px;
}

.card .card-footer{
    border: 0;
    border-radius: 20px;
    background-color: #E6E6E6;
}
@media (max-width: 950px) {

    .card-deck-wrapper {margin-right:0;margin-left:0;}
    .card-deck {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: block;
        margin-bottom: .75rem;
        vertical-align: top;

    }

  .card-deck .card:not(:first-child) {
    margin-left: 0px;
}
}
.card2 {
  padding: 0px;
  margin: 0px;
  border: 0 none;
}
.card-header2{
  padding: 0px;
  margin: 0px;
  border: 0 none;
  color: #ffffff;
}
.card-body2{
  padding: 0px;
  margin: 0px;
  border: 0 none;
}
.btn {
    padding: 8px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-primary {
    background: #A6223A;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #7b7575;
}

.btn-primary:active, .btn-primary.active {
    background: #7b7575;
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.footer{
	bottom: 0;
	position: relative;
  max-width: 100%;
  min-width: 100%;
  width: auto;
	background-color: #808080;
}
.navbar-custom {
            background-color: #808080;
}
