* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

body {
text-align: center;
}

/* Styling */
body {
min-width: 300px;
	height: 100%;
	margin: 0 auto;
	font-size: 100%;
	line-height: 1.25;
	color: #6d6e70;
	overflow-x: hidden;
	text-align: center;
}

a {
text-decoration: none;
color: #de3723;
}

a:hover {
text-decoration: underline;
}

img {
	border: 0;
	margin: 1.5em 0 0 1em;
}

h1 {
	font-size: 2em;
	line-height: 1.125;
	margin: 0 0 0 0.75em;
}
h2, h3 {
	font-size: 1.5em;
	margin: 1.25em 0 0 1em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1em 2em;
}
p {
	margin: 0 0 0 2em;
	line-height: 1.5;
	
}

.embedded-pdf {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 2200px; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.personal-resume {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}