/*NAV*/

.navbar {
    margin-bottom: 0;
    z-index: 9999;
    font-size: 12px ;
    letter-spacing: 3px;
    width: 100%;
}

.navbar-brand .logo{
    color: black !important;
    font-family: courier;
    display: inline;
    position: fixed;
    height: 40px;
    top: 5px;
    
    
}


.navbar li a {
    color: black !important;
    font-family: Courier;
    display: inline;
    height: 50px;
    position: fixed;
    left: 0 px;
    padding: 0px;
}


.navbar-nav li a:hover, .navbar-nav li.active a {
    color: black !important;
    background-color: #c8c8c8 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #c8c8c8 !important;
    text-decoration: none;
}
    


/*Final Project_home*/

    
.contentFP {
    margin-left: 10%;
    height: 275px;
    width:80%;
    background: #f1f1f1;
    z-index: -1;
    align-self: center;
    }


.contentFP h1 {
    font-size: 30px;
    color: black;
    font-weight: 600;
    margin-top: 80px;
    z-index: 1;
    font-family: "Marion";
    width: 400px;
    
    
}

.contentFP p {
    font-size:17px;
    margin-top: 30px;
    color: #343434;
    font-family: "Courier";
    text-decoration: none;
    width: 450px;
}

.contentFP a{
    color: black;
    text-decoration: none;
    z-index: -1;
    
}

.contentFP a:hover{
    color: #a5a5a5;
    text-decoration: none;
    
    }

.contentFP img {
    position: absolute;
    height:275px;
    
}




/*About_home*/



.contentA {
    margin-left: 10%;
    margin-right: 10%;
    min-height: 300px;
    height: auto;
    width:80%;
    background: #f1f1f1;
    z-index: -1;
    align-self: center;
    }



.contentA h1 {
    font-size: 30px;
    color: black;
    font-weight: 600;
    margin-top: 80px;
    z-index: 1;
    font-family: "Marion";
    width: 400px;
}

.contentA p {
    font-size:17px;
    margin-top: 30px;
    color: #343434;
    font-family: "Courier";
    text-decoration: none;
    width: 450px;
}

.contentA a{
    color: black;
    text-decoration: none;
    z-index: -1;
    
}

.contentA a:hover{
    color: #a5a5a5;
    text-decoration: none;
    
    }

.contentA img{
    position: absolute;
    height: 300px;
}





/*WEEK_home*/


.contentW {
    margin-left: 10%;
    margin-right: 10%;
    height:  3000px;
    width:80%;
    background: #f1f1f1;
    z-index: -1;
    align-self: center;
    }

.contentW h1 {
    font-size: 35px;
    font-family: "Marion-Bold";
    font-weight: 600;
    color: #000000;
    margin-top: 90px;
    
    }

.contentW h2 {
    font-size: 17px;
    margin-top: 100px;
    color: #000000;
    font-family: "Courier";
    font-weight: 600;
     }

.contentW a{
    color: black;
}

.contentW a:hover{
    color: #a5a5a5;
    text-decoration: none;
}

.contentW p {
    font-size: 15px;
    margin-top: 10px;
    color: #000000;
    font-family: "Courier";
    font-weight: 400;
    
    height: 40px;
     }

.contentW img{
    margin-top: 5px;
    position: relative;
}



/*CONTACT_home*/


.contentC {
    margin-left: 10%;
    margin-right: 10%;
    height: 300px;
    width:80%;
    background: #f1f1f1;
    z-index: -1;
    align-self: center;
    }

.contentC img{
    height: 80px;
    margin-top: 100px;
}





/*Footer_home*/



.contentF {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    height: 120px;
    width:80%;
    background: #f1f1f1;
    z-index: -1;
    align-self: center;
}

.contentF p{
    font-size: 11px;
    margin-top: 10px;
    color: #000000;
    font-family: "Courier";
    font-weight: 400;
    height: 5px;
     }

.contentF a{
    color: black;
    text-decoration: none;
    z-index: -1;
    
}

.contentF a:hover{
    color: #a5a5a5;
    text-decoration: none;
    
    }











.image{
     //background: url(../Images/sfondo.jpg) repeat;
    background-color: #b4b4b4;
    background-attachment: fixed;
}

#wall_1 {
    height: 100px;
}
#wall_2 {
    height: 100px;
}
#wall_3 {
    height: 100px;
}

#wall_4 {
    height: 100px;
}

#wall_5 {
    height: 100px;
}

#wall_6 {
    height: 200px;
}







@media screen and (max-width: 991px) {
   
    
    .contentFP{
        height: 470px;
        
    }
       
    .contentFP p{
        width: 600px;
        margin-top: 20px;
    }
    
    .contentFP h1{
        margin-top: 45px;
         }
    
    #wall_1{
        height: 150px;
    }
    
     .contentFP img {
        margin-top: 10px;
        
    }


}

@media screen and (max-width: 1342px) {
    
    
    .contentA {
        height: 530px
    }
    
  
    .contentA p{
        width: 600px;
        margin-top: 20px;
        
    }
    
 
    .contentA h1{
        margin-top: 45px;
        
    }
    
     .contentA img {
        margin-top: 200px;
        
    }
    

 }

@media screen and (max-width: 1198px) {
    
    .contentW{
        height: 4500px;
        }
    
    
 @media screen and (max-width: 898px) {
    
    .contentW{
        height: 8800px;
        }
   
    
    
     }
    
    

 }

