/*#B0D980 */
header {
	background-color:#FDE02B;
	min-height:400px;
	background-image: url('/images/golfer.png'); 
	background-position:right center;
	background-repeat:no-repeat;
	background-size: auto 400px;
	border-bottom: solid 3px #2D414F;	
}
.navbar {
	background-color:#FDE02B;
	border-bottom: solid 3px #2D414F;	
}
.navbar .navbar-collapse .active, .navbar .navbar-collapse a:hover, .navbar .navbar-collapse a:active{
	background-color:#FDE02B;
	font-weight:bold;
	color:#2D414F;
}
.navbar a {
	color:#2D414F;
}
.navbar .navbar-toggler {
	border: solid 1px #2D414F;
}
footer {
	background-color:#FDE02B;
	min-height:50px;
	border-top: solid 5px #2D414F;		
}
@media only screen and (max-width: 850px) {
  header {
	background-size: auto 300px;
	background-position:80vw center;
  }
  header h1 {
  	text-align:left;
  	font-size:3rem!important;
  }
}
@media only screen and (max-width: 750px) {
  header {
	background-size: auto 200px;
  }
  header h1 {
  	text-align:left;
  	font-size:2rem!important;
  }
}
header .circle {
	position: absolute; 
	top:-250px; 
	left:-50px;
	width:400px;
	height:400px; 
	background-color:#2D414F;
	border-radius: 50%;
}
header h1 {
	text-align:center;
	position:relative;
	top:200px;
	left:10px;
	font-size:4rem;
	color:#2D414F;
	font-family: 'Rubik Dirt', serif;
}
header h2 {
	text-align:center;
	position:relative;
	top:230px;
	left:10px;
	font-size:2rem;
	color:#2D414F;

}