@import url("https://fonts.googleapis.com/css?family=Roboto:400,700|Monoton:400,700|Libre+Baskerville:400,700|Crimson+Text:400,700");

/*
 * Globals
 */

h2 {
  font-size: 25px;
  color: #4eb648;
}

/* Links */
a,
a:focus,
a:hover {
  color: #4eb648;
  font-family: "Roboto", sans-serif;
}

.social i {
  color: #ffffff;
  font-size: 30px;
}

p {
  font-family: "Roboto", sans-serif;
}

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

/*
 * Base structure
 */

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

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  background: url("../1681912907312.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

.cover__overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Cover
 */
.cover {
  padding: 1.5rem;
  /* height: 360px; */
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .cover {
    min-width: 800px;
  }
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.cover-container h6 {
  margin-top: 20px;
  font-style: italic;
}

.cover-container p {
  color: #4eb648;
  margin-bottom: 5px;
}

.cover-container h3 span {
  color: #4eb648;
}

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