body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson/Gibson-Regular.otf');
}

@font-face {
  font-family: 'Gibson-SemiBold';
  src: url('../fonts/Gibson/Gibson-SemiBold.otf');
}
html, body{
  font-family: 'Gibson' !important;
} 

h1,h2,h3,h4,h5,h6{
  font-family: "Gibson-SemiBold" !important;
}
p {
  line-height: 1.75;
  color: #454f63;
}
.theme{
  color: #454f63;
}

a {
  color: #627597;
}

a:hover {
  color: #454f63;
}

.text-primary {
  color: #627597 !important;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #454f63;
}

.page-section {
  padding-top: 50px;
}
.pd-bottom{
  padding-bottom: 50px;
}
.section{
  padding:50px 0px;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
 
}


::-moz-selection {
  background: #627597;
  text-shadow: none;
}

::selection {
  background: #627597;
  text-shadow: none;
}

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

img::selection {
  background: transparent;
}

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

.btn {
  
  font-weight: 700;
}

.btn-xl {
  padding: 10px 39px;
    font-size: 15px;
}

.btn-primary {
  background-color: #88A0CC;
  border-color: #88A0CC;
}

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

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

#mainNav {
  background-color:#fff!important;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #EB5A3F;
  
}

#mainNav .navbar-brand {
  color: #627597;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #454f63;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #454f63;
  font-weight: 500;
  margin-right: 30px;
}

#mainNav .navbar-nav .nav-item .nav-link.active{
  color: #ef5a00 !important;
}


@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color:blue;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
    margin-left: 40px;
  }
  #mainNav .collapse .navbar-nav .nav-item .nav-link{
    color: black;

  }
  #mainNav .collapse .navbar-nav .nav-item .nav-link:hover{
    color:#ef5a00;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav .navbar-nav .login.nav-item .nav-link{
    padding:10px 30px !important;
    background:#29ABE2;
    color: black!important;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #303030;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  background-image: url('../images/landing/header.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  color: #454f63;
 
}

header.masthead .intro-text .intro-heading {
  font-size: 15px;
  color: #454f63;
  margin-bottom: 25px;
  text-transform: initial !important;
    font-weight: 500;
  
}
.line-break .yesno{
  position: relative;
  color: #fff;
}
.line-break .yesno::before{
    content: "";
    width: 100px;
    height: 4px;
    display: block;
    color: black;
    background-color:white;
    position: absolute;
    top: 50%;
    left: 33%;
    right: 0;
    bottom: 0%;
   
}
.line-break .yesno::after{
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  color: black;
  background-color:white;
  position: absolute;
  top: 50%;
  left: 58%;
  right: 0%;
  bottom: 0%;
 
}
.line-break p{
  color: #fff;
  letter-spacing: 7px;
}

@media (max-width:991px){
    .yesno::before{
        display: contents !important;
    }
    .yesno::after{
        display: contents !important;
    }
}

@media (min-width: 768px) {
  
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    color: #454f63;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: bold;
   
   
  }
  header.masthead .intro-text .intro-heading {
    line-height: 32px;
    margin-bottom: 50px;
  
    
  }
}

/*** Call to Action ***/

#call-action{
  background: #6ACFF6;
  background-size: cover;
  color:#fff;
}

#call-action h3, #call-action p{
  color: #fff;
}

.app-share img{
  width:150px;
}

.wd-200{
  width: 200px;
}
.wd-150{
  width: 150px;
}
.wd-100 {
  width: 100px;
}

.footer {
background-image: url('../images/landing/footer.jpg');
background-size: cover;
 
}
.footer .link-title{
  color: #fff;
}
.footer p, .footer a{
  color: #fff;
}

.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .social img{
  width:32px;
  height:32px;
}

.footer a {
  text-decoration: none;
}

@media (max-width:768px){
  .center{
    text-align:center;
  }
  .mob-space{
    margin-top: 0 !important;
    padding-top: 30px !important;
  }
  .mob-wd{
    width: 350px;
  }
  header.masthead .intro-text{
    padding-bottom: 0px;

  }
  .page-section {
    padding: 30px 0;
}
header.masthead .intro-text .intro-lead-in{
  font-size: 30px;
    line-height: 1.1;
    text-align: center;
}
.girl-bg, .intro-text img{
  display: none;
}
}
.copyright{
 background-image: url('../images/landing/footer.jpg');
  color: #fff;
}
label{
  color: #454f63;
    font-weight: bold;
    font-size: 14px;
}
.submit{
  padding: 10px 30px;
    background: #29ABE2;
    color: #fff ;
}
.submit:hover{
  color: #fff;
}

.about-img{
  position: relative;
  top: -100px;
}
.white{
  margin-top: 90px;
  color: #fff;
}