/*!
Theme Name: 2k21 - Jose Alameda
Theme URI: 
Description: Theme for WordPress.
Author: 
Text Domain: 00_josealameda
Domain Path: /languages
Version: 1.0
*/

body {
    background: url(assets/img/bg.png);
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin: 0 20px; }
  
  a {
    text-decoration: none; }
    a:hover {
      text-decoration: underline; }
  
  #main {
    max-width: 980px;
    position: relative;
    margin: auto; }
    #main .wrapper {
      background: url(assets/img/paper_texture.png);
      padding: 40px;
      margin: 60px auto 20px auto;
      position: relative;
      z-index: 1; }
    #main .shadow {
      background: url(assets/img/shadow.png);
      background-size: 100% 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: -1.1%;
      bottom: -25px; }
    #main .container {
      background-image: url(assets/img/forms_bg.png);
      background-image: url(assets/img/forms_bg.svg);
      background-repeat: no-repeat;
      background-position: bottom right;
      min-height: 470px;
      position: relative;
      z-index: 2; }
  
  #footer {
    text-align: center;
    color: white;
    font-size: 14px; }

    #footer a{
      color: #fff;
      text-decoration:underline;
    }
  
  #header {
    display: inline-block; }
  
  h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
    color: #585f6a;
    font-weight: 100;
    letter-spacing: -5px;
    margin: 0px;
    text-shadow: 0px 1px 0px #edf0f5;
    line-height: 1.2em; }
  
  h4 {
    color: #65593e;
    display: block;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 0; }
  
  .contact {
    position: absolute;
    bottom: 0px;
    left: 0px; }
    .contact .icon-phone {
      width: 17px;
      height: 18px;
      margin-right: 5px;
      display: inline-block;
      background: url(assets/img/phone.png); }
    .contact .icon-email {
      width: 18px;
      height: 12px;
      margin-right: 5px;
      display: inline-block;
      background: url(assets/img/mail.png); }
    .contact p, .contact a {
      color: #65593e;
      margin: 0; }
    .contact h3 {
      color: #585f6a;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0px; }
    .contact ul {
      list-style: none;
      padding: 0;
      margin: 0 0 0 -50px; }
      .contact ul li {
        display: inline-block;
        margin-left: 50px;
        text-align: center; }
  
  .browsehappy {
    background: #f9a5a5;
    padding: 20px;
    color: #9e1212;
    display: block;
    width: 400px;
    margin-left: -200px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1; }
  
  .lt-ie9 #main .container {
    background-image: url(assets/img/forms_bg.png); }
  