body{
    background-image: url("laser-2819138_960_720.jpg");
    background-repeat: no-repeat;  
    height: auto;
    background-size: 100%;
    
    
      
    max-width: 100%;
   
}

*{
    margin:0;
    padding:0;
    min-height: 100%;
}

header{
    background: #f7f4f4;  
    background: -webkit-linear-gradient(to left, #f77811, #f76809); 
    background: linear-gradient(to left, #f77811, #f76809); 
    height: 80px;
    width: 100%;
    filter: alpha(opacity=100);
    opacity: 0.7;
    -moz-opacity:0.5;
}

footer{
    background: #f7f4f4;  
    background: -webkit-linear-gradient(to left, #f77811, #f76809); 
    background: linear-gradient(to left, #f77811, #f76809);
    filter: alpha(opacity=100);
    opacity: 0.7;
    -moz-opacity:0.5;
    height: 80px;
    width: 100%;
    margin-top: 300px;
    bottom: 0px;
    
}


#titulo{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    text-shadow: 2.5px 2.5px 2.5px #111111;
    margin-top: 100px;
   
   
}

#descricao{
    clear: both;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 1.8;
    font-size:20px;
    margin-top:60px ;
    text-shadow: 2.5px 2.5px 2.5px #111111;
    width: 100%;
    font-weight: bolder;
}

#container{
    
    clear: both;
    width: auto;
    margin: auto;
    width: 100%;
}

#menu{
    float: right;
    margin-top: 30px;

}

#menu a{
    padding: 52px 10px;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial;
    font-weight: bolder ;
}

#wtt{
    padding: 10px;
    margin-left: 600px;
    height: 20px;
}

#info{

    clear: both;
    margin-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 1px #111111;
}

#whats{
    margin-left: 10px;
    
}

#logo{
    float: left;
    width: 200px;
    height: 100px;
}


