* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #E4E7E9;
 }

.logo {
	max-width:50%;
	max-height: 5%;
}

.logo-small {
	display: none;
}


nav {
	background-color: #222;
	padding: 0 15px;
	top: 0;
	position: sticky;
	z-index: 1;
}

nav a {
	color: white;
	text-decoration: none;
}

nav a:hover {
	color: lightgrey !important;
	text-decoration: underline;
}

.menu,
.submenu {
	list-style-type: none;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.menu li a {
	display: block;
	padding: 15px;
}

.toggle {
	font-size: 20px;
}

.toggle a {
	color: white !important;
}

.item {
	width: 100%;
	text-align: center;
	display: none;
}

.active .item {
	display: block;
	text-align: left;
}

.submenu {
	display: none;
}

.submenu-active .submenu {
	display: block
}

.has-submenu > a::after {
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	content: "\25bc";
	color: white;
	padding-left: 5px;
}

.subItem a {
	padding: 10px 15px;
}

.submenu-active {
	background-color: #111;
	border-radius: 3px;
}

.menu li.subItem a {
	padding: 15px;
}

@media all and (min-width: 900px) {
	.menu {
		align-items: flex-start;
		flex-wrap: nowrap;	
	}
	
	.logo {
		order: 0;
		flex: 1;
	}
	
	.item {
		order: 1;
		position: relative;
		display: block;
		width: auto;
	}
	
	.submenu-active .submenu {
		display: block;
		position: absolute;
		left: 0;
		padding-left: 5px;
		top: 55px;
		background: #111;
		width: 100%;
		text-align: left;
	}
	
	.toggle {
		display: none;
	}
	
	.submenu-active {
		border-radius: 0;
	}
}


/*@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}*/

@media only screen and (max-width: 700px) {
	.logo-big {
		display: none;
	}
	
	.logo-small {
		display: block;
	}
	
	h3, h4 {
		font-size: 1rem !important;
		line-height: 1.2rem !important;
		font-weight: 600 !important;
	}
	.icon {
		display: block;
	}
	.slideshow-container {
		display: none !important;
    	height: 40vh !important;
    	margin: auto;
	}
	
	.slideshow-container-mobile {
		display:  block !important;
	}
	
	.slideshow-container-mobile .slide {
		display: none;
		height: 100%;
		width: 100%;
	}

	.slideshow-container-mobile .slide img {
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}
	
	.prev, .next {
		margin-top: -180px !important;
	}

}

@media only screen and (max-width: 1000px) {
	.overlay-section .item {
    width: 200px;
    height: 100px;
    background-color: #e4e7e9;
    margin: 30px 10px 0px 10px !important;
    text-align: center !important;
    border-radius: 5px;
    display: flex;
}
}

p {
	font-size: 1rem !important;
	line-height: 1.4rem !important;
}

h2, h5 {
	color: #5986B3;
	font-weight: 700 !important;
	padding: 10px 0 0 0;
}

h2 {
	line-height: 1.4rem !important;
}

h3, h4 {
	font-size: 1.4rem !important;
	line-height: 1.6rem !important;
}

h3 {
	background-color: #8DACCB;
	padding: 10px;
}

h4 {
	padding: 15px 0 10px 0px;
}

h5 {
	font-size: 1.2rem !important;
	line-height: 1.2rem !important;
}

.text-align-center: {
	text-align: center !important;
}

.icon {
	display: none;
}

.menu,
.submenu {
	list-style-type: none;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.menu li a {
	display: block;
	padding: 15px;
	align-items: left;
}
	
.slideshow-container {
    height: calc(100vh - 300px) !important;
    margin: auto;
}

.slideshow-container .slide {
    display: none;
    height: 100%;
    width: 100%;
}

.slideshow-container .slide img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.slideshow-container-mobile {
	display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 0px 25px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
	color: white;
}

.dots {
	margin-top: -40px;
	text-align: center;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color:#bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot.active {
	background-color:#717171;
}

.overlay-section {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.overlay-section .item {
    width: 200px;
    height: 100px;
    background-color: #e4e7e9;
    margin: 20px 50px 0px 50px;
    text-align: center !important;
    border-radius: 5px;
    display: flex;
}
	
.list-container {
	width: 100%;
}

.list-container ul li{
	color: black;
	font-size: .8rem;
	line-height: 1.2rem;
}

.named-anchor {
	font-size: 1rem;
	text-weight: 700;
	padding: 10px;
	margin: 5px 0px;
	line-height: 1.3rem;
}

.named-anchor a {
	color: #4B78A5;
	text-decoration: underline;
}

.named-anchor a:hover{
	color: black;
	text-decoration: underline;
}

.named-anchor-top {
	scroll-margin-top: 92px;
}

.list {
	color: black;
	font-size: .9rem !important;
	text-align: left;
	
	margin: 0 0 5px 0;	
}


.item-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
		
}

.item-content .item h5{
	text-align: center;
	color: black;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

ul .list a {
	color: #54595d;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1rem;
}

ul .list a:hover {
	color: #54595d;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1rem;
	text-decoration: underline;
}

.container {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
	width: 750px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
	width: 80%;
	margin-left: 0px;
	line-height: 2rem;
    }
}

.service-container {
	padding: 20px;
}

.service-container .services {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	
    display: -webkit-flex;
    -webkit-justify-content: center;
    
}

.service-container .services .service-item {
	margin: 20px 0;
	background: #fff;
	border-radius: 10px;
	border-style: solid;
	border-color: #8DACCB;
}

.service-container .services .service-item p {
	padding: 10px !important;
}

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}

.back-to-top a {
	color: black;
}

.back-to-top a:hover {
	color: #8DACCB;
}


.price {
  font-family: Arial, Helvetica, sans-serif;
}

.price td, .price th {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  color: black;
}

.price th {
	font-size: 1rem;
	line-height: 1.5rem;
	vertical-align: top;
	background-color: #8DACCB;
}


.footer-container {
    padding-top: 20px 0 5px 0;
    background-color: #11477e;
    color: #ffffff;
}

.footer-contact {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding-top: 10px;
	padding-left: 0px !important;
}

.footer-container ul li a {
    color: white;
    margin-right: 40px;
    text-decoration: none;
}

.footer-container ul li a:hover {
    color: #BCBCBC;
    margin-right: 40px;
}

.copyright-container {
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #11477e;
}

.copyright-text {
	font-size: .75rem !important;
	color: #BCBCBC;
}