@charset "UTF-8";

/*mobile layout first*/

@font-face {
	font-family: 'SourceSansPro' sans-serif;
	src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"),
}
body {
	font-family: SourceSansPro, sans-serif;
	font-style: normal;
	font-weight: 200;
	background-color: #fafafa;
}
.header-style {
	background-color: white;
	padding-top: 32px;
	padding-bottom: 28px;
	padding-left: 0x;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
figure {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.img-pad {
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
	border-radius: 8%;
}
.caption {
	margin-top: 8px;
	margin-bottom: 30px;
	text-align: center;
}
.snip {
	width: 74%;
	background-color: whitesmoke;
	margin-left: 13%;
	margin-top: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid 1px black;
	border-radius: 40%;
}
.snip:last-child {
	margin-bottom: 50px;
}
.snippets {
	text-align: center;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
}
.snippets h1 {
	font-size: 1.4em;
	color: navy;
	padding-top: 5px;
	margin-bottom: 0px;
}
.snippets h3 {
	font-size: 1.15em;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #660F11;
}
.snippets p {
	font-size: 1.1em;
	color: #000;
	font-weight: 700;
	padding-bottom: 32px;
	margin-top: 6px;
	margin-bottom: 4px;
}
.service {
	font-size: 1.1em;
	font-weight: normal;
	color: #222222;
	text-align: center;
	background-color: #eceef0;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #777777;
	border-bottom: solid 2px green;	
}
footer {
	background-color: #0061aa;
	padding-top: 50px;
	padding-bottom: 4px;
	text-align: center;
}
footer h1 {
	font-size: 1.85em;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}
footer h2 {
	font-size: 1em;
	color: whitesmoke;
	margin-top: 0px;
	margin-bottom: 0px;
}
footer p, a {
	font-size: 1em;
	color: #93e9ff;
	margin-top: 0px;
}
footer a:hover {
	color: yellow;
}
.copywrite {
	color: white;
	text-align: right;
	margin-right: 5%;
}



@media only screen and (min-width: 560px) {

	.header-style {
		padding-top: 48px;
		padding-bottom: 50px;
		padding-left: 5%;
		padding-right: 5%;
}
	.img-pad {
		margin-top: 30px;
}
	.snip {
		width: 60%;
		margin-left: 20%;
}
	.snippets {
		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 50px;
		padding-left: 0px;
}
	.snippets h1 {
		font-size: 1.6em;
}
	.snippets h3 {
		font-size: 1.2em;
}
	.snippets p {
		font-size: 1.2em;
}
	.service{
		font-size: 1.25em;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 10px;
}
	footer h1 {
		font-size: 2.1em;
}
	footer h2 {
		font-size: 1.2em;
		margin-top: 0px;
		margin-bottom: 0px;
}
}


@media only screen and (min-width: 1024px) {

	.header-style {
		padding-left: 10%;
		padding-right: 10%;
}
	.img-pad {
		width: 87%;
		margin-left: 6%;
		margin-top: 30px;
}
	.snip {
		width: calc(100% / 3 - 5%);
		background-color: whitesmoke;
		margin-left: 3.333%;
		border: solid 1px black;
		border-radius: 40%;
}
	.snippets {
		padding-top: 65px;
		padding-bottom: 65px;
}
	.service {
		margin-top: 60px;
		font-size: 1.35em;
		padding-top: 10px;
		padding-bottom: 10px;
		border-right: solid 1px #999999;
		border-left: solid 1px #999999;
}
	footer {
		margin-top: 30px;
}
	footer h1 {
		font-size: 2.4em;
}
	footer h2 {
		font-size: 1.3em;
		margin-top: 0px;
		margin-bottom: 6px;

}
	footer p, a {
		font-size: 1.05em;
		margin-top: 0px;
}
}

@media only screen and (min-width: 1920px) {

	.header-style {
		padding-left: 15%;
		padding-right: 15%;
}
	.img-pad {
		margin-top: 40px;
	}
	.snippets {
		padding-top: 80px;
		padding-bottom: 80px;
}

	.snippets h1 {
		font-size: 1.9em;
}
	.snippets h3 {
		font-size: 1.4em;
}
	.snippets p {
		font-size: 1.4em;
}
	.service  {
		font-size: 1.4em;
}
	footer {
		margin-top: 40px;
}
	footer h1 {
		font-size: 3em;
}
	footer h2 {
		font-size: 1.9em;
}
	footer p {
		font-size: 1.4em;
}
}