/* B A S E - S T Y L E S */
@import url(https://fonts.googleapis.com/css?family=Avenir Next);
@import url(https://fonts.googleapis.com/css?family=Avenir Next);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html,
body {
  height: 100%;
  background-color: #F6F5F4;
}
body {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.5em;/* same as 24px*/
  color: #1F1751;
  width: 100%; 
}
a, a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: #4392f1;
}
h1.display-3 {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  color: #1F1751;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
p.lead {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;/* same as 24px*/
  color: #1F1751;
  width: 100%; 
  margin-bottom: 2rem;
}
h1.display-1a {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  color: #1F1751;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 3rem;
}
h1.lead-1a {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;/* same as 24px*/
  color: #1F1751;
  width: 100%; 
  margin-bottom: 2rem;
}
a.btn.btn-primary.btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #1F1751;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
/***********************************************/
/***************** Navigation ******************/
/***********************************************/
.navbar {
      height :75px;
      position : fixed;
      top      : 0 ;
      width    : 100%;
      transition: top 0.4s ease-in-out;
      background-color : #F6F5F4;
      z-index: 9999;
    }
.nav-up{
            top : -170px;
        }
/***********************************************/
/***********************************************/
/***************** Navigation ******************/
/***********************************************/
.navbar-expand-lg {
  height: 75px;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  background-color: #F6F5F4;
  z-index: 9999;
}

.nav-up {
  top: -170px;
}

/***********************************************/
.navbar-toggler{
    width: 50px;
    height: 34px;
    background-color: transparent;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #1F1751;
    margin-bottom: 7px;
}
.navbar-toggler:focus {
  color: #4392f1;
  width: 50px;
  height: 34px;
  background-color: transparent;
  border:none;
}
li a {
  color: #1F1751;
}
li a:hover, .nav>li>a:focus, .nav>li>a:active{
  color: #4392f1;
}
button:focus {
    outline: 1px;
    outline: 1px;
}
.navbar-nav .nav-link {
    background-color: #F6F5F4;
}
/***********************************************/
/***************** Masthead ******************/
/***********************************************/
.masthead {
  height: 97vh;
  min-height: 500px;
 /*  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* 50/50 split */
.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}
.overflow-hidden { overflow: hidden; }
/***********************************************/
/***************** Banner ******************/
/***********************************************/
#banner {
  min-height: 350px;
  background-color: #1F1751;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#banner h2 {
  margin-top: 2rem;
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.banner-btn {
    color: #1F1751;
    background-color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
/***********************************************/
/***************** Logo ************************/
/***********************************************/
.logo {
    font-size: 24px;
    font-family: 'Roboto',bold, Arial,Helvetica,sans-serif;
    color: #1F1751;
    font-weight: 700;
}
/***********************************************/
/***************** Headings*********************/
/***********************************************/
.about-heading {
  margin-top: 170px;
}
.casestudies-heading {
  margin-top: 200px;
  margin-bottom: 20px;
}
.mb-0, .my-0 {
    margin-bottom: 0.5rem!important;
}
/***********************************************/
/***************** Mobile CSS *******************/
/***********************************************/
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  h1.display-1a {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  color: #1F1751;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 50px;
}
p.lead-1a {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;/* same as 24px*/
  color: #1F1751;
  width: 90%; 
  margin-bottom: 2rem;
}
}
