/*--------------------------------------
Navigation
   -------------------------------------- */
.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #BF7A94;
    padding-left:50px;
    padding-right:50px;
}
.navbar-nav > li{
  padding-left:10px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #F291A4;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #BF7A94;
    font-family: 'classico-urw', sans-serif;
    font-size: 32px;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #BF7A94;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #F291A4;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #BF7A94;
}

/* Change navbar styling on small viewports */
@media (max-width: 992px) {
.navbar {
  background: #fff;
    }

.navbar .navbar-brand, .navbar .nav-link {
  color: #BF7A94;
    }
}
.fa-cog {
  color: #BF7A94;
}

.navbar {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.navbar-hide {
  pointer-events: none;
  opacity: 0;
}
/* --------------------------------------
   Hero Image + Typography
   -------------------------------------- */
.masthead {
  position: relative;
  width: 100%;
  height: 600px;
  min-height: 300px;
  padding: 10em 0 ;
  background: url("img/clouds.gif");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
} 

a:link {
  color: #BF7A94;
}

a:visited {
  color: #BF7A94;
}

a:hover {
  color: #F291A4;
}

a:active {
  color: #F291A4;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .landinghead {
    position: relative;
    width: 100%;
    padding-top: 8em;
} 
  body {
      font-family: 'europa', sans-serif;
      font-size: 14px;
      font-weight: 100;
      color: #32333A;
  }

  h1 {
    font-family: 'classico-urw', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #32333A;
    padding-bottom: .5em;
  }
  
  h2 {
    font-size: 24px;
    font-weight: 400;
    color: #32333A;
    padding-bottom: .7em;
  }
  
  h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ABAEC7;
    padding-bottom: 1em;
  }
  
  h4 {
    font-family: 'classico-urw', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #284173;
    padding-bottom: .5em;
  }
  
  h5 {
    font-size: 20px;
    font-weight: 600;
    color: #284173;
    display: inline;
    text-transform: uppercase;
    }
  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
  .landinghead {
      position: relative;
      width: 100%;
      padding-top: 8em;
  } 
  body {
      font-family: 'europa', sans-serif;
      font-size: 18px;
      font-weight: 100;
      color: #32333A;
  }
  
  h1 {
      font-family: 'classico-urw', sans-serif;
      font-weight: 400;
      font-size: 42px;
      line-height: 1.4em;
    }
  
  h2 {
    font-size: 32px;
    font-weight: 400;
  }
  
  h3 {
    font-size: 18px;
    color: #ABAEC7;
    font-weight: 600;
    text-transform: uppercase;
  }
  h4 {
    font-family: 'classico-urw', sans-serif;
    font-size: 42px;
    color: #284173;
    line-height: 1.4em;
  }

  h5 {
    font-size: 18px;
    color: #284173;
    font-weight: 600;
    text-transform: uppercase;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
  .landinghead {
      width: 100%;
      padding-top: 8em;
  }

  body {
      font-family: 'europa', sans-serif;
      font-size: 12px;
      font-weight: 100;
      color: #161616;
  }
  
  h1 {
      font-family: 'classico-urw', sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.3em;
      padding-bottom: 1em;
    }
  h2 {
      font-size: 22px;
      font-weight: 400;
    }
  h3 {
      font-size: 16px;
      color: #ABAEC7;
      font-weight: 500;
      text-transform: uppercase;
    }
  h4 {
    font-family: 'classico-urw', sans-serif;
    font-size: 42px;
    color: #284173;
    line-height: 1.4em;
    }
  h5 {
      color: #284173;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
    }
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
  .landinghead {
      position: relative;
      width: 100%;
      padding-top: 8em;
  } 

  body {
      font-family: 'europa', sans-serif;
      font-size: 18px;
      font-weight: 100;
      color: #161616;
  }
  h1 {
      font-family: 'classico-urw', sans-serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 1.3em;
      padding-bottom: 1em;
    }
  h2 {
      font-size: 24px;
      font-weight: 400;
    }
  h3 {
      font-size: 18px;
      color: #ABAEC7;
      font-weight: 500;
      text-transform: uppercase;
    }
  h4 {
    font-family: 'classico-urw', sans-serif;
    font-size: 42px;
    color: #284173;
    line-height: 1.4em;
    }
  h5 {
      color: #284173;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
    }

.h1-wp {
    font-family: 'classico-urw', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.3em;
    padding-bottom: 1em;
}
  }
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
  .landinghead {
      position: relative;
      width: 100%;
      padding-top: 8em;
  } 
  body {
      font-family: 'europa', sans-serif;
      font-size: 18px;
      font-weight: 100;
      color: #161616;
  }
  
  h1 {
      font-family: 'classico-urw', sans-serif;
      font-weight: 400;
      font-size: 52px;
      line-height: 1.3em;
      padding-bottom: 1em;
    }
  h2 {
      font-size: 32px;
      font-weight: 400;
    }
  h3 {
      font-size: 18px;
      color: #ABAEC7;
      font-weight: 500;
      text-transform: uppercase;
    }
  h4 {
    font-family: 'classico-urw', sans-serif;
    font-size: 52px;
    color: #284173;
    line-height: 1.4em;
    }
  h5 {
      color: #284173;
      font-size: 32px;
      font-weight: 600;
      text-transform: uppercase;
    }
  }
  
/* --------------------------------------
   Buttons
   -------------------------------------- */
/* Extra small devices (phones, 600px and down) */  
.btn {
  background-color: #BF7A94;    
  color: #F9F9F9;
  padding: 1em 2em;
  font-size: 12px;
  font-family: 'europa', sans-serif;
  font-weight: 300;
  letter-spacing: .15rem;
  border: 0;
  border-radius: 50px;
}

.btn-primary {
    background-color: #BF7A94;    
    color: #F9F9F9;
    padding: 1em 2em;
    font-size: 12px;
    font-family: 'europa', sans-serif;
    font-weight: 300;
    letter-spacing: .15rem;
    border: 0;
    border-radius: 50px;
  }
  
a.btn-primary:hover {
    background-color: #F291A4;
    }

a.btn-primary {
  color: #ffffff;
}
/* --------------------------------------
  About
   -------------------------------------- */
.about-section {
  padding-top: 8em;
  padding-bottom: 3em;
}

.about-section p {
  margin-bottom: 1rem;
}

.about-section .about-text {
  padding: 8em;
}

.projects-section .about-text hr {
  border-color: #FDE1AA;
  border-width: .25rem;
  width: 10%;
}
.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #FDE1AA 50%);
  display: inline;
}
/* --------------------------------------
  Projects
   -------------------------------------- */
.projects-section {
  padding: 2em;
}

.featured-text-right {
  padding: 2em;
}

.featured-text-left {
  padding: 2em;
}

@media (min-width: 600px) {
  .projects-section .featured-text-right {
    padding: 0 0 0 2em;
    border-left: 0.5rem solid #ABAEC7;
  }

.projects-section .featured-text-left {
  padding: 0 0 2 0em;
  border-right: 0.5rem solid #ABAEC7;
  }
}

@media (min-width: 992px) {
  .projects-section .portfolio-text {
    padding: 8em;
  }
}
/* --------------------------------------
   Sections Background
   -------------------------------------- */
.section-background {
  padding: 5rem 0 3em;
  background-color: #F8F8F7;
}

.section-background2 {
  padding: 5rem 0 3em;
  background-color: #F4F4F4;
}

.section-background3 {
  padding: 5rem 0 3em;
  background-color: #EDF8FF;
}

.section-background4 {
  padding: 5rem 0 3em;
  background-color: #F7FCFF;
}
/* --------------------------------------
   Body Background
   -------------------------------------- */
.parallax-streamloan {
  /* The image used */
  background-image: url("../streamloan/prep/sl_heroimage.png");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-wp {
  /* The image used */
  background-image: url("../workplace/wphero.png");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.body-bold {
  font-family: 'europa', sans-serif;
  letter-spacing: 0.0625em;
  font-size: 18px;
  font-weight: 600;
  color: #161616;
}
/* --------------------------------------
   Overlay
   -------------------------------------- */
.content {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
  font-weight: 100;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

/* --------------------------------------
   No-Gutters
   -------------------------------------- */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* --------------------------------------
   Back to top
   -------------------------------------- */
   #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(87, 101, 141);
    background: #2C407C;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back-to-top i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back-to-top:hover{
    background: rgb(87, 101, 141);
}
#back-to-top:hover i{
    color: #fff;
    top: 5px;
}
/* --------------------------------------
  Social Icon
   -------------------------------------- */
.social {
    margin-top: 5rem;
  }

.rotate img{
    transition: 1s ease;
    }
    
.rotate img:hover{
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
    }
/* --------------------------------------
  Dot Nav
   -------------------------------------- */
.scrollspy {
  position: fixed;
  z-index: 999;
  top: 60%;
  right: 15px;
  transform: translateY(-50%);
}
.scrollspy .nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.scrollspy .nav-menu li {
  position: relative;
  min-width: 200px;
  text-align: right;
}
.scrollspy .nav-menu li .dot {
  display: block;
  color: #fff;
  padding: 5px 0;
}
.scrollspy .nav-menu li .dot::before,
.scrollspy .nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;  
  top: 50%;  
  transition: all .3s ease;
}
.scrollspy .nav-menu li .dot::before {
  width: 5px;
  height: 5px;
  right: 0;
  border: 4px solid #BF7A94;
  transform: translateY(-50%);
}
.scrollspy .nav-menu li .dot::after {
  width: 18px;
  height: 18px;
  border: 2px solid #F291A4;
  right: -5px;
  transform: translateY(-50%) scale(0);
}
.scrollspy .nav-menu li .dot.active::before,
.scrollspy .nav-menu li:hover .dot::before {
  background: #F291A4;
  border-color: #F291A4;
}
.scrollspy .nav-menu li .dot.active::after,
.scrollspy .nav-menu li:hover .dot::after {
  transform: translateY(-50%) scale(1);  
}
.scrollspy .nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #F291A4;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 30px;
  transform: translateX(20px);
  transition: all .3s ease;
}
.scrollspy .nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: '';
  border-left: 7px solid #F291A4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  right: 0;
  transition: all .3s ease;
}
.scrollspy .nav-menu li .dot.active span,
.scrollspy .nav-menu li:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
  }
/* --------------------------------------
  Sticky
   -------------------------------------- */
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
/* --------------------------------------
  Portfolio Filter
   -------------------------------------- */
.filter-menu {
  text-align:center;
}

.filter-btn {
    background-color: #BF7A94;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    margin: 3px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
  }

.filter-btn:hover
{
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #BF7A94;
}
.btn-default:active .filter-btn:active
{
    background-color: #BF7A94;
    color: #F9F9F9;
}
/* --------------------------------------
  Page Load Effect
   -------------------------------------- */
   .fade-in{
    animation: animationFrames ease 2.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames ease 2.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: animationFrames ease 2.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames ease 2.5;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames ease 2.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
  }
  
  @keyframes animationFrames{
    0% {
      opacity:0;
      transform:  translate(0px,-25px)  ;
    }
    100% {
      opacity:1;
      transform:  translate(0px,0px)  ;
    }
  }
  
  @-moz-keyframes animationFrames{
    0% {
      opacity:0;
      -moz-transform:  translate(0px,-25px)  ;
    }
    100% {
      opacity:1;
      -moz-transform:  translate(0px,0px)  ;
    }
  }
  
  @-webkit-keyframes animationFrames {
    0% {
      opacity:0;
      -webkit-transform:  translate(0px,-25px)  ;
    }
    100% {
      opacity:1;
      -webkit-transform:  translate(0px,0px)  ;
    }
  }
  
  @-o-keyframes animationFrames {
    0% {
      opacity:0;
      -o-transform:  translate(0px,-25px)  ;
    }
    100% {
      opacity:1;
      -o-transform:  translate(0px,0px)  ;
    }
  }
  
  @-ms-keyframes animationFrames {
    0% {
      opacity:0;
      -ms-transform:  translate(0px,-25px)  ;
    }
    100% {
      opacity:1;
      -ms-transform:  translate(0px,0px)  ;
    }
  }
  
/* --------------------------------------
  Arrow Bounce
   -------------------------------------- */
  .arrow {
    text-align: center;
  }
  .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  i { color: white; text-decoration: none; 
  }