
/* STYLE FOR VERVEX UNLIMITED */

body {
	font-family: "Roboto", arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #fffafa;
	line-height: 1.7em;
	color: #333;
}

a { text-decoration: none; }
a:link { color: #37c0c7; }
a:hover { color: #666; }
a:visited { color: #37c0c7; }
a:focus { color: #37c0c7; }

h1, h2 { 
	font-weight: 400;
	color: #37c0c7;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	margin-top: 50px;
	}
	
h1 { font-size: 22px; }

h2 { font-size: 18px; }

h3 {
	font-weight: 300;
	color: #37c0c7;
	margin-top: 50px;
	letter-spacing: 0.1em;
}

#content {
	margin: 50px auto;
	max-width: 800px;
	text-align: center;
}

.logo {
	margin: 0 auto;
	text-align: center;
}

.logo img {
	max-width: 500px;
	
}

.woman img {max-width: 250px;}

.maintext {
	margin: 80px auto;
}

.industrylogos img { 
	margin: 20px 20px;
	vertical-align: middle;
 }
 
 .industrylogos img:hover {
	 filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    cursor: pointer;
	opacity: 0.6;
	transition-timing-function: ease;
	transition: 0.4s;
	 
 }
 
 /*  RESPONSIVE */
 
 @media only screen and (max-width: 768px) {
	
	.logo img { max-width: 300px; }
	.industrylogos img { 
		display: block;
		margin: 10px auto;
		}
	 
 }