body{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #ccc;
    margin: 0;
}

.hero{
    background-image: url(../img/BrotherBAS412.jpg);
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid transparent;
}

.logo-content{
    margin-top: 20px;
    margin-left:30px;
}

.hero-content{
    text-align: center;
    color: white;
    margin-top: 10px;
    background-color: rgba(0,0,0,.7);
    display: inline-block;
    margin-left:320px;
}

.hero-content h1{
    text-transform: uppercase;
    font-size: 46px;
    text-shadow: 3px 3px 2px rgb(144, 146, 144);
    padding: 10px;
}

.hero-content p{
    font-size: 24px;
    text-shadow: 3px 3px 2px rgb(144, 146, 144);
}
.hero nav a {
    display: block;
    padding: 0px;
    opacity: 0.7;
}

.hero nav a:hover{
    opacity: 1;
}

.hero nav li{
    display: inline-block;
    list-style: none;
    padding: 1px;
}

main{
    width: 95%;
    margin: auto;
}
.cartao{
    width: 32%;
    height: 250px;
    border: 1px solid #393535;
    box-sizing: border-box;
    float: left;
    line-height: 25px;
}

.cartao p{
    background-color: black;
    color: white;
    margin: 1px;
    padding: 15px;
}

.precos{
    background-color: aquamarine;
    float: left;
    margin-right: 2%;
}

.produtos{
    background-color:coral;
    float: left;
    margin-right: 2%;
}

.atendemos{
    background-color: greenyellow;
    float:left;
}

.content-section1{
    background-color: white;
    padding: 15px;
    margin-top: 15px;
    overflow: auto;
}

.content-section2{
    background-color: white;
    padding: 15px;
    margin-top: 15px;
}

.content-header h2{
    border-bottom: solid 2px #ccc;
	padding: 10px;
	background: #eee;
}

.content-header p{
    margin:0;
    line-height: 30px;   
    font-size: 14px; 
}

.content-exemples{
    background-color: white;
    padding: 15px;
    margin-top: 15px;
    overflow: auto;
}

.exemples-bordados h2{
    border-bottom: solid 2px #ccc;
	padding: 10px;
	background: #eee;
}

.rodape{
    height: 80px;
	color: white;
	font-size: 14px;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	background: #6b6c68;
    line-height: 80px;
}