@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
/*
 * Globals
 */

/* 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,
body {
  background-color: #333;
  font-family: 'Raleway', sans-serif;
}

html {
  margin-top:0 !important;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-image: url('https://app.prepareyourlegacy.com/users/myteam45656/Media195.jpg') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 2000px #252424e8 !important;
}

body h1 {
    font-weight:bolder;
}

.below-content {
    padding:20px;
    margin-top:50px;
    border-radius:10px;
}

.below-content img {
    width:100%;
    max-width:200px;
}

.below-content .download-calendar {
    margin-bottom:50px;
    margin-top:50px;
}
.form-embed {
    border-radius:10px;
}

.below-content .row {
    margin-top:50px;
}

.cover-container {
  max-width: 70em;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem !important;
  padding-left: 28px;
}

.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;
  }
}
header .inner {
  text-align:left;
}
header .inner img {
  width:80px;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  margin-top: 2rem !important;
}
.mastfoot .inner p {
  text-align:center;
}

@media screen and (max-width: 480px) {
    .optin-form {
        height:950px !important;
    }
}

.embed-responsive-item {
    border-radius: 10px;
}