/*------------------------------------
  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
}

html {
  	font-size: 12px;
    color: #fff;
    background-color: #451b1d;
    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: #f6841f;
        color: #fff
    }
html ::selection {
        background-color: #f6841f;
        color: #fff
    }
    
body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #451b1d; }

.a_gray {
    color: #999;
    outline: none;
}

    .a_gray:focus,
    .a_gray:hover {
        color: #f6841f;
    }

a {
  color: #fff;
  outline: none; }

a:focus,
a:hover {
  color: #66ab27; }

.nav-link {
  color: #f6841f; }

.nav-link:focus,
.nav-link:hover {
  color: #f6841f; }

.modal-nav-link {
    color: #f6841f;
}

    .modal-nav-link:focus,
    .modal-nav-link:hover {
        color: #f6841f;
    }

.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: #fff;
  background-color: #fff; }

::selection {
  color: #fff;
  background-color: #fff; }

.g-bg-primary ::-moz-selection {
  color: #fff;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #fff;
  background-color: #fff; }
