/* your styles go here */

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

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


.navbar-brand {
  padding: 0 15px;
}



.navbar-brand .logo-img-standard {
  display: none;
 }
  
@media (min-width: 500px) {
  .navbar-brand .logo-img-standard {
    display: block;
  }
  .navbar-brand .logo-img-small {
    display: none;
  }
  
}



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

#top .col-xs-5 p { font-size: 16px; }
#top .col-xs-5 a { color: white; }


.home-carousel-bg .item {
  height: 400px;
}

@media (min-width: 767px) {
  .home-carousel-bg .item {
    height: 600px;
  }
}


.home-carousel-bg .item .text-content {
  margin-top: 20%;
  color: white;
}
.home-carousel-bg .item .text-content > h1 {
  color: white;
  font-size: 300%;
}
.home-carousel-bg .item .text-content > div {
  font-size: 150%;
}

.home-carousel-bg .item .text-content.text-color-light, .home-carousel-bg .item .text-content.text-color-light > h1  {
  color: white;
}
.home-carousel-bg .item .text-content.text-color-dark, .home-carousel-bg .item .text-content.text-color-dark > h1  {
  color: black;
}






section.about-us {
	font-size: 18px;
}

.homepage_bg .owl-wrapper ul.list-style-none {
	padding-inline-start: 0;
}


.text-large { 
	font-size: 120%;
}






