/*------------------------------------
  Default Styles
------------------------------------*/
@font-face {
    font-family: TNR;
    src: url(../fonts/TimesNewRomanRegular/TimesNewRomanRegular.eot?) format("eot"),url(../fonts/TimesNewRomanRegular/TimesNewRomanRegular.woff) format("woff"),url(../fonts/TimesNewRomanRegular/TimesNewRomanRegular.ttf) format("truetype")
}

@font-face {
    font-family: TNRI;
    src: url(../fonts/TimesNewRomanItalic/TimesNewRomanItalic.eot?) format("eot"),url(../fonts/TimesNewRomanItalic/TimesNewRomanItalic.woff) format("woff"),url(../fonts/TimesNewRomanItalic/TimesNewRomanItalic.ttf) format("truetype")
}

@font-face {
    font-family: TNRBI;
    src: url(../fonts/TimesNewRomanBoldItalic/TimesNewRomanBoldItalic.eot?) format("eot"),url(../fonts/TimesNewRomanBoldItalic/TimesNewRomanBoldItalic.woff) format("woff"),url(../fonts/TimesNewRomanBoldItalic/TimesNewRomanBoldItalic.ttf) format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --my-primary-color: #aaba0a;
    --my-background-color: #f3f2ee;
    --my-text-color: #898d8d;
    --my-background-url: ''; /*'/assets/images/envelopes_only.png'*/
}

html {
    font-size: 12px;
    color: var(--my-text-color);
    background-color: var(--my-background-color);
    font-family: Roboto,sans-serif;
    min-height: 760px;
    background-image: url(''); /*'/assets/images/envelopes_only.png'*/
    background-position: top right;
    opacity: .9;
    background-repeat: no-repeat;
}

    html ::-moz-selection {
        background-color: var(--my-primary-color);
        color: var(--my-text-color)
    }
    html ::selection {
        background-color: var(--my-primary-color);
        color: var(--my-text-color)
    }

body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--my-text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: var(--my-background-color);
}

.a_gray {
    color: #999;
    outline: none;
}

    .a_gray:focus,
    .a_gray:hover {
        color: var(--my-primary-color);
    }

a {
    color: var(--my-text-color);
    outline: none;
}

a:focus,
a:hover {
  color: #66ab27; }

.nav-link {
  color: var(--my-primary-color); }

.nav-link:focus,
.nav-link:hover {
  color: var(--my-primary-color); }

.modal-nav-link {
    color: var(--my-primary-color);
}

    .modal-nav-link:focus,
    .modal-nav-link:hover {
        color: var(--my-primary-color);
    }

.nav-link-hide {
    display: none;
}

figure {
  margin-bottom: 0; }

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

.h7 {
  font-size: .75rem; }

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
    color: var(--my-text-color);
    background-color: var(--my-text-color);
}

::selection {
    color: var(--my-text-color);
    background-color: var(--my-text-color);
}

.g-bg-primary ::-moz-selection {
    color: var(--my-text-color);
    background-color: var(--my-text-color);
}

.g-bg-primary ::selection {
    color: var(--my-text-color);
    background-color: var(--my-text-color);
}
