@charset "utf-8";
.itemFooter {
	padding: 10px;
	height: 100%;
	width: 400px;
}

#footer {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #001736;
	background-position: center top;
}



.item500px {
	height: 100%;
	width: 1000px;
	padding: 10px;
}
.item20 {
	padding: 10px;
	height: 100%;
	width: 80%;
}
.addressfooter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 20px;
	
}

.wawrodesign {
	padding-bottom: 2px;
	text-align: center;
	background-color: #00112C;
	padding-top: 3px;
	width: 100%;
}
.wawrodesign p a {
	color: #001A38;
}



.flex-container .item500px ul {
	color: #6CF;
	list-style-type: none;
}

#footer .itemFooter ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}









a[href^="https"]::before {
  content: "🔗 ";
}

a[href^="mailto"]::before {
  content: "📧 ";
}

a[href^="tel"]::before {
  content: "📞 ";
}






















#slogan{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: calibri;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.sloganContainer{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	background-color: #FFFFFF;
	flex-wrap: wrap;
	
}
.itemSloganContainer0 {
	width: 350px;
	position: relative;
	padding-top: 0%;
	padding-bottom: 0%;
}
.itemSloganContainer1{
	width: 350px;
	position: relative;
}
.itemSloganContainer2 {
	width: 350px;
}


	
	
	
	
	
	.slogan-img{
	display: flex;
	background-color: #FFF;
	width: 100%;
}

.slogan-img img{
	width: 100%;
	height: 100%;
}
.slogan-text{
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-size: 1.2em;
	height: 100%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
.slogan a{
	margin: 0px;
	color: #00FFFF;
	font-size: 2rem;
	font-family: calibri;
	display: block;
	display: -webkit-box;
	max-width: 80%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slogan a:hover{
	color:rgba(255,255,255,0.50)
}
.itemSloganContainer0 {
	flex-grow: 1;
	background-repeat: no-repeat;
}
.itemSloganContainer1{
	flex-grow: 1;
	background-color: #FFFFFF;
	}
.itemSloganContainer2 {
	flex-grow: 1;
	background-color: #FFFFFF;
}
.sloganList {
}

.bold {
	font-size: 3.5 em;
	font-weight: bold;
	text-transform: capitalize;
}

.sloganList {
	color: #FFF;
	padding-left: 10%;
	font-style: italic;
}
.sloganBlueText {
	color: #003859;
}
.boxAbout {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.about {
	letter-spacing: 1px;
	background-image: url(../images/aboutBG_01.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 110px;
	padding-left: 35px;
	background-position: bottom;
}
.about2 {
	letter-spacing: 0.5px;
	background-image: url(../images/aboutBG_02.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 110px;
	padding-left: 35px;
	background-position: bottom;
}

.listAbout {
	color: #FFF;
	padding-left: 10px;
	
}
