/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

section {
  padding: 80px 0;
}

.font-footer {
	font-size:1em;
}

.font-title {
	font-size:1.25em;
}

.font-contact {
	font-size:1.25em;
	font-weight:bold;
}

.font-contact-details {
	font-size:1.25em;
}

#mainNav
{
	background-color: #0288D1!important;
}

.carousel-item {
	height: 65vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }

.bg-dark {
	background-color: #0288D1!important;
}

.bg-footer {
	background-color: #343a40!important;
}

/* Contact */

#contact {
	background:#222;
}

.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}


.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary {
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
}

/* @media only screen and (max-width: 1200px) { */
  .title-box {
    
	display:inline-block!important;
	background: rgba(2, 136, 209, 0.6);
	padding-left:10px;
	padding-right:10px;
  }
  
.carousel-caption {
	right:35%!important;
	left:35%!important;
}

@media only screen and (max-width: 1300px) {
	.carousel-caption {
	right:30%!important;
	left:30%!important;
}
}

@media only screen and (max-width: 900px) {
	.carousel-caption {
	right:25%!important;
	left:25%!important;
}
}

@media only screen and (max-width: 700px) {
	.carousel-caption {
	right:15%!important;
	left:15%!important;
}
}

@media only screen and (max-width: 450px) {
	.carousel-caption {
	right:5%!important;
	left:5%!important;
}
}

.titles {
	font-size:2em;
}

#contact {
	text-align: center;
}

img.zoom {
    width: 100%;
    height: 250px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.page-top{
	margin-top:40px;
}     
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
 border-bottom: none;
}
.modal-title {
	color:#000;
}
.modal-footer{
  display:none;  
}
	
#page-content {
  flex: 1 0 auto;
}
	
	#sticky-footer {
  flex-shrink: none;
}

html,
body {
  height: 100%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0288D1;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover{
	color:#0288D1;
	background-color:#FFF;
}

.my-float{
	margin-top:16px;
}