/* General CSS */

@font-face {
    font-family: "KellyBrown";
    src: url("../fonts/KellyBrown.ttf.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/KellyBrown.ttf.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/KellyBrown.ttf.woff") format("woff"), /* Modern Browsers */
    url("../fonts/KellyBrown.ttf.svg#KellyBrown") format("svg");
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LUCKY-TYPEWRITER";
    src: url("../fonts/LUCKY-TYPEWRITER.ttf.eot");
    src: url("../fonts/LUCKY-TYPEWRITER.ttf.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LUCKY-TYPEWRITER.ttf.woff") format("woff"),
    url("../fonts/LUCKY-TYPEWRITER.ttf.svg#Typical-Writer") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("../images/projects/mirror_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%;
}

p,
span {
    font-family: "LUCKY-TYPEWRITER", "Courier New", serif;
    font-weight: 700;
}

a {
    color: #08486E;
    font-weight: 700;
}

a:hover {
    color: #550F11;
}

a:visited {
    color: #550F11;
}

h1 {
    font-family: "LUCKY-TYPEWRITER", "Courier New", serif;
    font-size: 1.40em;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

h2 {
    font-family: "KellyBrown", "Courier New", serif;
    margin: 0.5em;
}

h6 {
    font-family: "LUCKY-TYPEWRITER", "Courier New", serif;
    font-size: 0.8em;
    font-weight: 700;
    margin: 1em 0;
}

/*===================================================
=====================================================*/

.fitSimplebar {
    /* HAX HAX HAX */
    width: calc(100% + 15px);
    padding-left: 1px;
}

.fa {
    font-size: initial;
}

#goHome {
    margin: 3px;
}

#goHome a {
    color: #DADEDA;
    text-decoration: none;
    font-weight: 100;
}

#textSide {
    background-image: url(../images/projects/mirror_bg-slice_03.jpg);
    background-position: left;
    height: 740px;
}

#textSideContent p {
    font-size: 0.90em;
    margin-right: 5px;
}

#spine {
    background-image: url(../images/projects/mirror_bg-slice_02.jpg);
    background-position: center;
}

#photoSide {
    background-image: url(../images/projects/mirror_bg-slice_01.jpg);
    background-position: right;
    height: 740px;
}

#KimboCollections {
    background-image: url("../images/projects/mirror_scrap-1.png");
    background-repeat: no-repeat;
    max-width: 207px;
    height: 331px;
}

#RosslCollections {
    background-image: url("../images/projects/mirror_scrap-2.png");
    background-repeat: no-repeat;
    max-width: 207px;
    height: 331px;
}

.photo {
    margin-top: 5px;
    margin-left: 10px;
}

.collections p {
    font-size: 0.95em;
    margin: 2px 0 0 0;
}

a.moreLink h6 {
    width: 161px;
}

a.moreLink {
    color: #212529;
    text-decoration: none;
}

a:hover.moreLink {
    color: #550F11;
}

#foot {
    background-image: url("../images/projects/mirror_bg-repeat.jpg");
    background-position: top left;
    border-radius: 5px;
}

/*===================================================
=====================================================*/

@media (max-width: 991px) {

    #textSide,
    #photoSide {
        background-image: url("../images/projects/mirror_bg-repeat.jpg");
        height: 100%;
        border-radius: 5px;
    }

    #foot img {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {

    #photoSide {
        border-radius: 5px 0 0 5px;
    }

    #textSide {
        border-radius: 0 5px 5px 0;
    }
}
