
/* jumbotron styling */

.jumbotron {
	background-image: url('../img/liz2.jpg');
	margin-bottom:0;
	position: relative;
	height:310px;
	background-size: cover;
}

.jumbotron .container {
	padding-bottom:0;
}

.jumbotron img {
	position:absolute;
	bottom:0;
}

.jumbotron h1, h2 {
	color: whitesmoke;
	text-align: center;
	font-family: 'Montserrat', serif;
	text-shadow: 2px 1px 4px rgba(225, 225, 225, 0.7);
}

/* navbar */

.navbar {
	border-radius: 0;
}


/* content styling */

.content {
	width:75%;
	font-family: 'Arsenal', sans-serif;
}

.content h3 {
	text-align: center;
	font-family: 'Josefin Slab', serif;
	transition: all .2s ease-in-out;
}

.content h3:hover {
	transform: scale(1.5);
}

.about img {
	float:left;
	width:15%;
}

.about .text {
	float:right;
	width:80%;
}

.interests p {
	float:left;
	margin-left:4.9%;
	margin-right:4.9%;
	border-style: solid;
	border-width: 1px;
	margin-top:10px;
	padding:5px 11px;
	color:#333;
}

.contact p {
	float:left;
	margin-left:9.8%;
	margin-right:9.8%;
}



/* footer */

.panel {
	background-color: #101010;
	color:gray;
	font-size: 0.7em
	margin-bottom: 0;
	border-radius: 0;
}

.panel-default {
	margin-bottom: 0;
}








