/*
.footer {
    height: 175px;
    background-color: #f5f8fa;
    color: purple;
}*/

.footer {
  left: 0px;
  bottom: 0px;
  height: 20vh;
  width: 100%;
  background: #f5f8fa;
  /*background-color: #6d6e71;*/
}

.logo {
  height: 175px;
  padding-bottom: 15px;
}

.stir {
  height: 65%;
  margin-left: 20%;
}

.footer .column {
  width: 33.33333%;
  text-align: center;
}

.footer hr {
  border-color: #6d6e71;
  border-width: 4px;
  padding: 0;
  margin-top: 100px;
}

.c1 {
  background-color: #f5f8fa;
}

/*
.c2 {
    
}
*/

.c3 {
  font-family: "Raleway", sans-serif;
  /*color: #6d6e71; */
  color: #C35127;
}

.bigger {
  font-size: 2em;
  text-align: center;
}

.smaller {
  font-size: 1.3em;
  text-align: center;
}

strong {
  color: #C35127;
}

a:link {
  color: #C35127;
}

a:visited {
  color: #C35127;
}

.footer a:hover p {
  color: #C35127;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footer .column {
    width: 100%;
    text-align: center;
  }

  .stir {
    display: none;
  }
}

.row {
  margin: 0;
}

