﻿@font-face {
    font-family: "OpenSans";
    src: url(../Fonts/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "OleoScript";
    src: url(../Fonts/Oleo_Script/OleoScript-Regular.ttf);
}
@font-face {
    font-family: "Zorque";
    src: url(../Fonts/Zorque/zorque.ttf);
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#twitter {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 5000;
}

.center-div {
    position: relative;top: 40%; transform: translateY(-50%);
    margin: 0 auto;
}


.body {
    font-family: Arial;
    text-rendering: optimizeLegibility;
}

#footerApproach {
    height: 400px;
    width: 100%;
    background: linear-gradient(#00ff90, #373434);
    display: none;
}

#footer {
    background: #373434;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.footer-title {
    margin-top: 20px;
    font-family: OpenSans;
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

.footer-company-name {
    margin-top: 20px;
    font-family: OleoScript;
    color: white;
    font-weight: normal;
    font-size: 24px;
    text-align: right;
}

.footer-text {
    font-family: OpenSans;
    color: white;
    font-size: 18px;
    text-align: left;
}

    .footer-text a {
        color: white;
    }

    .footer-text a:hover {
        color: #00ff90;
        text-decoration: none;
    }

.footer-company-text {
    font-family: OpenSans;
    color: white;
    font-size: 18px;
    text-align: right;
}

.h1 {
    font-family: OpenSans;
}

.h2 {
    font-family: OpenSans;
}

.footer-text-small {
    font-family: OpenSans;
    color: white;
    font-size: 10px;
    text-align: left;
}

.copyright {
    margin-top: 20px;
    font-family: OpenSans;
    color: white;
}

#scrollTopButton {
    margin-top: 80px;
    margin-bottom: 40px;
}

.icon-button-glyphicon {
    width: 60px !important;
    height: 60px !important;
    vertical-align: middle;
    display: table-cell;
}

.icon-button {
    cursor: pointer;
    background-color: #808080;
    text-align: center;
    width: 60px;
    height: 60px;
    color: white;
    opacity: 0.8;
    border-radius: 30px !important;
    position:relative;
}

    .icon-button:hover {
        background-color: #fff;
    }

    .icon-button.active {
        background-color: #fff;
        height: 62px;
        width: 62px;
        margin-bottom: -1px;
        opacity: 1;
    }

    .icon-button a {
        color: white;
    }

    .icon-button a:hover {
        color: #00ff90;
    }













        .viewport {
            height: 100%;
        }

        .thick {
            height: 100%;
            background-color: blue;
            min-height: 100%;
        }

        .swipe {
            overflow: hidden;
            visibility: hidden;
            position: relative;
            height: 80%;
        }

        .swipe-wrap {
            overflow: hidden;
            position: relative;
            height: 100%;
        }

            .swipe-wrap > div {
                float: left;
                width: 100%;
                position: relative;
            }

        .slider-nav {
            text-align: center;
            margin-top: 10px;
            margin-bottom: 50px;
            z-index: 1001;
            position: absolute;
            width: 100%;
            bottom: 0px;
        }

            .slider-nav button {
                background: transparent;
                border: none;
                border-radius: 20px !important;
                height: 10px;
                width: 10px;
                padding: 0;
                display: inline-block;
                margin-right: 5px;
                cursor: pointer;
                outline: none !important;
                background: #111;
                opacity: 0.8;
                -webkit-tap-highlight-color: rgba(0,0,0,0);
                -webkit-user-select: none;
            }

                .slider-nav button:hover {
                    background: #fff;
                }

                .slider-nav button.active {
                    background: #fff;
                    height: 12px;
                    width: 12px;
                    margin-bottom: -1px;
                    opacity: 1;
                }

        .v-align {
            vertical-align: middle;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .pg-logo a {
        color: white;
    }

    .pg-logo a:hover {
        color: #00ff90;
        text-decoration: none;
    }