/**
* Template Name: Lumia - v4.7.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @font-face {
  font-family: moderat;
  src: url(../fonts/Moderat-Black.woff);
}
@font-face {
  font-family: Moderat-Bold;
  src: url(../fonts/Moderat-Black.woff);
} */

body {
  font-family: "moderat", "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #c9334d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Moderat-Bold", "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 16px;
  background: #1a1a1a
}

#footer {
  color: #bcbcbc;
}

#footer .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-contact img {
  width: 100%;
  height: auto;
}

#footer .footer-links img {
  width: 70%;
  height: auto;
}



#footer .footer-top {
  padding: 60px 0 30px 0;
  /* background: #fff; */
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  /* margin: 0 0 30px 0;
  padding: 2px 0 2px 0; */
  /* line-height: 1; */
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 16px;
  /* line-height: 24px; */
  margin-bottom: 0;
  font-family: "moderat", "Raleway", sans-serif;
  color: #fff; 
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #6eb2d3;
  position: relative;
  /* padding-bottom: 12px; */
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3498db;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3498db;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3498db;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #57aae1;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #bcbcbc;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .footer-contact img {
    width: 50%;
    height: auto;
  }
}
