/*===================================================
                DEFAULT VALUES:

                Font Family             : Goudy Old Style

                Orinoco                 : #D6D7B4   (background - average of bg img)
                Maire                   : #262620   (paragraph text)
                Victoria                : #584C7F   (link)
                Dell                    : #437131   (link hover)
                Yellow Metal            : #6C6E3B   (link visited)

=====================================================*/

/* General CSS */

@font-face {
    font-family: "Goudy Old Style webfont";
    src: url("../fonts/GOUDOS.TTF.eot"); /* IE9 Compat Modes */
    src: url("../fonts/GOUDOS.TTF.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GoudyOldStyleT-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GoudyOldStyleT-Regular.otf") format("opentype"), /* Safari, Android, iOS */
    url("../fonts/GoudyOldStyleT-Regular.ttf") format("truetype"), /* truetype */
    url("../fonts/GoudyOldStyleT-Regular.svg") format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "Goudy Old Style webfont";
    font-weight: 700;
    src: url("../fonts/GOUDOSB.TTF.eot"); /* IE9 Compat Modes */
    src: url("../fonts/GOUDOSB.TTF.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GoudyOldStyleT-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GoudyOldStyleT-Bold.otf") format("opentype"), /* Safari, Android, iOS */
    url("../fonts/GoudyOldStyleT-Bold.ttf") format("truetype"), /* truetype */
    url("../fonts/GoudyOldStyleT-Bold.svg") format("svg"); /* Legacy iOS */
}

html,
body {
    height: 115%;
	font-size: 62.5%;
}

body {
    background-image: url("../images/projects/mirror_KDHS_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    max-height: 100%;
    max-width: 100%;
    background-color: #D6D7B4;
    font-family: "Goudy Old Style webfont", "Goudy Old Style", "Times New Roman", "serif";
    font-weight: 700;
    line-height: 2.5rem;
}

p {
    padding: 10px 0 0 17px;
}

p,
a {
    color: #262620;
    font-size: 1.95rem;
}

a {
    color: #584C7F;
}

a:hover {
    color: #437131;
}

a:visited {
    color: #6C6E3B;
}

h1 {
    color: #262620;
    font-weight: 700;
    border-bottom: 1px solid #262620;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*===================================================
=====================================================*/

.container-custom {
    margin-bottom: 100px;
}

.fa {
    font-size: initial;
}

#goHome {
    margin: 3px 0 0 3px;
}

#goHome a {
    color: #262620;
    text-decoration: none;
    font-weight: 100;
}

#logo {
    margin: 20px 0 10px 0;
}

#lead_paragraph {
    padding-top: 10px;
}

.yearbook_title {
    white-space: nowrap;
    font-size: 1.8rem;
    position: relative;
    top: -7px;
}

.yearbook_item:hover a {
    color: #437131;
    text-decoration: underline;
}

#collections {
    max-width: 292px;
    margin-left: 35px;
    margin-right: 13px;
}

#collections p {
    margin: 0;
    padding: 0;
}
