/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


.background-img-1 {
  background: url("wallpaper.jpg") 100% 0px no-repeat;
}

.background-md img{
    margin-top: 50px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.titulo{
    font-size: 50px;   
    text-transform: none;
    color: #222;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
}

.infos li{
    font-size: 20px;  
    color: #333; 
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.infos li>i{
    font-size: 30px;   
    color: #333;
}

.infos a>li{
    margin-bottom: -20px;
}
.infos a{
    text-decoration: none;
    text-transform: none;
}

.gear-effect {
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: 1;   
    animation-duration: 0.8s;
}



/* -- contato -- */
.form-group{
    font-size: 20px;  
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;  
    color: #333;
    text-align: center; 
}
.form-group i{
    font-size: 30px; 
    margin-top: 7px;
    color: #666;
}
.sidebar li{
    font-size: 20px;   
}
.info{
    font-size: 30px;
}
.submit-button{
    font-size: 20px;
    margin-top: -10px;
    background-color: #666;
    border-color: #666;
}
.submit-button:hover{
    background-color: #333;
    border-color: #333;
}
.form-group{
    margin-top: -10px;   
}

.logo img{
    width: 350px;   
    margin-top: 40px;
}