@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Century Gothic', sans-serif;
}
.subhead {
	text-align: center;
	font-size: 20px;
	display: block;
	width: 100%;
	
}

.container-fluid {
	width: 100%;
}

h1 {
	font-size: 50px;
}

h3 {
    color: #3b3b3b;
	font: bold;
	text-decoration: underline;
}

#services {
	padding: 150px;
	background-color: #ffffff;
}

#MS {
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	
}
#iconpic {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: inline;
	float: right;

}

#CS {
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
}

#iconpic2 {
	width: 200px;
	height: 150px;
	display: inline;
	float: right;
	padding: 10px;

}

#DB {
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
}


#iconpic3 {
	width: 200px;
	height: 200px;
	display: inline;
	float: right;
	padding: 30px;

}