/* personalizzazione di bootstrap */


/* Colori sociali skillweb */

body {
	font: 15px NoticiaTextRegular, Verdana, Helvetica, Arial, sans-serif;
	color:#ffffff;
	background-color:#062900;
	margin: 0;
}





@font-face {
    font-family: 'NoticiaTextRegular';
    src: url('../fonts/NoticiaText-Regular-webfont.eot');
    src: url('../fonts/NoticiaText-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoticiaText-Regular-webfont.woff') format('woff'),
         url('../fonts/NoticiaText-Regular-webfont.ttf') format('truetype'),
         url('../fonts/NoticiaText-Regular-webfont.svg#NoticiaTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaTextItalic';
    src: url('../fonts/NoticiaText-Italic-webfont.eot');
    src: url('../fonts/NoticiaText-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoticiaText-Italic-webfont.woff') format('woff'),
         url('../fonts/NoticiaText-Italic-webfont.ttf') format('truetype'),
         url('../fonts/NoticiaText-Italic-webfont.svg#NoticiaTextItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaTextBold';
    src: url('../fonts/NoticiaText-Bold-webfont.eot');
    src: url('../fonts/NoticiaText-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoticiaText-Bold-webfont.woff') format('woff'),
         url('../fonts/NoticiaText-Bold-webfont.ttf') format('truetype'),
         url('../fonts/NoticiaText-Bold-webfont.svg#NoticiaTextBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaTextBoldItalic';
    src: url('../fonts/NoticiaText-BoldItalic-webfont.eot');
    src: url('../font/NoticiaText-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoticiaText-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/NoticiaText-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/NoticiaText-BoldItalic-webfont.svg#NoticiaTextBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
  font-family: 'LeagueGothicRegular', Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  
  
}


h1 {
  font-size: 50px;
  color:#9CCE11;
}

h2 {
  font-size: 40px;
  color:#9CCE11;
}

h3 {
  font-size: 35px;
  color: #FC751B;
}



/* header */

.page-header {
    border-bottom: 0 solid #eee;
    height: 140px;
    margin: 5px 0 20px;
    padding-bottom: 9px;
}

h1.logo {
    color: #eae8e8;
    font-family: "LeagueGothicRegular",Verdana,Helvetica,Arial,sans-serif;
    font-size: 5.0em;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-top: 5px;
}

#skillweb_logo {
    margin-right: 10px;
    margin-top: 5px;
    width: 200px;
}


/* logo barra di navigazione */
.navbar-brand {
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
}

/* sfondo barra di navigazione */
.navbar-default {
    background-color: #9ecc11;
    border-color: #000;
    font-family: LeagueGothicRegular,Verdana,Arial,Helvetica,sans-serif;
    font-size: 25px;
}

.navbar-nav li:hover {
    background-color: #b5f232;
    color:#fc751b;
}


/* container jumbotron */

.jumbotron {
    background-color: #031900;
    padding-top: 5px;
}


.jumbotron#homepage {
    background-color: #031900;
    padding: 0px;
}


.jumbotron h1, .jumbotron .h1 {
    font-size: 60px;
    color: #ffaa00;
}

/* footer */

.panel-default .panel-heading {
    background-color: #b5f232;
    border-color: #000;
    color:#fc751b;
}

.panel-default .panel-body {
    background-color: #9ecc11;
    border-color: #000;
    color:#fff;
}

.panel-default .panel-body h3 {
  font-size: 30px;
  color: #fff;
}

.panel-default {
    border-color: #031900;
}



.blocco-rana {
    background-color: #9cce11;
    padding: 1px 1px;
    height: 100%;
}






