
body {
    color: #000;
    background: #f8faec;
    font-family: "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
	height: 9rem;
	background-color: #e3edf3;
}

.header img {
	width: 300px;
}

.header,
.header a,
.header img {
	border: none !important;
}

#sigweb {
	position: relative;
	left: 10px;
} 

#logo {
	position: absolute;
	right: 0px;
} 

h1 {
	margin-left: 20px;
}

.about {
	margin: 20px;
	text-align: justify;
}

.with-diamond::before {
	content: "" !important;
	display: block !important;
	position: relative !important;
	width: 0 !important;
	bottom: -2px !important;
	left: -45px !important;
	border-style: solid !important;
	border-width: 0 20px 7px 19px !important;
	border-color: #603f00 transparent !important;
}

.with-diamond::after {
	content: "" !important;
	display: block !important;
	position: relative !important;
	width: 0 !important;
	left: -45px !important;
	top: 2px !important;
	border-style: solid !important;
	border-width: 7px 20px 0px 19px !important;
	border-color: #603f00 transparent !important;
}

ul {
	margin:	10px;
	list-style: none;
}

li {
	line-height: 1.8em !important;
	padding-left: 40px !important;
}


li span.with-diamond {
	display: inline-block !important;
	padding-left: 0px !important;
	width: 10px !important;
}

@media only screen and (max-width: 640px) {
	.header {
		height: 7.4rem;
	}

	.header img {
		width: 250px;
	}
}

@media only screen and (max-width: 520px) {
	.header {
		height: 6rem;
	}

	.header img {
		width: 200px;
	}
}

@media only screen and (max-width: 420px) {
	.header {
		height: 4.5rem;
	}

	.header img {
		width: 150px;
	}
}

@media only screen and (max-width: 330px) {
	.header {
		height: 4rem;
	}

	.header img {
		width: 120px;
	}
}

@media only screen and (max-width: 256px) {
	.header {
		height: 6.5rem;
	}

	#logo {
		position: absolute;
		left: 10px;
		top: 3rem;
	} 
}
