/*
 * Globals
 */

 @font-face {
   font-family: "Brownhill_Script";
   src: url('../fonts/Brownhill_Script.ttf') format("truetype");
 }
 @font-face {
   font-family: "Butler_Regular";
   src: url('../fonts/Butler_Regular.otf') format("truetype");
 }

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html {
  height: 100%

}
body {
  height: 100%;
  background-color: #fff;
  background-image:url(../img/cover.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.cover-container {
  max-width: 42em;
}

.eben_uptile {
  font-family: "Brownhill_Script", sans-serif !important;
  font-style: normal;
  font-size: 30px;
  color:#D9A46C;
}
.eben_title {
  font-family: "Butler_Regular", sans-serif !important;
  font-style: normal;
  font-size: 40px;
  color:#253138;
}
.eben_text {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-size: 13px;
  text-align: justify;
  color:#253138;
}
.eben_minitext {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-size: 10px;
  color:#253138;
}
.containerEben {
  margin: 30px 30px 30px 30px;
}

.logo-img path {
  fill: #253138;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 1.5 1.5rem;
  background-color: #fff;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
