/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/styles)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logostyles-nav/blob/master/LICENSE)
 */
:root {
	--primaryColor: #30a3ae;
	--accentColor: #ae5130;
}

body {
	padding-top: 100px;
	background-size: cover;
	background-attachment:fixed;
	background-position:center;
	font-size:1.1rem
}


@media only screen and (max-width: 768px) {
  body {
	/* The file size of this background image is 93% smaller
	   to improve page load speed on mobile internet connections */
	background-attachment: inherit;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:0px 100px;
  }
}

@media only screen and (max-width: 992px) {
  .services > div {
	  margin-bottom: 20px;
  }
}

.container-fluid {
	padding-top: 20px;
	padding-bottom: 20px;
}

.white {
	background-color: #fff;
}

.trans {
    background-color: rgb(224,241,243, .85);
	color: #000;
}

.trans p {
	text-shadow: 0 0 6px #fff;	
}

h1, h2, h3, h4 {
    color: var(--primaryColor);

}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

a {
	color: var(--primaryColor);
}

a:hover {
	text-decoration: none;
}

.breadcrumb {
	background-color:var(--primaryColor);
}

.breadcrumb a{
	color: #fff;
}

header.interior{
	height: 200px;
    background-color: rgb(48,163,174, .75);
}

header.interior .container{
	padding-top: 10px;
	border-radius: 10px;
}

header.interior img{
	width: 100%
}

header h1, header h2, header h3, header h4 {
    color: #fff;
	font-family: 'Parisienne', cursive;
}

header.interior h1 {
	font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
	header.interior h1 {
		font-size: 2.5rem;
	}
}

header.interior h1, header.interior h2, header.interior h3, header.interior h4 {
    color: #e0f1f3;
	text-shadow: var(--accentColor) 1px 1px 4px;
	padding-top:30px;
}

#carouselExampleIndicators {
	background: #fff;
}

#carouselExampleIndicators .carousel-item {
  min-height:200px;
  max-height: 800px;
  overflow:hidden;
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#carouselExampleIndicators .carousel-item img {
	width: 100%;
	overflow:hidden;
}

#carouselExampleIndicators .carousel-caption {
	border-radius: 10px;
    background-color: rgb(48,163,174, .65);
	width:auto;
	max-width: 400px;
	margin: auto;
	font-family: 'Parisienne', cursive;
	text-shadow: var(--accentColor) 1px 1px 2px;
	top: 40px;
	bottom: auto;
}

.carousel-caption h2 {
	margin-bottom: 0;
}
.color{
    background-color: rgb(48,163,174, .15);
	padding:40px 0;
}

nav {
	border-bottom: 4px solid var(--accentColor);
	box-shadow: rgba(0, 0, 0, .5) 0px 2px 5px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
	opacity: .8;
	font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
	opacity: 1.0;
}

.navbar-light {
	background-color: var(--primaryColor);
}

.navbar-light .navbar-toggler {
    color: rgb(48,163,174);
    border-color: rgb(48,163,174,.5);
}

.navbar-light .navbar-toggler:focus {
    color: rgb(48,163,174);
}

button:focus {
	outline-color: rgb(48,163,174);
}

.btn-primary {
    background-color: rgb(48,163,174);
    border-color: rgb(48,163,174);
}

.btn-primary:hover {
    background-color: rgb(48,163,174, .15);
    border-color: rgb(48,163,174);
	color: var(--primaryColor);

}

.breadcrumb {
	border-left: 10px solid var(--accentColor);
	border-radius: 10px;
}

.breadcrumb-item.active {
    color: var(--accentColor);
}

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

.bg-color { background-color:var(--primaryColor)}

.logo {
	max-height: 95px;
	border-radius: 10px;
	background-color: #e0f1f3;
	padding: 10px
}

.img-circle {
	border-radius: 10px;
	max-height: 200px;
}

.img-thumbnail {
	border: 1px solid var(--accentColor);
	border-left: 10px solid var(--accentColor);
	border-radius: 10px;
	padding: 0px;
    max-width: 100%;
    height: auto;
}

.image {
	border: 1px solid var(--accentColor);
	border-left: 10px solid var(--accentColor);
	border-radius: 10px;
}



.modal-content {
    background-color: var(--primaryColor);
	border-radius: 10px;
}

.modal-body {
    padding: 8px;
}

.services{
    padding: 40px 0;
	text-align: center;
}
.services > div > div{
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	transition: 0.2s;
}
.services > div > div:hover{
	margin-top: -10px;
	margin-bottom: 10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, .5) 0px 5px 7px 0px;
    background-color: rgb(224,241,243);
	transition: 0.5s;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*-------------------------------*/
/*         Block Quotes          */
/*-------------------------------*/

blockquote {
border: 1px solid var(--primaryColor);
border-left: 10px solid var(--primaryColor);
border-radius: 0px;
background: #e0f1f3;
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 40px;
}
 
blockquote p {
margin: 0;
line-height: 30px;
padding-bottom: 20px;
}
 
blockquote .small {
display: block;
font-size: 80%;
color: brown;
text-align: right;
}

blockquote.inverse {
border: 1px solid var(--accentColor);
border-left: 10px solid var(--accentColor);
background: var(--primaryColor);
color:#e0f1f3;
}

blockquote.inverse > small > strong {
color:#e0f1f3;
}

/*-------------------------------*/
/*            Gallery            */
/*-------------------------------*/

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}

.rounded {
	border-radius: 10px!important;
}

strong {
	color: var(--primaryColor);
}

iframe {
border: 1px solid var(--accentColor);
border-left: 10px solid var(--accentColor);
border-radius: 10px;
padding: 10px;
background: var(--primaryColor);
margin-bottom: 20px;
}