.tada {animation-delay: 2s;}

@media (min-width: 768px) {
    header .header-content{top:30%;-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%);}
}

div.header-content {
    background-image: url(/joomlatools-pages/theme/img/header.jpg);
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    color: #fff;
}

div.page-header-content-inner.center-me p {
    margin-bottom: 50px;
}

div.page-header-content-inner {
    padding-top: 50px;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
}

hr.light {
    border-color: #fff;
    height: 3px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.text-primary {
    color: #F05F40;
}

.text-muted {
    color: #777;
}

h2 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
}


h1.center-me,
h2.center-me,
h3.center-me,
h4.center-me,
p.center-me,
div.center-me {
    text-align: center!important;
}

h2.section-heading {
    margin-bottom: 20px;
}

h2.section-heading.dark {
    color: #333;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.text-faded {
    color: rgba(255,255,255,.7);
    margin-top: 10px;
}

a.btn.btn-primary.btn-xl.page-scroll.animated.tada {
    color: #fff;
    background-color: #F05F40;
    background-image: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

@media (min-width: 768px) {
    a.btn.btn-primary.btn-xl.page-scroll.animated.tada {
        margin-bottom: 250px;
    }
}

.btn {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;  
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-bottom: 50px; 
}

a.page-scroll.btn.btn-default.btn-xl.sr-button {    
    color: #fff;
    background-color: #40d1f0;
}

a.page-scroll.btn.btn-default.btn-xl.sr-button:hover {background-color: #39bcd8;}


.container-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-item {
    width: 75%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.eqWrap {
	display: flex;
}

.equalHMWrap {
	justify-content: space-between;
}

.eq {
	padding: 10px;
}

.equalHW {
	flex: 1;
}

section {
  padding-top: 50px;
}

.bg-primary {
  background-color: #F05F40;
}

body > footer > div > hr {display: none;}

.bg-thank-you {background-color: rgba(42, 151, 255, 0.76);}
.text-white {color: #ffffff;}

/* MailChimp Form */

#mc_embed_signup .mc-field-group input {color:#000000;}