* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*user-select: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;*/
}

#myNavBar {
	background-color: #1d1d1c;
	color: white;
	font-family: sans-serif;
	border-bottom: 1px solid grey;
}

#topBarLogo {
	height: auto;
	width: auto;
	max-height: 35px;
	max-width: 250px;
}

body, h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h4 {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.caseSelectorButton {
	max-width: 400px;
	border-radius: 8px;
}

.homeBackgroundImg {
	height: 70vh;
	position: absolute;
	right: 0; bottom:0;
}

.banner {
	padding: 34px 68px;
	background: url(../assets/background.png);
	background-size: cover;
}

#PAAnatomyBanner {
	padding: 34px 68px;
	background-color: #506f5b;
	background-size: cover;
}

.bannerContent h2 {
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 6vw;
}
@media screen and (min-width: 1000px) {
  .bannerContent h2 {
     font-size: 47px;
  }
}

.bannerContent h4 {
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 3.5vw;
	color: #bcbec0;
}
@media screen and (min-width: 1000px) {
  .bannerContent h4 {
     font-size: 23px;
  }
}

