/*
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 : 16/05/2016, 19:33:18
    Author     : Juliano Iankoski
*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:600);
@import url(https://fonts.googleapis.com/css?family=ABeeZee);

body{
    
    background-image: url("img/dark_forest_.jpg");
    background-size: cover;
    background-attachment: fixed;
    /*Créditos da imagem: http://www.wallshade.com/dark_forest_-wallpapers.html*/
    
}

.header{

        
    background-color: #D3D3D3;
        
    border-width: 10px;
    border-color: #708090;
    border-style: solid;
    
    
    margin-top: 40px;
    margin-left: 40px;
    
    
    
    font-family: 'ABeeZee', sans-serif;
    font-size:  68px;
        
    height: 800px;
    width: 850px;
    text-align: center;

}
.summary{

    float: right;
    
    
    background-color: #D3D3D3;
    
    
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 450px;
    width: 850px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  45px;
    text-align: center;
    
    margin-top: 100px;
    margin-right: 40px;

}
.preamble{
    
   
    
    background-color: #D3D3D3;
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 600px;
    width: 850px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  30px;
    text-align: center;
    
    margin-top: 650px;
    margin-left: 40px;
       
}
.explanation{
  
    float: right;
        
    background-color: #D3D3D3;
       
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 830px;
    width: 850px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  30px;
    text-align: center;
    
    margin-top: -930px;
    margin-right: 40px;
    
}
.participation{
    
    background-color: #D3D3D3;
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 800px;
    width: 850px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  30px;
    text-align: center;
    
    margin-top: 1020px;
    margin-left: 40px;
 }
 .benefits{
     
    float: right;
        
    background-color: #D3D3D3;
       
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 500px;
    width: 800px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  40px;
    text-align: center;
    
    margin-top: 100px;
    margin-right: 40px;
 }
 .requirements{
 
     background-color: #D3D3D3;
    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    height: 780px;
    width: 1785px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  30px;
    text-align: center;
    
    margin-top: 700px;
    margin-left: 40px;
 
 
 }
 .footer{
     

    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  20px;
    text-align: center;
    
    margin-top: 900px;
    margin-left: 20px;  
    
    background-size: cover;
    background-size: auto;
    
 } 
 .sidebar {
     
    background-color: #D3D3D3;    
    border-width: 10px;
    border-color: #708090;
    border-style: solid; 
    
    

    height: 790px;
    width: 550px;
    
    font-family: 'Josefin Sans', sans-serif;
    font-size:  30px;
    text-align: center;
    
    margin-top: -900px;
    margin-right: -25px;
    margin-left: 40px;

 }
 
 .sidebar a{     
     
     color:  cadetblue; 
         
 }
 .benefits a{
     
     color:  cadetblue;
     
 }
 .explanation a{
     
     color:  cadetblue; 
 }
 .footer a{
     
     color:  cadetblue; 
 }
 .header a{
     
     color:  cadetblue; 
 }
 .participation a{
     
     color:  cadetblue; 
 }
 .preamble a{
     
     color:  cadetblue; 
 }
 .requirements a{
     
     color:  cadetblue; 
 }
 .summary a{
     
     color:  cadetblue; 
 }