*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	/*line-height: 1.6;*/
	color: silver;
}



#showcase {
	background-image: url('/resource/pexels-mathias-reding-11299606.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 20px;
}

#showcase section {
	border: #555555 solid 1px;
}

#showcase .links {
	font-size: 1em;
	background: linear-gradient(#cccccc, #ffffff);
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 20px;
}

#showcase .links:hover {
	background: silver;
	color: black;
}

.links {
	margin-top: 40px;
}

.links a {
	text-decoration: none;
	color: #333333;
}

a img.logo {
	max-height: 50vh;
	width: auto;
	background: linear-gradient(#cccccc, #ffffff);
	border-radius: 10px;
	padding: 0px;
	border: #555555 solid 1px;
}

a img.logo:hover {
	background: white;
	
}


/*
#logo img {
	width: 100%;
	height: auto;
	
}



#logo img {
	width: 500px;
	/*margin-bottom: -25;* /
	padding-bottom: 0;
}
*/
/*Begin Media Queries styles */
@media only screen and (max-width: 786px) {
	.logo {max-height: 40vh; }
	#showcase .links {
	font-size: .8em;
	line-height: 1;}
}
        
@media only screen and (max-width: 320px) { 
    .logo {max-height: 40vh; }
	#showcase .links {
	font-size: .8em;
	line-height: 1;}
}

/*
html {
	height: 100%;
	background: linear-gradient(#cccccc, #ffffff);
}



hgroup {
	width: 700px;
	height: 250px;
	margin: 8em auto;
	text-align: center;
	position: relative;
}

.domainnamecolor {
	color: silver;
}

#logo {
	margin: 1em auto;
	text-align: center;
}

#logo img {
	width: 660px;
}

#ig {
	text-align: center; 
	position: relative;
	margin-top: 0;
}

a {
	color: silver;
	text-decoration: none;
)


*/