/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
    color: #54595F;
    font-family: 'Raleway','Roboto',Helvetica,Arial,sans-serif;
    font-size: 17px;
    letter-spacing: 0.1px;
}
a {
    color: #158bc5;
}
h1 {
    font-size: 1.7em;
    color: #158bc5;
}
h2 {
    font-size: 1.5em;
    padding-bottom: 10px;
    /* color: #dd0079; */
    color: #158bc5;

}
h3 {
    font-size: 1.25em;

}


.carousel-item {
  height: 45vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}

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

@media screen and (max-width:480px){
h1 {
    font-size: 1.5em;
    text-transform: uppercase
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
}
}

