﻿html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif;
    color: #333;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#frm {
    position: relative;
    min-height: 100%;
}

header {
    position: fixed;
    top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #bf0000;
    height: 150px;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    z-index: 3;
    width: 100%;
}

    header #logo {
        -webkit-transition: ease .3s;
        -moz-transition: ease .3s;
        -o-transition: ease .3s;
        transition: ease .3s;
        height: 84px;
        margin-top: 30px;
        position: absolute;
        bottom: 3px;
    }

    header.locked {
        height: 50px;
        background-color: rgba(200, 0, 0, 0.8);
    }

        header.locked #logo {
            height: 45px;
            margin-top: 0px;
        }

#page {
    margin-top: 150px;
    margin-bottom: 90px;
}

footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #222;
    color: #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 110px;
}

#header {
    position: relative;
    height: 100%;
}


#footer {
    background: #222 url(../images/ThisisIT-Icon-05.png) no-repeat 80px center;
    min-height: 100px;
    padding: 15px 0px 15px 200px;
    vertical-align: bottom;
    height: 100%;
}

#menu {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

    #menu > a {
        padding: 10px;
        border-radius: 5px;
        background-color: #fff;
        color: #bf0000;
        text-decoration: none;
        margin: 0px 5px;
        -webkit-transition: ease .1s;
        -moz-transition: ease .1s;
        -o-transition: ease .1s;
        transition: ease .1s;
    }

.locked #menu {
    bottom: 10px;
}

    .locked #menu > a {
        background-color: transparent;
        color: #fff;
        text-decoration: underline;
    }

        .locked #menu > a:hover {
            font-weight: bold;
        }


section > div, header > div, footer > div {
    max-width: 1170px;
    margin: 0px auto;
}

section > div {
    padding: 15px 10px;
    text-align: center;
}

    section > div > * {
        text-align: left;
    }

    section > div > span {
        /*display: table-cell;*/
        vertical-align: top;
        padding-left: 25px;
    }

        section > div > span:first-of-type {
            padding-left: 0px;
        }

section {
    /*margin-bottom: 100px;*/
    padding: 100px 0px;
    position: relative;
}

    section:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform: skewY(2deg);
        -moz-transform: skewY(2deg);
        -ms-transform: skewY(2deg);
        -o-transform: skewY(2deg);
        transform: skewY(2deg);
        z-index: -1;
        top: 40px;
    }

    section:nth-of-type(even) {
        /*background-color: #fff;*/
    }

        section:nth-of-type(even)::before {
            background: #fff;
        }

    section:nth-of-type(odd) {
        /*background-color: #eee;*/
    }

        section:nth-of-type(odd)::before {
            background: #eee;
        }

    section:first-of-type {
        background: #eee;
    }

    section:last-of-type {
        /*background-color: #bf0000;*/
        color: #fff;
    }

        section:last-of-type::before {
            background: #bf0000;
        }

        section:last-of-type h1 {
            /*background-color: #bf0000;*/
            color: #fff;
        }



.clear {
    clear: both;
}

h1 {
    color: #bf0000;
    font-weight: bold;
}

/*  SPECIFICS */

#contact {
    background-image: url(/images/worldmap.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    #contact a {
        color: khaki;
    }

@media screen and (max-width: 1500px) {
    #contact {
        background-size: 800px auto;
    }
}

@media screen and (max-width: 1280px) {
    #contact {
        background-size: 700px auto;
    }
}

@media screen and (max-width: 950px) {
    #contact {
        background-size: 500px auto;
    }
}

@media screen and (max-width: 850px) {
    #contact {
        background-size: 400px auto;
    }
}

@media screen and (max-width: 700px) {
    #contact {
        background-size: 300px auto;
    }
}
@media screen and (max-width: 500px) {
    #contact {
        background-size: 200px auto;
    }
}

/*************/

/* BANNERS */

.b_happy {
    font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
    font-size: 28pt;
    color: #813c01;
}

    .b_happy .IT {
        color: #fff;
        font-weight: bold;
        font-size: 48pt;
        -webkit-text-shadow: 0px 0px 5px #813c01;
        text-shadow: 0px 0px 5px #813c01;
    }

.b_magic {
    font-family: Lobster, 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
    font-size: 28pt;
    color: #dbbb0a;
}

    .b_magic .IT {
        color: #bf0000;
        font-size: 72pt;
    }

.b_wonder {
    font-family: "1942";
    font-size: 48pt;
    color: #ffffff;
}

    .b_wonder .IT {
        font-size: 78pt;
        color: #dbbb0a;
    }

    .b_wonder .wonder {
        font-size: 48pt;
        color: khaki;
    }

/* ********* */


/* Specifics */
#thisisitIcon {
    max-width: 200px;
    width: 100%;
}


.services {
}

    .services > ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .services > ul > li {
            text-align: center;
            margin-bottom: 40px;
        }

            .services > ul > li > span {
                background-color: #eee;
                border-radius: 50%;
                -moz-background-size: auto 100% !important;
                -o-background-size: auto 100% !important;
                -webkit-background-size: auto 100% !important;
                background-size: auto 100% !important;
                background-position: center center !important;
                border: solid 10px #bf0000;
                display: inline-block;
                width: 200px;
                height: 200px;
            }

            .services > ul > li > label {
                display: block;
            }
