@charset "utf-8";
/* CSS Document */
body {
	font-family: alegreya, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	line-height: 1.625;
	background-color: rgba(255, 204, 128,0.5);
}
.delius-regular {
  font-family: "Delius", serif;
  font-weight: 400;
  font-style: normal;
}

.header-container {
	background-size: cover;
	background-position: center center;
	color: #000000;
	padding-bottom: 2vw;
	background-image: linear-gradient(0deg, rgba(255, 204, 128,0.5) 50%, rgba(255, 245, 145,0.85) 100%), url(https://codehs.com/uploads/9963b326ae9b50611af50ae653414e3a);
	text-align: center;
}
.header-container .site-header {
	padding: 20px 0;
	margin: 0 auto;
	max-width: 1200px;
	text-transform: uppercase;
}
.main-navigation   {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	font-family: sans-serif;
}
.main-navigation ul {
	margin: 0;
}
.main-navigation ul li {
	display: inline-block;
}
.main-navigation ul li a {
	padding: 17px 37px;
	text-decoration: none;
	display: inline-block;
	color: #000000;
	font-weight: bold;
}
.main-navigation ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size:14px;
}

.main-navigation ul li a:active {
	text-decoration: none;
	font-weight: normal;
	color: red;
	font-weight: bold;
}

.header-container .page-title {
	padding: .5vw 180px 0 180px;
}
.header-container .page-title h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}
.page-description {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
}
.page-content {
	background-color: #fef9e7;
	margin: -50px auto 0;
	max-width: 1000px;
	padding-top: 2em;
	column-gap: 2em;
	-webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	padding-bottom: 2em;
	padding-right: 3em;
	padding-left: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.site-footer {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-family: sans-serif;
}
.social.menu ul {
	text-transform: uppercase;
	list-style-type: none;
	padding: 0;
	display: inline-block;
}
.social.menu ul li  {
	display: inline-block;
}
.social.menu ul li a  {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-decoration: none;
	color: rgba(168,101,0,1.00);
	font-weight: 500;
}
.social.menu ul li a:hover   {
	color: #333333;
}
@media (max-width:900px){
	
	.header-container .page-title {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-container .page-title h2 {
		font-size: 2em;
	}
}
img{
    border: dotted 25% #ffe066;
}
hr{
    width: 14%;
}
.email{
    border: 5px solid white;
    background: #FEE7AA;
    color: black;
}
.name{
    border: 5px solid white;
    background: #FEE7AA;
    color: black;
}

.message{
    border: 5px solid white;
    background: #FEE7AA;
    color: black;
}
.submit{
    background: black;
    color: white;
    border: 15px black solid;
    border-radius: 20%;
    font-size: 16px;
  }
.submit:hover{
    color: grey;
    font-size: 12px;
}
.submit:active{
    color: yellow;
    font-size: 14px;
}
.main-header{
    width: 80%;
    height: 1px;
    background-color: #000;
    border: none;
}
.learn{
    color: black;
    text-decoration: none;
}
.learn:hover{
    color: grey;
    text-decoration: none;
}
.learn:active{
    color: red;
}
.mystery-quest-regular {
  font-family: "Mystery Quest", serif;
  font-weight: 400;
  font-style: normal;
}

.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}