@charset "UTF-8";

/* Layout Medium Screens */



nav {  top: 133px;
	text-align: center;
 }
nav a { 
	margin-right: 30px;
}


.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 10px 5px 0px 5px; }
.promo_container .promoHome { background-position: 0px 0px; }
 .promo_container .promoBook {  display: none; }

.promo_container .promoHome .content { padding: 10px 15px 0px 15px; }

body { background-image: none; }

.page {
	background-image: none;
}



.scrollButton {
	display: block;
	opacity: .5;
}
footer { border-top: 0px solid #a6abc5;
		background-image: url("../images/Richter-Multimedia-footerPattern.jpg");
		padding: 10px 0px;
 }

 .profile {
	margin: auto;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: solid black 5px;
	border-radius: 200px;
	box-shadow: 2px 2px 10px;
	padding: 10px;
}
.profilePic{
	max-width: 400px;
	margin-left: -30px;
	margin-top: -25px;
}
.profilePic-gabbie{
	max-width: 400px;
	margin-left: -50px;
	margin-top: -50px;
