/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2016, 11:04:18 AM
    Author     : Filippo
*/

.nonunderline, .nonunderline:hover, .nonunderline:focus{
    text-decoration: none;
}

.logo-color, a.logo-color span{
    color: rgba(0,191,255,1.0);
}

.logo-color-background{
    background-color: rgba(0,191,255,1.0);
}

body{
    background-image: url(../assets/images/home/metal10.jpg);
}

.navbar-background,body {
    background-color: #292c2f;
}

.content-shadow-container{
    max-width: 1250px;
    margin: auto;
    padding-right: 25px;
    padding-left: 25px;
    overflow: hidden;
}

#content{
    background-color: white;
}

.shadow{
    -webkit-box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.7);
}

html{
    
    margin: auto;
}

@media (max-width: 1200px){
    .content-shadow-container{
        padding: 0px;
    }
}

@media (min-width: 2300px){
    body{
        background-image: none;
    }
}


