/* YOUR CUSTOM STYLES */

@font-face {
    font-family: 'stamped'; /*a name to be used later*/
    src: url('../font/old-stamper.regular.ttf'),
         url('../font/old-stamper.regular-webfont.woff2') format('woff2'),
         url('../font/old-stamper.regular-webfont.woff') format('woff');
}

html,
body {
  height: 100%;
  background-color: #f0f0f0;
}
body {
  color: #333;
}

a, a:hover, i, .red-color {
	color: #922501;
}

.logo-home {
  width: 450px;
}

.logo-page {
  width: 400px;
}

hr {
  border-color: #922501;
}

.text-red {
  color: #922501;
}

.border-red-hr {
    width: 12%;
    content: "";
    margin: 30px;
    margin-left: 45%;
    height: 2px;
    background: #922501;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.bg-highlight, .bg-grey {
  background-color: #ddd;
}

li {
  margin-left: 20px;
}

.text-border {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.info .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

h5 {
	color: #333;
  font-weight: 700;
}

p.location {
	margin-top: 50px;
  font-weight: 600;
}

.home-text {
  margin-top: 30px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: inline;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(200,200,200,.5);
          box-shadow: inset 0 0 5rem rgba(200,200,200,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  max-width: 100%;
}

.list-link li {
  margin-top: 10px;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
} 

.header {
  margin-bottom: 20px;
}

.header .col-1,
.header .col-2 {
  float: left;
}

.header .row-1 .col-1,
.header .row-1 .col-2 {
  min-height: 200px;
  float: left;
}

.margin-top-header {
  margin-top: 35%;
}

.header .row-2 .col-1,
.header .row-2 .col-2 {
  min-height: 320px;
  float: left;
}

.header .col-2 {
  width: 59.5%;
  padding: 20px;
}

.header .col-1 {
  width: 40.5%;
}

.front .header .col-2 {
  width: 50.5%;
  padding: 20px;
}

.front .header .col-1 {
  width: 49.5%;
}

.header .row-1 .col-1 {
  text-align: center;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}

.img-resp {
  padding: 20px;
  max-height: 200px;
}

.rente {
  margin-top: 20px;
}

.border-red-top {
  border-top: 2px solid #922501;
  padding-top: 10px;
}

.stampRente {
    position: absolute;
    right: 22%;
    top: 10px;
    z-index: 1;
    font-family: Arial,sans-serif;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 40px;
    color:#922501;
    zoom:1;
    font-family: 'stamped', cursive;
    text-transform: uppercase;
    padding: 5px;
}

.bg-red {
    background-color: #922501;
    color: #fff;
}

footer {
  text-align: center;
  margin-top: 40px;
}

.fade {
  animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera *
}

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  /*.mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 62rem;
  }
}


@media (max-width: 768px) {
  .header .col-1, .header .col-2, .header img {
    width: 100%;
  }

  .border-red-hr {
    margin: 0px;
    margin-left: 45%;
  }

  .front .header .col-1,
  .front .header .col-2 {
    width: 100%;
  }
}