body {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size:10px;
}

h4 {
	color: #ee3524;
	font-weight: 700;
	margin-top:0;
}

.container-fluid {
	max-width: 712px;
	padding-left:0;
	padding-right:0;
	display:none;
}

#cv-container {
	position: relative;
	max-width: 712px;
	overflow: hidden;
	z-index: 0;
}

.card {
	margin-bottom: 0.5em;
	cursor: pointer;
}

#big-hand {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 666666;
}

#big-hand img {
	max-width: 712px;
}

.front, .back {
	padding: 5px;
	border: 1px solid grey;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.front img, .back img {
	width: 100%;
}


.front, .view-summary {
	background-color: #feefee;
}

.back {
	background-color: white;
	border: 1px solid #ee3524;
}

.view-summary {
	padding: 2em;
	border-top: 0.5em solid #ee3524;
}

.view-summary a {
	font-weight: 700;
}

.row.cta {
	margin-left:0;
	margin-right:0;
}

@media (max-width: 480px) { 

	.card {
		margin-bottom: 1px;
	}

	.btn.btn-lg {
		font-size:14px;
		padding: 5px 8px;
	}

}

/*.summary-container {
	display: none;
	background-color: white;
	padding: 0.5em;
	z-index: 999999;
	position: absolute;
	height:100%;
	top:0px;
	left:0px;
	-webkit-box-shadow:inset 0 0 10px 5px #BABABA;
	box-shadow:inset 0 0 10px 5px #BABABA;
}

#summary {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}
*/
