﻿@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
}

div#splashImage {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

div#splashLogo {
    position: absolute;
    top: 300px;
    opacity: 0.5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
}

    div#splashLogo:hover {
        opacity: 0.75;
    }

    div#splashLogo img {
        border: 10px solid #000;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

div#blog {
    left: 20px;
    top: 40px;
}

    div#blog a, div#blog a:visited {
        text-decoration: none;
        color: #FFD800;
    }

        div#blog a:hover,
        div#userAlerts a:hover {
            text-decoration: underline;
        }

div#scrollPrompt {
    bottom: 40px;
    right: 20px;
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

div#blog {
    opacity: 0.5;
}

div #scrollPrompt, div#blog {
    position: absolute;
    background-color: #000;
    color: #FFD800;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.bgImageHide {
    display: none;
}

div.bgImageShow {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


div.headerAsFooter {
    display: none;
}

div#mainBody {
    padding: 0;
    margin: 0;
    border: 0;
}

    div#mainBody h2 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        padding-left: 10px;
        position: relative;
        background-color: #fff;
    }

div#cpotyVoting {
    text-align: center;
    font-size: xx-large;
    position: relative;
    background-color: #fff;
}

div#latestGalleries {
    position: relative;
    width: 100%;
    background-color: #fff;
}

    div#latestGalleries ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        div#latestGalleries ul li a {
            position: relative;
            display: block;
            float: left;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: bottom;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            text-decoration: none;
            color: #FFD800;
            font-weight: bold;
            font-size: 12px;
        }

            div#latestGalleries ul li a:hover {
                background-position-x: left;
                background-position-y: top;
            }

            div#latestGalleries ul li a div {
                position: absolute;
                right: 10px;
                bottom: 10px;
                background-color: #000;
                opacity: 0.5;
                color: #fff;
                padding: 2px 2px 2px 2px;
            }

div.fp-white-text-bar {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 20px 0 20px 0;
    font-size: large;
    text-align: justify;
}
div.fp-white-text-bar.pad-bottom {
    margin-bottom: 75vh;
}



div#randomCheeseImages {
    position: relative;
    width: 100%;
    background-color: #fff;
}

    div#randomCheeseImages ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        div#randomCheeseImages ul li a {
            position: relative;
            display: block;
            float: left;
            z-index: 1;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: bottom;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

            div#randomCheeseImages ul li a:hover {
                background-position-x: left;
                background-position-y: top;
            }


div#cloud {
    position: relative;
    background-color: #fff;
    width: 100%;
}

div#tag-cloud {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: justify;
}

div#popUpOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #fff;
}
    div#popUpOverlay div#closeOverlay {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 10001;
        cursor: pointer;
    }
    div#popUpOverlay div#overlayNext {
        position: absolute;
        top: 48%;
        right: 3px;
        z-index: 10001;
        cursor: pointer;
    }
    
    div#popUpOverlay div#overlayContent{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;        
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }



@media screen and (min-width:769px) {
    div #latestGalleries {
        height: 60vw;
    }

        div#latestGalleries ul li.img-0 a {
            width: 40%;
            height: 40vw;
        }

        div#latestGalleries ul li.img-1 a,
        div#latestGalleries ul li.img-2 a,
        div#latestGalleries ul li.img-3 a,
        div#latestGalleries ul li.img-4 a,
        div#latestGalleries ul li.img-5 a,
        div#latestGalleries ul li.img-6 a {
            width: 20%;
            height: 20vw;
        }

        div#latestGalleries ul li.img-7 a,
        div#latestGalleries ul li.img-8 a,
        div#latestGalleries ul li.img-9 a,
        div#latestGalleries ul li.img-10 a,
        div#latestGalleries ul li.img-11 a {
            width: 20%;
            height: 20vw;
        }

    div#randomCheeseImages {
        height: 75vw;
    }

        div#randomCheeseImages ul li a {
            width: 12.5%;
            height: 12.5vw;
        }
}

@media screen and (max-width:768px) {
    div#randomCheeseImages ul li a {
        width: 25%;
        height: 25vw;
    }
    div#latestGalleries ul li a {
        width: 50%;
        height: 50vw;
        z-index: 1;
    }
    div#splashLogo img {
        border: 0;
    }
}

@media (max-width:920px) {
    div#itsTheHeader div#searchBar {
        display: none;
    }

    div#splashLogo img {
        width: 100%;
    }
}
