/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
@font-face {
  src: url(http://tapialosangeles.com/Avenir-Roman-12.ttf);
  font-family: Avenir;
  font-weight: normal; }

* {
  font-family: Avenir;
  color: black; }

html {
  margin: 0px !important;
  padding: 0px !important; }

.landing-page-main-wrapper {
  width: 100%; }
  .landing-page-main-wrapper .landing-page {
    height: 100vh;
    width: inherit;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-image: url(http://tapialosangeles.com/Tapia_files/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: fixed; }
    @media screen and (max-width: 768px) {
  .landing-page-main-wrapper .landing-page {
    background-size: cover;
    background-position-x: center; } }
    .landing-page-main-wrapper .landing-page .positioner p {
      font-size: 3rem; }
      .landing-page-main-wrapper .landing-page .positioner.two {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .landing-page-main-wrapper .landing-page .positioner.two img {
          height: 130px; }
      .landing-page-main-wrapper .landing-page .positioner a {
        text-decoration: underline;
        color: black; }
    .landing-page-main-wrapper .landing-page .info-wrapper {
      display: flex;
      flex-direction: column;
      margin-left: 75px; }
      .landing-page-main-wrapper .landing-page .info-wrapper p.one, .landing-page-main-wrapper .landing-page .info-wrapper p.two {
        font-size: 1.8rem; }
    .landing-page-main-wrapper .landing-page .logo-wrapper .logo {
      display: none; }
      .landing-page-main-wrapper .landing-page .logo-wrapper .copyright .one {
        font-size: 1.8rem;
        max-width: 320px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 35px; }
        .landing-page-main-wrapper .landing-page .logo-wrapper .copyright .two {
          font-size: 1.4rem;
          margin-bottom: 15px; }
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 767px) {
  .info-wrapper {
    margin: 0px !important; }

  .copyright {
    font-size: 2rem;
    margin: 0px !important; } }

@media only screen and (max-width: 450px) {
  .positioner .info-wrapper p {
    font-size: 1.4rem !important; }

  .copyright .one {
    font-size: 1.8rem !important;
    margin-bottom: 10px !important; }
    .copyright .two {
      margin-bottom: 10px !important;
      font-size: 1.3rem !important; } }
