 .contentblock {
  text-align: justify;
}
figure, .contentblock {
  width: 80%; /* takes 80% of page width */
  margin: 0 auto;
}
figcaption {
  font-size: 0.8rem;
  color: blue;
  margin-top: 0.5em;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}
body {
   color: white;
   background-image: url("/img/photography/horseeye.jpg");
   background-size: cover;
   background-position-x: -500px;
 }

/*HEADINGS*/
h1, h2 {
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}
  h1 {
    font-size: 60px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}
  h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}
  h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}
/*MAIN TEXT*/
p {
  font-size: auto;
}
/*LISTS*/
ul {
  font-size: auto;
  padding-left: 20px;
}
ol {
  font-size: auto;
  list-style-type: lower-roman;
}
li {
  font-size: auto;
	margin-top: 6px;
}
a {
  text-decoration: none;
  color: white;
  font-size: auto;
  font-style: italic;
}
a:hover {
  font-style: italic;
  color: blue;
  font-size: auto;
}
.profilelayout {
  border-collapse: collapse;
  width: 500px;
  align-content: center;
  margin: auto;
    margin-top: auto;
  margin-top: 50px;
  background-image: url("img/photography/projection-217.jpg");
  box-shadow: -1px 1px 19px -1px rgba(0,0,0,0.33);
  -webkit-box-shadow: -1px 1px 19px -1px rgba(0,0,0,0.33);
  -moz-box-shadow: -1px 1px 19px -1px rgba(0,0,0,0.33);
}
/* header 1 of table*/
.th1 {
	background: #000033;
	color: white;
	height: 25px;
	border-left: 2px solid #000033;
	border-right: 2px solid #000033;
	font-family: 'Times New Roman', Times, serif;
}

/* header 2 of table*/
.th2 {
	background: blue;
	color: white;
	height: 25px;
	border-left: 2px solid blue;
	border-right: 2px solid blue;
	font-family: 'Times New Roman', Times, serif;
}

.th2 a {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	font-family: 'Times New Roman', Times, serif;
}

.th1 a {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	font-family: 'Times New Roman', Times, serif;
}

/* border for whole content area, not including header/footer. */

/* top left content */
.profilebox {
	width: 138px;
	height: 220px;
	border: 2px solid blue;
	margin: 15px;
	display: inline-block;
	background: white;
}

.profilebox p {
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	color: blue;
}

.profileboximg {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 2px solid blue;
	margin: 8px;
}

/* top right content */
.maincontent-tr {
	display: inline-block;
	vertical-align: top;
	overflow-y: scroll;
	height: 220px;
	border: 2px solid blue;
	margin: 15px;
  	margin-left: 15px;
	margin-left: 0px;
	width: 300px;
	background: white;
	font-family: 'Times New Roman', Times, serif;
	color: blue;
}
.maintr {
  border: 2px solid blue;
}
.maincontent-tr p {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	font-family: 'Times New Roman', Times, serif;
	color: blue;
}

/* bottom left content */
.misccontent {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 100px;
	overflow-y: scroll;
	margin: 15px;
	  margin-top: 15px;
	margin-top: 0px;
	padding: 5px;
	border: 2px solid blue;
	background: white;
}

.misccontent p {
	margin: 5px;
	font-family: 'Times New Roman', Times, serif;
	color: blue;
}

/* bottom right (links) */
.links {
	width: 121px;
	height: 100px;
	border: 1px solid blue;
	background: white;
	margin-top: 0px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.links a {
	color: blue;
	font-weight: normal;
	text-decoration: none;
	background: white;
	font-family: 'Times New Roman', Times, serif;
}

@media only screen and (max-width: 550px) {
  .profilelayout {
    max-width: 100%;
  }
}
