
*
{
    padding: 0;
	color: #222;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
p
{
	font-size: 1.1rem;
	line-height: 25px;
}
body
{
	margin: 0;
}
body, .banner
{
	background: url(../images/background.jpg) no-repeat bottom center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.banimg
{
	background: white;
	background-size: cover;
	width: 50%;
	border-radius: 100%;
}
.divmain
{
	width: 100%;
}
.banner
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content
{
	background: white;
	width: 100%;
	padding: 0;
	padding-left: 10%;
	padding-right: 10%;
}
.content2
{
	background: whitesmoke;
	width: 100%;
	padding: 0;
	padding-left: 10%;
	padding-right: 10%;
}
.statementcon
{
	padding-left: 10%;
	padding-right: 10%;
	background: white;
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-evenly;
}
.statement
{
	max-width: 500px;
	margin: 0;
}
.servlist
{
	display:flex;
	flex-direction:row;
	justify-content:space-between
}
hr
{
	margin: 0;
}
.footer
{
	background: #222;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footer p
{
	margin: 0;
	color: floralwhite;
	line-height:20px;
	font-size: 0.95rem;
}
div
{
	margin: 0 auto;
}
li
{
	margin-left: 15px;
	margin-bottom: 5px;
}
a
{
	text-decoration: none;
	color: lightskyblue;
}
h1
{
	text-align: center;
	font-size: 5rem;
	font-family: ui-monospace;
	font-style: italic;
}
.none
{
	border-radius: 25px;
	border-top: 2px solid yellow;
	border-left: 2px solid red;
	border-right: 2px solid blue;
	border-bottom: 2px solid black;	
}