
img.resize {
		max-width: 50%;
		max-height: 50%;
		border-radius: 50%;
		padding-right: 5%;
		padding-left: 5%;
		float: left;
		height:auto;
}

#academic_project {
	max-width: 50%;
	height: auto;
	width: auto\9; /* ie8 */
}

#mainbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 10%;
	width: 90%;
	padding: 5%;
	height:auto;
	overflow:auto;
}

#mainbackground ul{
	text-align: left;
	font-size: 1em;
	font-family: serif, times;
}

#mainbackground li{
	text-align: left;
	font-size: 0.9em;
	font-family: serif, times;
}

#mainbackground h2{
	text-align: left;
	font-size: 1.5em;
	font-family: serif, times;
}

#mainbackground h3{
	text-align: left;
	font-size: 1em;
	font-family: serif, times;
}

#contactbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 10%;
	width: 90%;
	padding: 5%;
	height:auto;
	overflow:auto;
}

#contactbackground h1{
	text-align: left;
	font-size: 1.4em;
	font-family: serif, times;
}

#contactbackground h2{
	text-align: left;
	font-size: 1.4em;
	font-family: serif, times;
}

/* Added .homepage to add an opacity to the background image */
body.homepage {
	width: 100%;
	height: 100%;
  position: absolute;
}

body.homepage::after {
  content: "";
	height: 100%;
	width: 100%;
  background: url("Additional_Files/Images/pexels-photo.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	position: absolute;
  z-index: -1;
}

body.social {
	width: 100%;
	height: 100%;
  position: fixed;
}

body.social::after {
  content: "";
	width: 100%;
	height: 100%;
  background: url('Additional_Files/Images/pexels-photo.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	position: fixed;
  z-index: -1;
}

div#scroll {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
    overflow-y: scroll;
		width: 100%;
    height: 100%;
}

h2.name a {
	color: #000000
}

h2.name a:hover {
	color: #0C9EF6
}

.blog {
	border: 100px;
	margin: 100px;
	width: 80%;
	height: auto;
	text-align: center;
}

#cv {
		text-align: center;
    margin: auto;
    height: 120%;
    width: 90%;
}

#blogtitle {
	align-items: center;
	text-align: center;
	font-family: serif, times;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	margin: 5%;
	width: 90%;
	height:auto;
	overflow:auto;
}

#blogbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	margin: auto;
	width: 90%;
}

#socialtext {
	align-items: center;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 5%;
	text-align: left;
	font-family: serif, times;
	font-weight: lighter;
}

#circles {
	position: fixed;
	width: 100%;
	height: 100%;
}

#applicant{
		text-align: left;
		align-items: center;
		margin: auto;
		padding-top: 5%;
		padding-bottom: 5%;
		width: 80%;
}

#date{
	text-align: left;
	opacity: 0.25;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
	text-align: center;
}

.col-md-6 {
  margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Added to overlay text on image */
.image {
	position: relative;
	margin: none;
	display: block;
	vertical-align: baseline;
	height: 100%;
  width: 100%; /* for IE 6 */
}

.image img {
	max-height: 100%;
	width: 100%;
	margin: none;
}

.image h4 {
	position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
	color: white;
}

.image h4 span {
   color: white;
	 width: 100%;
   font: bold 24px/45px Serif, times;
	 letter-spacing: 1px;
	 padding: 10px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
}
/* End Text OVerlay*/

.jumbotron {
  align-items: center;
  background-image: url('Additional_Files/Images/Social_Media_Budget.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.25em 0.25em 0.25em #000000;
}

.jumbotron2 {
  align-items: center;
  background-image: url('Additional_Files/Images/Programming.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
}

.jumbotron3 {
  align-items: center;
  background-image: url('Additional_Files/Images/Regression.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
	}

.jumbotron4 {
	align-items: center;
	background-image: url('Additional_Files/Images/Project_Head.jpg');
	background-size: cover;
	color: #ffffff;
	text-shadow: 0.5em 0.5em 0.5em #000000;
}

.jumbotron5 {
  align-items: center;
  background-image: url('Additional_Files/Images/MI.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
	}

.applicant h2 {
	font-family: serif, times;
	font-weight: bold;
	margin: 10%;
	color: #fff;
	text-shadow: 1px 1px 20px #000000
}

.reg h2 {
	font-family: serif, times;
	font-weight: bold;
  margin: 10%;
  color: #ffffff;
	text-shadow: 1px 1px 10px #000000
}

#regress {
	text-align: center;
}

#correlation {
	align-items: center;
	text-align: center;
}

#unstructured li {
	list-style-type: none;
	margin-bottom: 1%;
}

#tableview {
     width: 95%;
     overflow: scroll;
}

#tableview td {
     padding: 0.5%;
		 margin: auto;
}

.footer {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footerblog {
  position: relative;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footercontact {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footercircles {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footer2 {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}


/*
// ------------------------------------
// Mobile Website
// ------------------------------------
*/

@media all and (max-width: 767px) {

img.resize {
		max-width: 60%;
		max-height: 60%;
		padding: 5%;
		border-radius: 50%;
		float: left;
}

#mainbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	width: 90%;
	padding: 5%;
}

#contactbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	width: 90%;
	padding: 5%;
}

#mainbackground img {
		padding-top: 30%;
		padding-bottom: 30%;
		padding: 5%;
}

#mainbackground ul{
	text-align: left;
	font-size: 1em;
	font-family: serif, times;
}

#mainbackground li{
	text-align: left;
	font-size: 0.9em;
	font-family: serif, times;
}

#mainbackground h2{
	text-align: left;
	font-size: 1.5em;
	font-family: serif, times;
}

#mainbackground h3{
	text-align: left;
	font-size: 1em;
	font-family: serif, times;
}

/* Added .homepage to add an opacity to the background image */
body.homepage {
	width: 100%;
	height: 100%;
  position: absolute;
}

body.homepage::after {
  content: "";
	height: 100%;
	width: 100%;
  background: url("Additional_Files/Images/pexels-photo.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	position: absolute;
  z-index: -1;
}

body.social {
	width: 100%;
	height: 100%;
  position: absolute;
}

body.social::after {
  content: "";
	width: 100%;
	height: 100%;
  background: url("Additional_Files/Images/pexels-photo.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	position: absolute;
  z-index: -1;
}

div#scroll {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
    overflow-y: scroll;
		width: 100%;
    height: 100%;
		margin: 0;
}

h2.name a {
	color: #000000
}

h2.name a:hover {
	color: #0C9EF6
}

.blog {
	border: 100px;
	margin: 100px;
	width: 80%;
	height: auto;
	text-align: center;
}

#cv {
		text-align: center;
    margin: auto;
    height: 80%;
    width: 90%;
}

#blogtitle {
	align-items: center;
	text-align: center;
	font-family: serif, times;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	margin: 5%;
	width: 90%;
	padding: 5%;
	height:auto;
	overflow:auto;
}

#circles {
	position: fixed;
	width: 100%;
	height: 100%;
}

#blogbackground {
	align-items: center;
	background-color: #ffffff;
	background-position: center;
	opacity: 0.9 ;
	width: 90%;
}

#socialtext {
	align-items: center;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 5%;
	text-align: left;
	font-family: serif, times;
	font-weight: lighter;
}

#applicant{
		text-align: left;
		align-items: center;
		margin: auto;
		padding-top: 5%;
		padding-bottom: 5%;
		width: 80%;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
	text-align: center;
}

.col-md-6 {
  margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Added to overlay text on image */
.image {
	position: relative;
	align-items: top;
  width: 100%; /* for IE 6 */
}

.image h4 {
	position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
	color: white;
}

.image h4 span {
   color: white;
	 width: 100%;
   font: bold 24px/45px Serif, times;
	 letter-spacing: 1px;
	 padding: 10px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
}
/* End Text OVerlay*/

.jumbotron {
  align-items: center;
  background-image: url('Additional_Files/Images/Social_Media_Budget.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.25em 0.25em 0.25em #000000;
}

.applicant h2 {
	font-family: serif, times;
	font-weight: bold;
  margin: 10%;
  color: #fff;
	text-shadow: 1px 1px #000000;
	max-width: 90%;
	max-height: 90%;
}

.jumbotron2 {
  align-items: center;
  background-image: url('Additional_Files/Images/Programming.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
}


.jumbotron3 {
  align-items: center;
  background-image: url('Additional_Files/Images/Regression.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
}

.jumbotron4 {
	align-items: center;
	background-image: url('Additional_Files/Images/Project_Head.jpg');
	background-size: cover;
	color: #ffffff;
	text-shadow: 0.5em 0.5em 0.5em #000000;
}

.jumbotron5 {
  align-items: center;
  background-image: url('Additional_Files/Images/MI.jpg');
  background-size: cover;
  color: #ffffff;
  text-shadow: 0.5em 0.5em 0.5em #000000;
	}

.reg h2 {
	font-family: serif, times;
	font-weight: bold;
  margin: 10%;
  color: #ffffff;
	text-shadow: 1px 1px 10px #000000
}

#regress {
	text-align: center;
}

#correlation {
	align-items: center;
	text-align: center;
}

#unstructured li {
	list-style-type: none;
	margin-bottom: 1%;
}

#terminology td {
		padding: 0.5%;
		text-align: left;
		vertical-align: top;
}

.footer {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footercontact {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footercircles {
  position: fixed;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footerblog {
  position: relative;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}

.footer2 {
  position: relative;
	width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
}
}
