a:hover {
	text-decoration: none;
}

/* Header */
.logo img {
	width: 385px;
}

.header > .row {
	align-items: center;
}

.topbar {
	display: none;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	font-weight: 400;
}

.head-text-small {
	display: none;
	font-weight: 400;
	line-height: 1.3;
	font-size: 18px;
	padding-left: 20px;
}

.header .call-today-text {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

.header .call-today {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
}

.header .head-text-large {
	font-size: 17px;
	text-align: right;
	padding-left: 35px;
}

/* Body */
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #0a0a0b;
}

h1, h2, h3, h4, h5, .slide_header {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h1, .sidebar h4 {
	margin-top: 17px;
}

/* Navbar */
.navbar {
	background-color: #003466;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar li.nav-item > .nav-link {
	padding: 15px 8px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.navbar li.nav-item > .nav-link:hover {
	color: #ffffff;
}

/* Homepage */
.glide {
	max-width: 1920px;
	margin: auto;
}

.glide__track {
	background-image: url('/images/slider.jpg');
	background-position: center;
	background-size: cover;
}

.glide .glide__slide {
	height: 360px;
	text-align: left;
}

.glide .glide__slide .slide_container {
	max-width: 100%;
	flex-basis: 600px;
	color: #ffffff;
	margin-top: 60px;
}

.glide .glide__slide .slide_container .slide_header {
	font-size: 31px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.glide .glide__slide .slide_container .slide_text {
	background: #00000094;
	padding: 20px 10px;
	position: relative;
	font-size: 25px;
	margin-bottom: 16px;
	line-height: 1.3;
}

.glide .glide__slide a.btn {
	background: #fba506;
	font-size: 21px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #3a3a3a;
	color: #fffcfc;
	padding: 7px 20px;
	transition: background-color 0ms;
}

.glide .glide__slide a.btn:hover {
	background: #ee9d06;
}

/*About Page */
figure {
	float: left;
	width: 45%;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	line-height: normal;
	text-indent: 0;
	margin: 6px .8em 5px 0;
	padding: 0.5em 0.5em 0.1em 0.5em;
	border: thin silver solid;
}

figcaption {
	padding: 4px 0 5px 0;
}

img.scaled {
	width: 100%;
}

figure {
	min-width: 150px;
}

/* Misc */
.phone-number {
	color: inherit;
	white-space: nowrap;
}

.phone-number:hover {
	color: inherit;
	text-decoration: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

/* Sidebar */
.sidebar img {
	max-width: 100%;
}

.sidebar h4 {
	text-transform: uppercase;
}

.sidebar .row a:first-child {
	align-self: center;
	padding: 0 7px 0 27px;
}

.sidebar .row a:last-child {
	align-self: center;
	padding: 0 27px 0 7px;
}

/* Contact Form */
.errorlist {
	list-style: none;
	background: #f2dede;
	border: 2px solid #f2c4c4;
	border-radius: 3px;
	color: #ac1616;
	padding-left: 20px;
}

.form-error {
	display: none;
}

.form-error > div {
	color: #b94a48;
	font-size: 15px;
}

#contact-form .error_field {
	border-color: #b94a48;
}

#contact-form .form-comment {
	position: absolute;
	left: -9999px;
}

#contact-form .col-form-label {
	font-weight: 400;
}

#contact-form .btn {
	background: #265480;
	border-color: #003466;
}

#contact-form .btn:hover {
	background: #003466;
}

/* Footer */
footer {
	background-color: #265480;
	color: #ffffff;
}

footer .footer-details {
	padding: 40px 0;
}

footer .copyright {
	border-top: 1px solid #918f8f;
	padding: 13px 0 16px;
	font-size: 13px;
	color: #ccc;
}

footer .copyright .designed {
	float: right;
}

footer .copyright .designed a {
	color: inherit;
	text-decoration: none;
}

/* Start Media Queries*/
/* Order max-width only from largest to smallest */
/* Range queries between
/* order min with from smallest to largest */
@media (max-width: 1199px) {
	.header .head-text-large {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.header .head-text-large {
		font-size: 15px;
	}

	.navbar > .container {
		min-height: 40px;
	}

	.navbar .navbar-toggler {
		font-size: 16px;
		padding: 2px 6px;
	}

	.navbar .navbar-toggler:focus {
		outline: 0;
	}

	#navbarResponsive {
		position: absolute;
		background: #003466;
		z-index: 10;
		left: 0;
		right: 0;
		top: 40px;
	}

	#navbarResponsive .nav-item {
		border-top: 1px solid #054079;
	}

	#navbarResponsive .nav-link {
		padding: 11px 15px;
		max-width: 720px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}

	footer .copyright .designed {
		float: none;
	}

	.glide .glide__slide {
		height: auto;
	}

	.glide .glide__slide .slide_container {
		margin-top: 30px;
	}

	.glide .glide__slide .slide_container .slide_text {
		font-size: 19px;
	}

	.glide .glide__slide .slide_container .slide_header {
		font-size: 27px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .navbar-brand {
		margin-right: 0;
	}

	.header .call-today {
		display: none;
	}

	.header .head-text {
		padding-left: 0;
	}

	.topbar {
		display: block;
	}

	.header .head-text-large {
		font-size: 13px;
	}

	.sidebar img {
		padding-right: 10px;
	}

	.sidebar .row img {
		max-width: 80%;
		padding: 0;
	}

	.sidebar .row a {
		text-align: center;
	}

	.sidebar .row a:first-child {
		padding: 0 0 0 22px;
	}

	.sidebar .row a:last-child {
		padding: 0 33px 0 1px;
	}

	#navbarResponsive .nav-link {
		max-width: 540px;
		margin: auto;
	}
}


@media (max-width: 530px) {
	.header .logo {
		padding-right: 0;
	}

	.head-text-large {
		display: none;
	}

	.head-text-small {
		display: block;
		padding-left: 0;
		font-size: 15px;
	}

	.header .head-text {
		padding-left: 15px;
	}
}

@media (max-width: 470px) {
	.header .logo {
		padding-right: 0;
	}

	.head-text-small {
		display: block;
		padding-left: 0;
		font-size: 15px;
	}

	.head-text {
		display: none;
	}

	.logo {
		flex: auto;
        max-width: 92%;
	}
}

@media (min-width: 576px) {
	#contact-form .col-form-label {
		text-align: right;
	}
}