﻿
@font-face {
    font-family: "Century-Gothic-Web";
    src: url("cfce6abbbff0099b15691345d8b94dcc.eot"); /* IE9*/
    src: url("cfce6abbbff0099b15691345d8b94dcc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("cfce6abbbff0099b15691345d8b94dcc.woff2") format("woff2"), /* chrome、firefox */
    url("cfce6abbbff0099b15691345d8b94dcc.woff") format("woff"), /* chrome、firefox */
    url("cfce6abbbff0099b15691345d8b94dcc.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("cfce6abbbff0099b15691345d8b94dcc.svg#Century Gothic V2") format("svg"); /* iOS 4.1- */
    font-weight: normal;
}

@font-face {
    font-family: "Century-Gothic-Web";
    src: url("bc420c1c2b98e2ee8b2a75c1ce1fe083.eot"); /* IE9*/
    src: url("bc420c1c2b98e2ee8b2a75c1ce1fe083.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("bc420c1c2b98e2ee8b2a75c1ce1fe083.woff2") format("woff2"), /* chrome、firefox */
    url("bc420c1c2b98e2ee8b2a75c1ce1fe083.woff") format("woff"), /* chrome、firefox */
    url("bc420c1c2b98e2ee8b2a75c1ce1fe083.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("bc420c1c2b98e2ee8b2a75c1ce1fe083.svg#Century Gothic Bold V2") format("svg"); /* iOS 4.1- */
    font-weight: bold;
}

body {
    font-family: 'Century-Gothic-Web';
    color: #fff;
    background-color: #fff;
    margin: 0;
}

/* Centered texts in each section
	* --------------------------------------- */
.section {
    text-align: center;
}


/* Backgrounds will cover all the section
	* --------------------------------------- */
.section {
    background-size: cover;
}

.slide {
    background-size: cover;
}

/*Adding background for the slides
	* --------------------------------------- */
#slide-main {
    background-image: url(../Images/section-main-hd.png);
}

#slide-references {
    background-image: url(../Images/section-references-hd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#slide-references.en {
    background-image: url(../Images/section-references-hd-en.png);
}

#slide-services {
    /*background-image: url(../Images/section-services-hd.png);*/
    background-color: #6E2286;
}

    #slide-services h1 {
        text-transform: uppercase;
    }

#slide-references-video {
    background-color: #6E2286;
}

#slide-contact {
    /*background-image: url(../Images/section-contact-hd.png);*/
    background-color: #6E2286;
}

    #slide-contact h1 {
        text-transform: uppercase;
    }

#menu {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 5%;
}

#menu-items {
    width: 100%;
    height: 100%;
}

    #menu-items.white {
        background-color: #ddd6e7;
        color: #4a266b;
    }

    #menu-items.purple {
        background-color: #7b4996;
        color: #fff;
    }

#menu-line {
    text-align: center;
}

#slide-main {
    color: #4a266b;
}

    #slide-main h1 {
        font-weight: 100;
        font-size: 1.8em;
        text-transform: uppercase;
    }

        #slide-main h1 span, #slide-main p {
            font-weight: 700;
        }

    #slide-main span, #slide-main li {
        cursor: pointer;
    }

        #slide-main li:first-of-type {
            margin-left: -48px;
        }

    #slide-main li {
        display: inline;
        list-style-type: none;
        margin: 0 12px 0 12px;
    }

    #slide-main ul {
        margin: 0;
    }

    #slide-main a, #slide-main a:hover {
        text-decoration: none;
        color: #4a266b;
    }

#menu-items {
    text-align: center;
}

    #menu-items ul {
        margin: 0;
        padding: 6px 0 0 0;
    }

    #menu-items li {
        cursor: pointer;
        display: inline;
        list-style-type: none;
        margin: 0 12px 0 12px;
    }

#img-menu-line {
    height: 18px;
}

#services, #contact {
    border: solid 3px #fff;
    padding: 18px 24px 32px 24px;
    display: inline-block;
}

    #services ul {
        margin: 0;
        padding: 0;
    }

    #services li {
        list-style-type: none;
        padding: 0 0 6px 0;
    }

    #contact h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #contact a, #contact a:hover {
        color: #fff;
        text-decoration: none;
    }

p.no-margin {
    margin: 0;
    padding: 0;
}

/* Mobile */

body.mobile {
    background: url(../Images/mobile-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
}

#mobilepage {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

    #mobilepage h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #mobilepage a, #mobilepage a:hover {
        color: #fff;
        text-decoration: none;
    }

    #mobilepage > #content {
        width: 75%;
        padding: 0 5px 0 5px;
        margin: 20px auto;
        border: solid 5px #fff;
        font-size: 0.9em;
    }

p.logo {
    margin: 50px 0 50px 0;
}

    p.logo > img {
        width: 50%;
    }