/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header
// ----------------------------------------------------------------------------- */
header {
  position: relative; }

/* -----------------------------------------------------------------------------
// 2. Footer
// ----------------------------------------------------------------------------- */
footer {
  padding: 100px 0 20px 0;
  color: #717171;
  background-color: #242424; }

.footer-col {
  text-align: center; }
  .footer-col i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 20px; }
  .footer-col p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 28px; }

.footer-copyright {
  margin-top: 60px;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }

@media (max-width: 992px) {
  .footer-col {
    margin-bottom: 50px; } }
/* -----------------------------------------------------------------------------
// 3. Hero Title
// ----------------------------------------------------------------------------- */
.hero-title {
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center; }
  .hero-title h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase; }
  .hero-title p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px; }

/*# sourceMappingURL=layout.css.map */
