/* your styles go here */

/* @import "bootstrap/bootstrap"; */

:root {
    --primary-accent: #2b83a3;
}

body{
    font-size: 1.5em;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.navbar-brand > h4 {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3em;
}

.home-carousel p{
    text-transform: none;
    letter-spacing: 0.05em;
    font-size: 1.4em;
}

ul.testimonials {
    position: absolute;
    left: -5000px;
}

section {
  margin-bottom: 0;
}

section.background-pentagon {
    text-align: center;
}

section.background-pentagon img{
    width: 100%;
}

.icon > i {
    font-size: 2em;
    line-height: 2em;
}