/*
 * Globals
 */

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

/* 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 {
  height: 100%;
    background: linear-gradient(45deg, #efefef 55%, transparent 55%), radial-gradient(#f9f9f9 6px, transparent 6px), radial-gradient(#f9f9f9 6px, transparent 6px), transparent;
    background-size: 100%, 24px 24px, 24px 24px, 100%;
    background-position: 0 0, -2px 6px, 10px 18px, 0 0;
    background-attachment: fixed;
}

body {font-family: acumin-pro, sans-serif !important;
font-weight: 400;
font-style: normal;
    
    
   

  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;

}


/*
 * Header
 */

h1, h1 {
    font-size: 3.5rem;
    font-family: viktor-script, sans-serif;
}
.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;
}


  .masthead-brand {
      text-align: center;
  }
  .nav-masthead {
  }

.inner {font-size: 12px;}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;    text-align: center;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: #000;text-align: center;
}

.logo {max-width: 350px;margin-top: 25px;
    width: 100%;}



#mc_embed_signup input.email {
    font-size: 16px !important;
   
    border: 1px solid #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #343434!important;
    background-color: #fff !important;
    box-sizing: border-box;
    height: 50px!important;
        padding: 0 20px!important;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}
#mc_embed_signup {
    background: transparent !important;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
}

#mc_embed_signup .button {
    text-transform: uppercase !important;
    font-size: 16px !important;
    border: none;
    -webkit-border-radius: 5px  !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    letter-spacing: .03em;
    color: #fff;
    background-color: #222 !important;
    box-sizing: border-box;
    height: 50px !important;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {background-color: #C10230 !important;}




.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: 40px !important;
    height: 40px !important;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding-top: 15px;
    border-radius: 22px !important;
    -moz-border-radius: 22px  !important;
    -webkit-border-radius: 22px !important;
    -o-border-radius: 22px !important;
}

.socialbtns .fa:hover {
	color: #ffffff;
    text-decoration: none;
	background-color: #C10230;
	border: 1px solid #C10230;
}
