@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Yellowtail', cursive;
	font-family: 'Roboto', sans-serif;
	background-image: url("images/water.png");
	background-repeat: no-repeat;
	background-size: cover;
}
h2 {
	text-align: center;
}
#portfolio_title{
	font-family: 'Yellowtail', cursive;
	color: white;
	margin-top: 2em;
	padding-left: .5em;
}
#titleRow {
	text-align: center;
}
#portfolio_description {
	font-family: 'Yellowtail', cursive;
	color: white;
	font-size: 1em;
}
#maincontainer {
	margin-top: 1em;
}
#portfolio_description {
	margin-top: 5em;
}
#mainNavbar {
	position: sticky;
}
.carousel-inner {
	height: 500px !important;
}
#burgerButton {
	margin-top: 2.5%;
}
#uncenteredImage {
	align-content: center;
}
#image1 {
	width: 30%;
    margin: calc(10%/6);
}
#image2 {
	max-width:230px;
  max-height:200px;
  width: auto;
  height: auto;
}
#image3 {
	width: 30%;
    margin: calc(10%/6);
}
#galleria img{
	width: 30%;
    margin: calc(10%/6);
	max-height: 400px;
}
#middleBioCol {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
a:hover {
	box-shadow: 0 0 2px 1px white;
	
}
#bioPara{
	font-family: unset;
	font-family: Arial, Helvetica, sans-serif;
}
#expPara{
	font-family: unset;
	font-family: Arial, Helvetica, sans-serif;
}