﻿body {
    background-color: white;
    font-family: Gotham, Arial, sans-serif;
}

#divBody {
    position: fixed;
    top: 1px;
    left: 1px;
    width: 100vw;
    height: 100vh;
}

#divContact {
    text-align: right;
    position: fixed;
    right: 50px;
    top: 15px;
    height: 120px;
    width: 700px;
    z-index: 999999;
}

#divTopRight {
    text-align: right;
    position: fixed;
    right: 0px;
    top: -250px;
    width: 10vw;
    height: 150px;
    border-top: 100px solid transparent;
    border-right: 90vw solid #fff;
    border-bottom: 110px solid transparent;
}

#divLeftBottom {
    text-align: right;
    position: fixed;
    left: 0px;
    bottom: -260px;
    width: 10vw;
    height: 150px;
    border-top: 100px solid transparent;
    border-left: 90vw solid #fff;
    border-bottom: 110px solid transparent;
}

#divContact h3 {
    font-size: 15pt;
    font-weight: normal;
    color: #555555;
    margin: 0px;
}

    #divContact h3 a {
        text-decoration: none;
        color: #26749a;
    }

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgContainer
{
    display: inline-block;
}

.imgItem {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

#divLinks {
    position: fixed;
    bottom: 20px;
    left: 45px;
}

#divConstruction {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    width: 500px;
    height: 140px;
    z-index: 999999;
    font-size: 16pt;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

#divLogoPosition {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: 200px auto auto auto;
    width: 500px;
    height: 260px;
    z-index: 999999;
    font-weight: normal;
    font-size: 18pt;
    color: #fff;
}

#divLogo {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    margin: 0px auto auto auto;
    background: transparent url('/imgs/logo-shadow.png') center top no-repeat;
    background-size: 100%;
    z-index: 999999;
}

#divTagLine {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 15px auto;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

ul#links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul#links li {
        height: 30px;
        width: 30px;
        margin: 5px;
        float: left;
    }

        ul#links li a {
            text-decoration: none;
            width: 30px;
            height: 30px;
        }

            ul#links li a div {
                width: 30px;
                height: 30px;
                display: block;
                background-size: 30px 30px;
            }


#slides {
    cursor: default;
    position: relative;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 101%;
    overflow: hidden;
}

#linkedin {
    background: transparent url('/imgs/linkedin_grey.png') center top no-repeat;
}

    #linkedin:hover {
        background-image: url('/imgs/linkedin_blue.png');
    }

#behance {
    background: transparent url('/imgs/behance_grey.png') center top no-repeat;
}

    #behance:hover {
        background-image: url('/imgs/behance_blue.png');
    }

#instagram {
    background: transparent url('/imgs/instagram_grey.png') center top no-repeat;
}

    #instagram:hover {
        background-image: url('/imgs/instagram_blue.png');
    }

#twitter {
    background: transparent url('/imgs/twitter_grey.png') center top no-repeat;
}

    #twitter:hover {
        background-image: url('/imgs/twitter_blue.png');
    }

#tumblr {
    background: transparent url('/imgs/tumblr_grey.png') center top no-repeat;
}

    #tumblr:hover {
        background-image: url('/imgs/tumblr_blue.png');
    }

#facebook {
    background: transparent url('/imgs/facebook_grey.png') center top no-repeat;
}

    #facebook:hover {
        background-image: url('/imgs/facebook_blue.png');
    }

#etsy {
    background: transparent url('/imgs/etsy_grey.png') center top no-repeat;
}

    #etsy:hover {
        background-image: url('/imgs/etsy_blue.png');
    }

#deviantart {
    background: transparent url('/imgs/deviantart_grey.png') center top no-repeat;
}

    #deviantart:hover {
        background-image: url('/imgs/deviantart_blue.png');
    }

#divFooter {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0px;
    width: 400px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 10pt;
    color: #00668f;
}


/*Slide Show Properties*/
#slideshowWrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: auto;
}

ul#slideshow {
    list-style: none;
    list-style-type: none;
    margin: auto;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
ul#slideshow li div {
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
}

p {
    text-align: center;
}

#fssList {
    list-style: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    padding: 0px;
}

    #fssList li {
        display: inline;
        padding-right: 10px;
    }

        #fssList li a {
            color: #999;
            text-decoration: none;
        }

        #fssList li.fssActive a {
            font-weight: bold;
            color: #333;
        }
