
/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h3,h4 {
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h3 {
  padding-bottom: 6px;
}

h3 {
  font-size: 26px;
  color: #fff;
}

h4 {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}

p {
    color: #fff;
    font-size: 10px;
    font-weight: 10;
    line-height: 2px;
    letter-spacing: 0.2px;
}
a{
   color: #fff;
}
a:hover {
  color: #a31c2c;
}


/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    background: #fff;
    color: #ffffff;
   /* padding: 80px 0px;*/
    position: relative;
    margin-top: 10px;
}

footer .col-md-4 .fa {
  color: #ffffff;
  padding-right: 8px;
}

footer hr {
  border-color: #121212;
  margin-top: 2px;
  margin-bottom: 2px;
}

footer .footer-copyright {
  padding-top: 1px;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/

footer .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

footer .social-icon li {
    display: inline-block;
    list-style: none;
}

footer .social-icon li a {
    border: 2px solid #292929;
    color: #786B5C;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}

footer .social-icon li a:hover {
    border-color: #292929;
    color: #fff;
    background-color: #786B5C;
    transform: scale(1.1);
}




