/* heureka! custom style
   Based on bootstrap-v4.1 */

@font-face {
    font-family: "Cera Round Pro Medium";
    src: url('../fonts/CeraRoundPro-Medium.otf');
}

@font-face {
    font-family: "Lato Regular";
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: "Lato Light";
    src: url('../fonts/Lato-Light.ttf');
}

@font-face {
    font-family: "Lato Medium";
    src: url('../fonts/Lato-Medium.ttf');
}

@font-face {
    font-family: "Lato Bold";
    src: url('../fonts/Lato-Bold.ttf');
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-family: "Lato Regular", "Verdana", "Arial" !important;
  display: flex;
  flex-flow: column;
}

.main-container {
  padding-top: 70px; /*56px for height of navbar, + 14px for better look*/
}

h1 {
  font-family: "Cera Round Pro Medium", "Verdana", "Arial" !important;
}

.scss.navbar-brand {
  font-family: "Cera Round Pro Medium", "Verdana", "Arial" !important;
  font-size: 2em;
}

.section-title  {
  font-family: "Cera Round Pro Medium", "Verdana", "Arial" !important;
  font-size: 5em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.7em;
}

@media (max-width: 991px) {
  .section-title  {
    font-family: "Cera Round Pro Medium", "Verdana", "Arial" !important;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 0.5em;
  }
}

.section-subtitle, .section-slogan  {
  font-family: "Lato Medium", "Verdana", "Arial" !important;
  font-size: 2.4em;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-slogan  {
    font-family: "Lato Medium", "Verdana", "Arial" !important;
    font-size: 1.4em;
    line-height: 1.2;
  }
}

.white  {
  color: white;
}

.roman-silver {
  color: #928695;
}

.bg-darkVanilla {
  background-color: #cdb4a7;
}

.scss.content-section {
  padding-top: 4em;
  padding-bottom: 2em;
}

.img-fill-width-700 {
  width: 100%;
  max-width: 700px;
}

.img-fill-width-500 {
  width: 100%;
  max-width: 500px;
}

.scss.container-fluid.light {
  background-color: #ffffff;
}

.scss.container-fluid.pattern {
  background: url(images/pattern_dkVanilla_light.svg) center center repeat;
  background-size: 4000px 4000px;
}

.row .scss.center-col {
  text-align: center;
  padding-right: 1em;
}

.row .scss.right-col {
  text-align: right;
}

.row .scss.left-col {
  text-align: left;
}

.email  {
  height: 0.9em;
  margin-top: 0.35em !important;
}

.scss.center-col img, .scss.center-col h3, .scss.center-col p {
  margin: 20px 0 10px 0;
}

.height-200 {
  min-height: 200px;
  padding-top: 2em;
}

@media (max-width: 575px) {
  /*required due to bootstrap customisation of container-fluid*/
  .scss.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/**
 * Footer Styles
 */

 footer.bg-dark {
   color: #f2e9e4;
 }

.footer-custom {
  padding: 1rem;
  color: #f2e9e4;
  text-align: center;
  border-top: 2px solid #cdb4a7;
}

.footer-custom a{
  color: #ccc;
}

.footer-custom .copyright {
  color: #cdb4a7;
  font-size: 0.7em;
  padding: 10px 15px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
.footer hr {
  border-color: #f2e9e4;
}
