/* Steak Me */

/* =FontFace
----------------------------------------------- */
@font-face {
    font-family: 'Archer-Medium';
    src: url('fonts/Archer-Medium/Archer-Medium.eot');
    src: url('fonts/Archer-Medium/Archer-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Archer-Medium/Archer-Medium.woff') format('woff'),
         url('fonts/Archer-Medium/Archer-Medium.ttf') format('truetype'),
         url('fonts/Archer-Medium/Archer-Medium.svg#Archer-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archer-Bold';
    src: url('fonts/Archer-Bold/Archer-Bold.eot');
    src: url('fonts/Archer-Bold/Archer-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Archer-Bold/Archer-Bold.woff') format('woff'),
         url('fonts/Archer-Bold/Archer-Bold.ttf') format('truetype'),
         url('fonts/Archer-Bold/Archer-Bold.svg#Archer-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium-webfont/Gotham-Medium-webfont.eot');
    src: url('fonts/Gotham-Medium-webfont/Gotham-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Medium-webfont/Gotham-Medium-webfont.woff') format('woff'),
         url('fonts/Gotham-Medium-webfont/Gotham-Medium-webfont.ttf') format('truetype'),
         url('fonts/Gotham-Medium-webfont/Gotham-Medium-webfont.svg#Gotham-Medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Body Padding */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

body{
	background: #a99575;
}

header {
	height: 7px;
	width: 100%;
	background: #a99575;
}

.main{
	margin: 0;
	height: 652px;
	background: url(images/bg.jpg);
	background-size: cover;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

/* Body */

.djalma {
	float: left;
	width: 513px;
}

article.texto {
	float: left;
	width: 400px;
	padding-top: 70px;
	padding-left: 42px;
}
article.texto p{
	width: 315px;
}

h1 {
	padding-top: 82px;
	font-family: 'Archer-Bold';
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #912034;
}

p {
	font-family: 'Archer-Bold';
	font-size: 17px;
	font-weight: normal;
	color: #271a09;
	line-height: 19px;
	padding: 14px 5px 0 0;
}

h2 {
	padding-top: 46px;
	font-family: 'Archer-Bold';
	font-size: 13.5px;
	font-weight: normal;
	color: #912034;
}

h3 {
	font-family: 'Archer-Bold';
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* Footer */
/* Footer */

footer {
	height: 47px;
	background: #912034;
	border-bottom: 1px solid #fff;
}
footer article{
	font-family: 'Archer-Medium';
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 47px;
	color: #fefefe;
	padding: 0 34px 0 0;	
}