.nav_pad{
	padding-top:5px;
  }

  .navbar ul li{
    list-style: none;
    display: inline-block;
    padding-right:15px;
}

.navbar-link {
    font-family: "Silkscreen", sans-serif;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #4db9e8;
}
body{
	margin: 0;
	text-align: left;
	font-family: 'Chakra Petch', 'Arial', sans-serif;
	font-size: 17px;
	line-height: 25px;

}
.chakra-petch-regular {
	font-family: "Chakra Petch", sans-serif;
	font-weight: 400;
	font-style: normal;
  }

header{
	background-color: #fac8ee;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

h1, h2, h3{
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header h1{
	color: white;
	font-size: 50px;
}

header h3{
	color: #fac8ee;
	font-size: 30px;
}

header img{
	border-radius: 30px;
	width: 400px;
	border: 5px solid white;
}

main{
		max-width: 800px;
		margin: 0 auto;
		padding: 10px 20px;
}
.portrait-caption{
	font-family: "Silkscreen", sans-serif;
	color: #999999;
	font-style: italic;
	margin-top: 0;
	max-width: 500px;
	text-align: center;
	margin:auto
}

main img{
		max-width: 100%;
		display: block;
		margin: auto;
}

.portrait-img{
		width: 500px;
}

.landscape-img{
		width: 800px;
}

h2{
		font-size: 30px;
		color: #4db9e8;
		margin: 40px 0 10px;
}

a{
		color: #187ca8;
}
a:hover{
	color: #fac8ee;
}

footer{
	background-color: #4db9e8;
	text-align: center;
	color: white;
	padding: 50px;
}
footer p{
	margin: 0;
}
footer a{
	color: white;
}

p.caption{
	font-family: "Silkscreen", sans-serif;
	color: #999999;
	font-style: italic;
	margin-top: 0;
	text-align: center;
}
