/* Styles for the home page */

body {
	background-color: #fdfded;
	font-family: Arial, Helvetica, sans-serif;
}

#google-scholar, #fractal-music, #educational-physics, #tensor-network-theory, #cv, #poetry, #msci-thesis, #phd-thesis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	padding: 0em 0 0em 0;
	width: 100%;
	min-width: 26em;
	height: 50%;
	min-height: 2em;
	color: #fdfded;
}


#google-scholar {
	margin-top: 5%;
	background-color: #3399d0;
}
#google-scholar h2 a {
	color: #fdfded;
}
#google-scholar h3 a {
	color: #222222;
}



#tensor-network-theory {
	background-color: #802121;
}
#tensor-network-theory h2 a {
	color: #fdfded;
}
#tensor-network-theory h3 a {
	color: #fdfded;
}



#msci-thesis {
	background-color: #fe6900;
}
#msci-thesis h2 a {
	color: #fdfded;
}
#msci-thesis h3 a {
	color: #222222;
}



#fractal-music {
	background-color: #3399d0;
}
#fractal-music h2 a {
	color: #fdfded;
}
#fractal-music h3 a {
	color: #222222;
}

#poetry {
	background-color: #cc3333;
}
#poetry h2 a {
	color: #fdfded;
}
#poetry h3 a {
	color: #fdfded;
}

#educational-physics {
	background-color: #007799;
}
#educational-physics h2 a {
	color: #fdfded;
}
#educational-physics h3 a {
	color: #222222;
}

#cv {
	background-color: #333399;
}
#cv h2 a {
	color: #fdfded;
}
#cv h3 a {
	color: #fdfded;
}

h2 {
	display: inline-block;
	position: relative;
	margin: 2% 0 2% 10%;
	font-weight: normal;
	line-height: 1em;
}

h3 {
	display: inline-block;
	position: relative;
	margin: 2% 0 2% 8%;
	font-weight: normal;
	text-align: center;
	color: #222;
	line-height: 1em;
}

.logo {
	height: 1.5em;
	width: 1.5em;
	float: right;
	margin: 1.25% 3% 0% 0%;

}

a {
	background-color: transparent;
	display: inline;
}

a:hover, a:active {
	text-decoration: underline;
}

