﻿body {
    /*background: #474747 url(../Immagini/Sfondogrigio.png);*/
    font: normal 18px Tahoma, Arial, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
}

/*Serve per caricare i fonti esterni, per inserire più font-face aggiungere un altra @font-face*/
@font-face {
    font-family: 'Lobster';
    src: url('../Fonts/Lobster 1.4.otf') format('opentype');
}

@font-face {
    font-family: 'Diebel';
    src: url('../Fonts/diebel.ttf') format('opentype');
}

@font-face {
    font-family: 'Ethno';
    src: url('../Fonts/ethnocentric_rg.ttf') format('opentype');
}

@font-face {
    font-family: 'Servetica';
    src: url('../Fonts/Servetica_Heavy_Public.ttf') format('opentype');
}

@font-face {
    font-family: 'Sfintel';
    src: url('../Fonts/SFIntellivisedExtended-Ital.ttf') format('opentype');
}

@font-face {
    font-family: 'Spinc';
    src: url('../Fonts/SPINC.ttf') format('opentype');
}

/*questa impostazione dei colori dei link*/
a:link {
    color: #999999;
}

a:active {
    color: #999999;
}

a:visited {
    color: #999999;
}

a:hover {
    color: #ffffff;
}

.masterBar {
    background: #474747 url(../Immagini/triangles.png);
    position: fixed;
    z-index: 1000;
    margin-bottom: 0px;
    border: 1px solid transparent;
    height: 52px;
    width: 100vw;
}

.masterBar-fixed-top,
.masterBar-fixed-bottom {
    position: static;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    background-color: #000000;
}

.masterBar-fixed-top {
    top: 0;
    z-index: 1030;
}

.masterBar-header:before,
.masterBar-header:after {
    display: table;
    content: " ";
}

.masterBar-header:after {
    clear: both;
}

.masterBar-brand {
    float: left;
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .masterBar-brand:hover,
    .masterBar-brand:focus {
        text-decoration: none;
        color: #ffffff;
    }

.masterBar-brand-right {
    float: right;
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .masterBar-brand-right:hover,
    .masterBar-brand-right:focus {
        text-decoration: none;
        color: #ffffff;
    }

.container_masterbar {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container_masterbar:before,
    .container_masterbar:after {
        display: table;
        content: " ";
    }

    .container_masterbar:after {
        clear: both;
    }

#corpo {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}

.container_corpo {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

.boxContainer {
    float: left;
    box-sizing: border-box;
    padding-left: 190px;
    padding-top: 54px;
    display: table-cell;
    margin-bottom: 10px !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-image: url('../Immagini/stucco.png');
}

.testo_3d {
    color: #fff;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 130px;
}