/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 136px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

h2 {font-family: 'Prompt', sans-serif;
  
}
h3{font-family: 'Prompt', sans-serif;
  text-shadow: -2px 0 black, 0 2px black,
  2px 0 black, 0 -2px black;
  
}
h4{font-family: 'Prompt', sans-serif;  
}

p {font-family: 'Prompt', sans-serif;
    font-size: 17.5px;
    line-height: 15px; 
    word-wrap: break-word; 
    
    
    

}

nav {font-family: 'Prompt', sans-serif;
  font-size: 19px;
  color: black;


}


.active-pink-4 input[type=text]:focus:not([readonly]) {
  border: 1px solid #f48fb1;
  box-shadow: 0 0 0 1px #f48fb1;
  }

  @-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }

