/* your styles go here */
/* Example site test */

.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;
}

.box-simple h3 {
    font-size: 22px;
    padding-top: unset;
    margin-top: 20px;
    

}

.home-carousel .dark-mask {
    opacity: 0;
    filter: alpha(opacity=90);
}

:root {
    --primary-accent: #25285F;
    --navbar-border-top: #171443;
    --button-border: #25285F;
    --link-focus: #44446F;
    --form-shadow: rgba(70, 127, 191, 0.6);
    --pagination-bg: #5C5C93;
    --link-hover-bg: #36669c;
    --navbar-focus: #92b3d9;
}

p,
body,
.p,
.body {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    /*font-size: larger;*/
}

/*#content .container .row ul {
    font-size: larger;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: larger;
  padding-top: 80px;
  margin-top: -80px;
}

body,
.body {
    font-size: 18px;
}

.navbar ul.nav > li > a {
    text-decoration: none;
}

