		
		
body
{
    
    background-color: grey;
	background-image:url(/assets/images/bg.png);
    background-repeat:repeat;
    
          
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
    
}
	
.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    
    font-family: semp;
    font-size:xx-large;
   /* color: black !important;*/
    

   /* background-image:url(/assets/images/tex1.png);
    background-repeat:repeat;*/
    
}


.navbar-default .navbar-brand {
    color: black;
    
    -webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
    
}

.navbar {
    background:rgba(0,0,0,0.2);   /* for latest browsers */

 /*  background: transparent;*/
   border-color: transparent;
}


.col-centered{
    float: none;
    margin: 0 auto;
}


#info {
    
    font-family: pStart;
    font-size:large;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    
}


.text1 .word1{
    
    color:red;
    
}

.text2 .word1{
    
    color:white;
    
}

	
@font-face {
font-family: semp;
src: url("/fonts/semplicita.ombra.otf") format("opentype");
}

@font-face {
font-family: pStart;
src: url("/fonts/prstartk.ttf") format("truetype");
}