body {
  overflow-x: hidden;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.5;
}

p.text-justify {
  text-align: justify;
}

a {
  color: Red;
}

.text-primary {
  color: OrangeRed !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

hr.divider {
  color: OrangeRed;
  height: 0.2rem;
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.title-shadow
{
  /* offset-x | offset-y | blur-radius | color */
text-shadow: 1px 1px 0px black;
}

section {
  padding: 10px 0;
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.btn-primary {
  background-color: OrangeRed;
  border-color: OrangeRed;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: Red !important;
  border-color: Red !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav .navbar-toggler {
  font-size: 10px;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  background-color: OrangeRed;
}

#mainNav .navbar-brand {
	color: white;
  font-family: 'Eagle Lake', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
#mainNav .navbar-brand {
	font-size: 120%;
	}
}

@media (max-width: 767px) {
#mainNav .navbar-brand {
	font-size: 100%;
	}
}

#mainNav .navbar-nav .nav-item {
  font-size: 72%;
  padding-left: 0.75em;
  letter-spacing: 1px;
}

#mainNav .nav-link {
  color: white;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1 {
  font-family: 'Eagle Lake', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 360px;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.5rem;
  }
  header.masthead h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  header.masthead {
    padding-top: 300px;
    padding-bottom: 10;
  }
  header.masthead p {
      font-size: 1.2rem;
    }
    header.masthead h1 {
      font-size: 1.2rem;
    }
}

#logo-navbar {
  height: 30px;
  width: 30px;
}

#logo-button {
  height: 40px;
  width: 40px;
}

.card {
  min-width: 256px;
}