a 
{ 
	color: #6b6b6b; 
	text-decoration: none; 
}
a:hover 
{
	color: #a2a2a2; 
	text-decoration:none; 
}
body 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:14px; 
	color:#888888;
	background:#e1e1e1; 
}
.wrap {
	max-width: 990px;
	min-height: 500px;
	margin: 10px auto;
	text-align: center;
}
.links {
	text-align: center;
}
#myUL {
  list-style-type: none;
  padding: 0;
  margin-top: 18%;
  text-align: center;
}
#myUL li a {
background-color: rgba(255, 255, 255, 0.1);
padding: 10px;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
display: block
}

#myUL li a.header {
  background-color: #e2e2e2;
  cursor: default;
}

#myUL li a:hover:not(.header) {
  background-color: rgba(255, 255, 255, 0.05);
}
.device_img img {
    text-align: center;
    width: 200px;
    margin: 10px auto;
}
.device_img2 img {
    text-align: center;
    width: auto;
    height: 200px;
    margin: 10px auto;
}
.device_img3a {
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
.device_img3a img {
/*
  -webkit-filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.4));
*/
    max-width: 100%;
max-height: 500px;
}
.device_img3a img:hover {
/*
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.4));
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.4));
*/
}

.device_block {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.device_img img, .device_img2 img, .skin_img img {
/*
  -webkit-filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.4));
*/
    max-width: 100%;
max-height: 500px;
}
.device_img img:hover, .device_img2 img:hover, .skin_img img:hover {
/*
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.4));
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.4));
*/
}
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Rotate */
.hvr-rotate2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate2:hover, .hvr-rotate2:focus, .hvr-rotate2:active {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.circle-icon {
background: #bfbfbf;
width: 230px;
height: 230px;
border-radius: 50%;
text-align: center;
line-height: 220px;
vertical-align: middle;
/* padding: 30px; */
}
.logo
	{
		font-size:42px;
		text-align: center;
		padding: 10px;
		font-weight: 100;
	}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {

}
.video
{
max-width:560px;
max-height:315px;
}
.title_earl {
	font-size: 64px;
	font-family: 'Courier Prime', monospace;
	text-align: center;
	color:#4a4a4a;
	margin-top: 20px;
}
.title_timmy {
	font-size: 34px;
	font-family: 'Rammetto One', cursive;
	text-align: center;
	color:#4a4a4a;
	margin-top: 20px;
	line-height: 10px;
}
.title_vic {
	font-size: 64px;
	font-family: 'Aguafina Script', cursive;
	text-align: center;
	color:#4a4a4a;
	margin-top: 20px;
}
.title_wiz {
	font-size: 64px;
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	color:#4a4a4a;
	margin-top: 20px;
}