/* your styles go here */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

section.intro.image-background {
    background: url(../img/background.jpg) center center no-repeat;
}

.logotipo {
	padding-bottom: 40px;
}

.intro .content {
    top: 40%;
}

section.intro.image-background .overlay {
    background: #cdad57;
    opacity: 0.8;
}

.heading:after {
    background: #cdad57;
}

.heading {
    margin-bottom: 20px;
}

.intro p {
	font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    color: #fff5db;
}

.coming-soon {
	margin-top: 100px;
}

.coming-soon .heading-pt {
	font-size: 45px;
}

.coming-soon .heading-en {
	font-size: 38px;
}

#portfolio {
    padding-top: 0px !important;
}

#servicos {
    padding-top: 0px !important;
}

#about {
	padding-bottom: 0px !important;
}

#contactos h3 {
    font-size: 22px;
}

#contactos a {
    color:#cdad57;
}

.heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
}

#clientes {
	margin-top: 30px;
}

ul.lista-de-servicos {
  padding:0px;
  list-style-type: none;
}

ul.lista-de-servicos li {
  font-size:18px;
  line-height: 30px;
}

h2.heading-servicos {
  font-size:30px;
  font-weight: 700;
  letter-spacing: 0;
}
