body {
    font-family: 'Gruppo', sans-serif;
    font-size: 12px;
	color: #fff;
	background-color: #CD5554;
}

a { color: #CD5554; }
p { 
	padding: 15px;
	text-align: center;
}

::-moz-selection {
  background: #E6E6E6;
}

::selection {
  background: #E6E6E6;
}

img { width: 100%; opacity: 0.85; }

#content
{
	height: 130px;
	width: 340px;
	position: fixed;
	top: calc(50% - 65px);
	left: calc(50% - 170px);
}

p.quote {
	font-size: 1.5em;
	line-height: 1.25em;
	/*color: #282828;*/
	font-weight: 600;
}

p.by {
	font-size: 1.5em;
	margin-top: -30px;
	/*color: #282828;*/
}

p.rebase {
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: -25px;
}

p.solutions {
	font-size: 1.25em;
	font-weight: 600;
	margin-top: -30px;
	letter-spacing: 3px;
	/*color: #BDBDBD;*/
}


.desktop { display: block; }

.vcard p {	padding: 0px; font-size: 0.35em; }
.vcard i {
	font-size: 0.8em;
}

ul.links {
    margin-top: 1%;
    list-style: none;
    text-align: center;
}
ul.links li {
    display: inline-block;
    width: 20%;
    opacity: 0.70;
    font-size: 3em;
	vertical-align: middle;
    -webkit-transition: opacity 500ms ease-out 0.1s;
    -moz-transition: opacity 500ms ease-out 0.1s;
    -o-transition: opacity 500ms ease-out 0.1s;
    transition: opacity 500ms ease-out 0.1s;
}
ul.links li:hover { opacity: 1; }

.mobile { display: none; }

.mobile  {
	width: 170px;
	height: 170px;
	margin:auto;
	border-radius: 100%;
	overflow: hidden;
}

@media (max-width: 490px) {
    ul.links li {
        width: 20%;
    }
	
	.desktop { display: none; }
	.mobile { display: block; }
	
	#content
	{
		height: 90px;
		top: calc(50% - 45px);
		left: calc(50% - 170px);
	}
}