/* main.css */

/* ACLU FONTS */
@font-face {
    font-family: 'gtamstandard';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('GT America Standard Regular'), url('fonts/GT-America-Standard-Regular.woff2') format('woff2'),
        url('fonts/GT-America-Standard-Regular.woff') format('woff'),
        url('fonts/GT-America-Standard-Regular.ttf') format('truetype'),
        url('fonts/GT-America-Standard-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'gtamstandard';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('GT America Standard Bold'), url('fonts/GT-America-Standard-Bold.woff2') format('woff2'),
        url('fonts/GT-America-Standard-Bold.woff') format('woff'),
        url('fonts/GT-America-Standard-Bold.ttf') format('truetype'),
        url('fonts/GT-America-Standard-Bold.eot') format('embedded-opentype');
}

/* UNIVERSAL */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 21px;
}

/* ROOT FONT STYLES */
* {
    font-family: "gtamstandard", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    line-height: 1.5;
    letter-spacing: -0.005rem;
    word-spacing: 0.0625rem;
    font-weight: 400;
}

.text {
    padding-right: 15px;
    padding-left: 15px;
}

.small {
    font-size: 18px;
}
.image {
    width: 100%;
}
.indent {
    margin-left:30px;
}

.header {
    height: 74px;
    width: 130px;
    padding-top: 15px;
    padding-left: 15px;
}

.padding-left-small {
    padding-left: 15px;
}

.footer {
    padding-bottom: 30px;
}
.footer-copyright {
    font-size: 15px;
    padding-top: 30px;
}
.footer-links {
    font-size: 12px;
    padding-right: 10px;
}

.dark-link {
    color: #231F20;
}

.link-gap {
    padding-left: 5px;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

p,
p a,
ul a {
    color: #333;
}

strong {
    font-weight: 700;
}

/* ACCESSIBILITY */
.screenreader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.screenreader-only.appear-on-focus:focus {
    position: static;
    overflow: visible;
    width: auto;
}

/* TABLET ONLY */
@media only screen and (max-width: 999px) {
    .image {
        width: 100%;
        padding-bottom: 30px;
    }

    .row {
        flex-direction: column-reverse;
        display: flex;
    }

    .full-bleed {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .header {
        height: 59px;
        width: 102px;
        padding: 15px;
    }

    .footer-copyright {
        padding-top: 60px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1000px) {
    .text {
        padding-top: 60px;
        padding-right: 45px;
    }

    .image {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 480px;
    }
}

@media only screen and (min-width: 1000px) {
    .image {
        width: 570px;
    }
}
