@charset "utf-8"

* {
	margin: 0;
	padding: 0;
	outline: none;
	background: #9FA8D3;
}

body {
	
	background-size: cover;
	background-repeat: no-repeat;
/*	color: #333; */
	background-color: #cccccc;
/*	background-image: url("mms_log digital_12.jpg"); */
	font-family: "Segoe UI", sans-serif;
	font-size: 3vw;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all.6s ease;
	-moz-transition: all.6s ease;
	-webkit-transition: all.6s ease;
	-ms-transition: all.6s ease;
}

a:hover {
	color: #9b9ff5;
	text-decoration: none;
	transition: all.6s ease;
	-moz-transition: all.6s ease;
	-webkit-transition: all.6s ease;
	-ms-transition: all.6s ease;
}

a:active {
	color:#8ce4a6
}

.contact {
	position: absolute;
	top: 16.5vw;
	left: 0px;
	font-size: 0.7em;
	font-family: "Segoe UI", sans-serif;
	margin-left: 3.4%;
}

img {
	position: relative;
	max-width: 100%;
	height: auto;
	width: auto/9;
	margin: -8px 0px -5px -8px !important;
	display: block;
}

img:hover {
	text-decoration: none;
	transition: all.6s ease;
	-moz-transition: all.6s ease;
	-webkit-transition: all.6s ease;
	-ms-transition: all.6s ease;
}

header {
		width: 98%;
		background-color: #fff;
		min-height: 25px;
}
