@font-face {
    font-family: "Futura";
    src: url('fonts/Futura-Lt-BT.ttf') format('truetype');
}
@font-face {
      font-family: "Futura";
	  src: url('fonts/Futura-Lt-BT.eot');
}

body {
  font-family: "Futura";
  font-size: 18px;
  line-height: 1.42857143;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal !imoprtant;
  line-height: 1.1;
  color: #751113;
  text-transform: uppercase;
}

h3 {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
}

h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
}
h5, .h5 {
    font-size: 17px;
    margin: 0 0 20px 0;
}

a {
    transition: ease all 0.35s;
    outline: 0 !important;
    color: #751113;
}
a:hover,
a:active,
a:focus {
    color: #000;
}

img {
    transition: ease all 0.35s;
}

p {
    line-height: 28px;
    margin: 0 0 25px 0;
}

section {
    display: table;
    width: 100%;
    position: relative;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-normal {
    text-transform: none !important;
}

.no-padding {
    padding: 0 !important;
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}
.btn-xs, .btn-group-xs > .btn {
    border-radius: 0;
}
.img-center {
    margin: auto;
}
hr {
    display: table;
    width: 100%;
    margin: 50px 0px;
    border-top: 1px solid #f1e1cc;
}