@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Sorts+Mill+Goudy|Cookie');

:root {
    --main-font: 'Open Sans';
}


/* --------------------------------------------------
   RESET
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 62.5%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
}

html,
body {
    height: 100%;
    font-size: 1em;
}

body {
    background-color: #2e2e2e;
    line-height: 1.7;
}


/* --------------------------------------------------
   CUSTOM FONTS
-------------------------------------------------- */

@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('https://www.the-scott.com/fonts/goudytrajan-regular-trial-webfont.eot');
    src: url('https://www.the-scott.com/fonts/goudytrajan-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.the-scott.com/fonts/goudytrajan-regular-trial-webfont.woff') format('woff'),
         url('https://www.the-scott.com/fonts/goudytrajan-regular-trial-webfont.ttf') format('truetype'),
         url('https://www.the-scott.com/fonts/goudytrajan-regular-trial-webfont.svg#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alexbrush regular webfont';
    src: url('https://www.the-scott.com/fonts/alexbrush-regular-webfont.eot');
    src: url('https://www.the-scott.com/fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.the-scott.com/fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('https://www.the-scott.com/fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('https://www.the-scott.com/fonts/alexbrush-regular-webfont.svg#alexbrush regular webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* --------------------------------------------------
   GENERAL
-------------------------------------------------- */

strong {
    font-family: var(--main-font);
    font-weight: 700;
}

em {
    font-style: italic;
}

.italic {
    font-style: italic;
}

h1 {
    text-transform: uppercase;
}

a,
a:hover,
a.hover_effect,
a:visited {
    color: inherit;
}

a {
    outline: none !important;
}

.padding-0 {
    padding: 0;
}


/* --------------------------------------------------
   RETIREMENT PAGE
-------------------------------------------------- */

#home-pg-text {
    background-color: #000069;
    color: #a5a5a5;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: justify;
}


/* Heading */

#home-pg-text h1 {
    margin: 2.5em 0 2.7em 0;
    color: #a5a5a5;
    font-family: 'Sorts Mill Goudy', serif !important;
    font-size: 1.85em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}


/* Body text */

#home-pg-text p {
    font-family: var(--main-font);
    margin-bottom: 20px;
}


/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */

.page-footer {
    font-family: var(--main-font);
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #000069;
    color: #a5a5a5;
    font-size: 0.8em;
    line-height: 1.5em;
}

footer .row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

footer .row:first-of-type {
    margin-bottom: 10px;
}