.footer-container {
  min-height: 60px;
  background-color: #292B2C;
  padding: 0;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: 0px;
  /*margin-top: 1rem; */}

.footer-text {
  color: #ffffff;
  text-align: center;
  padding: 0; 
  font-size: 20px;
  align-self: center;
}


.footer-up-container{
  background-color: #292B2C;
  color: #ffffff;
  margin: 0;
  padding-top: 1rem;
  text-align:center
}

.footer-logo-img{
  width: 260px;
}

.footer-site-name{
  font-family: digitalt;
  font-size: 50px;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-follow-me-text{
  color: #c9dfec;
  font-weight: bold;
  font-size: 15px;
  padding: 0 1rem;
}

.footer-media-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.footer-media{
   -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  font-size: 40px;
  color: #afabab!important;
  margin: 0 5px;
}

a > .fa-facebook-official.footer-media:hover{
  color: #3B5998!important;
  font-size: 40px;
}

a > .fa-instagram.footer-media:hover{
  color: #ffffff!important;
  font-size: 40px;
}

a > .fa-twitter.footer-media:hover{
  color: #1DA1F2!important;
  font-size: 40px;
}

a > .fa-youtube-play.footer-media:hover{
  color: #e62117!important;
  font-size: 40px;
}

.footer-news-letter-title{
  font-size: 1.0rem;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}

.footer-flex-btn{
  display: flex;
  justify-content: center;
}

.footer-btn{
  width: 100%;
  height: 50px;
  align-self: center;
}

@media screen and (max-width: 767px){
  .footer-btn{
    width: 70%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */
