@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body {
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	color: #9e0101;
	text-transform: uppercase;
	font-size: 10px;
}

img {
	max-width: 135px;
}

li {
  font-family: Calibri;
  font-size: 1.15em;
	margin-top: 1em;
	list-style-type: none;
}

a {
	text-decoration: none;
	font-size: 1.2em;
}
a:link {
    color: #9e0101;
}

a:hover {
	color: white;
	text-decoration: none;
}
a:visited {
    color: #9e0101;
}

p{
	font-size: 0.9em;
	margin-top: 1em;
}
.container {
	margin-top: 25%;
}
.top {
	margin-top: 0px;
}
.social {
	float: left;
}

h5{
  font-family: Calibri;
  font-size: 1.8em;
}

.outerbox { 
	float: left;
  	position: relative;
  	width: 135px;
  	height: 135px;
  	z-index: 1;
}
.outerbox {
  	perspective: 1000;
}
.box {
  	width: 100%;
  	height: 100%;
  	transform-style: preserve-3d;
  	transition: all 1.0s linear;
}
.outerbox:hover .box {
  transform: rotateY(180deg);
  /*box-shadow: -5px 5px 5px #000;*/
}
.face {
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  backface-visibility: hidden;
  top:0;
  left: 0;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #030303;
  width: 135px;
  height: 135px;
}
.social a {
text-align: right;
}

nav a:hover {
    color: #000;
}