@import url(share.css);
main {
    padding: 70px 15px 0 !important;
}

@media screen and (min-height: 790px) {
    main {
        height: 100%;
        position: absolute;
        width: 100%;
    }
}

@media screen and (min-width: 75em) {
    main {
        padding: 86px 15px 0 !important;
    }
}

main .images {
    background: url("../images/abouts/background.png") no-repeat 50% 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 100em) {
    main .images {
        background: url("../images/abouts/background-hires.jpg") no-repeat 50% 50%;
    }
}

main .images .issues {
    box-sizing: border-box;
    max-width: 450px;
    padding: 50px 3.676%;
    width: 100%;
}

@media screen and (min-width: 28.875em) {
    main .images .issues {
        padding: 3.125em;
    }
}

main .images .issues h2 {
    color: white;
    font-family: 'Bebas Neue';
    font-size: 3.25em;
    font-weight: 300;
    margin: 0;
    padding: 1.057em 0.769em;
    position: relative;
}

main .images .issues h2:before {
    background: #8D248C;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 25px;
}

main .images .issues h3 {
    color: white;
    font-family: 'Bebas Neue';
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0 1.666em;
}

main .images .issues p {
    color: white;
    font-family: 'Arial Regular';
    font-size: 0.912em;
    line-height: 1.4;
    margin: 0;
    padding: 0 3.076em;
}

footer {
    margin: 1.25em 0 0;
    /*@include min-screen(0768) {
      border-top:15px solid white;
      position:fixed;
      bottom:0;
  }*/
}

@media screen and (min-height: 790px) {
    footer {
        border-top: 15px solid white;
        position: fixed;
        bottom: 0;
    }
}
/*# sourceMappingURL=abouts.css.map */
