body {
	margin: 0px;
	padding: 0px;
	min-width: 360px;
	font-family: Avenir Next;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #005ef5;
}

img.social-icon {
	width: 48px;
	vertical-align: top;
	cursor: pointer;
}

#content {
	margin: auto;
	padding: 10px;
	max-width: 980px;
	overflow: auto;
}

@media screen and (max-width: 960px) {
  
#content {
 	padding: 10px 0px;
 	max-width: 100%;
}
}

#bill-text {
	width: 100%;
	align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

	#bill-text #text {
	padding: 0px 60px;
	font-size: 16px;
	color: #777;
	align-items: center;
	justify-content: center;
	text-align: center;
}

	#bill-img {
	width: 100%;
	display: flex;

}

.intro-container {
	margin: 10px;
	background-image: url(../border.png) center bottom -20px no-repeat;
	border-radius: 10px;
}

.contact-container {
	margin: 10px;
	background-image: url(../border.png) center bottom -20px no-repeat;
	border-radius: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 80px;
}

#border {

	display: inline-block;

}

.item {
	margin: 0px 20px;
	padding: 0px 0px;
	width: 120px;
	height: 120px;
	background-color: white;
	border-bottom: 2px solid white;
	color: #555;
	display: inline-block;
}

.item:hover {
	cursor: pointer;
	border-bottom: 2px solid lightgrey;
}

.image {
	margin: auto;
	width: 120px;
	height: 100px;
	background-color: white;

}

.text {
	margin: auto;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
}

#billboard {
	margin: auto;
	margin-bottom: 10px;
	max-width: 1080px;
	background-color: whitesmoke;
	display: inline-block;

}

#bill-text {
	width: 50%;
	align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;

}

#bill-text #title {
	padding: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
}

#bill-text #text {
	padding: 0px 60px;
	font-size: 16px;
	color: #777;
	align-items: center;
	justify-content: center;
	text-align: left;

}

#bill-text #box {
	padding: 20px 60px;
	font-size: 16px;
	color: #777;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;

}

#price{
	margin: 0px;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 30px;
	list-style-type: none;
	text-decoration: none;
	color: #333;
	float: left;
}

#bill-img {
	width: 50%;
	display: flex;
	float: left;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 80px;
}

.newsletter-container {
	padding-top: 0px;

}

.newsletter-box {
	margin: 20px 10px;
	background-color: #7faefa;
	float: left;
}

p.box {
	margin: 0px 60px;
	color: white;
}

form {
	margin: 20px 100px 40px 100px;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}

#google-form {
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}

input {
	margin: 5px;
	width: 320px;
	font-size: medium;
	padding: 10px;
	color: white;
	border: 1px solid white;
	border-radius: 0px;
	background-color: #7faefa;
}

textarea {
	margin: 5px;
	width: 320px;
	font-size: medium;
	padding: 10px;
	color: white;
	border: 1px solid white;
	border-radius: 0px;
	background-color: #7faefa;
	font-family: Avenir Next;
	resize: none;
}

textarea:focus {
	background-color: white;
	border: 1px solid white;
	color: #333;
}

textarea:active {
	border: 1px solid white;
}

input:focus {
	background-color: white;
	border: 1px solid white;
	color: #333;
  }

input:active {
	border: 1px solid white;
}

p.result {
	padding: 10px;
	font-size: medium;
	color: white;
	font-family: Avenir Next;
	text-align: center;
}

::placeholder {
	color: white;
	opacity: 1;
  }

.submit-button:hover{
	border: 1px solid #005ef5;
	color: #005ef5;
	cursor: pointer;
  }

.wishlist-container {
	margin: 10px;
	min-width: 320px;
	background-color: white;
	border: 1px solid #dadce0;
	float: left;
  }

.wishlist-box {
	margin: 0px 20px;
	border-bottom: 1px solid #dadce0;
  }

.wishlist-section {
	margin: 20px 50px;
	border-top: 1px solid whitesmoke;
	flex-direction: column;
  }

.wishlist-line {
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }

.wishlist-line input {
	cursor: pointer;
	height: 0;
	width: 0;
  }

.checkbox {
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

input.checkbox {
	margin: 10px;
	width: 240px;
	font-size: medium;
	padding: 10px;
	color: white;
	border: 1px solid white;
	border-radius: 0px;
	background-color: #7faefa;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid whitesmoke;
	accent-color: #005ef5;
}

.label {
	float:left;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}

input[type="checkbox"]:hover {
	color: black;
	background-color: #005ef5;
}

input[type="checkbox"]:active {
	accent-color: black;
}

section.service {
	flex-direction: row;
	align-items: center;
	display: flex;
  }

  @media screen and (max-width: 720px) {
	section.service {
		flex-direction: column;
	}
}

section.intro {
display: flex;
}

section.contact {
	display: flex;
	}

section.service#study {
	background-color: white;
  }

.service-title {
	margin: auto;
	padding: 20px 60px;
	color: #333;
	font-size: x-large;
	font-weight: 500;
	text-align: center;
	font-family: Avenir Next;
  }

section.logo {
	margin: 0px;
	width: 250px;
  }

img.logo {
	margin: 10px 0px;
  }


.service-text {
	margin: auto;
	padding: 20px 60px;
	color: #333;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	font-family: Avenir Next;
  }

.wishlist-title {
	margin: auto;
	padding: 40px 60px;
	color: #333;
	font-size: x-large;
	font-weight: 500;
	text-align: center;
	font-family: Avenir Next;
  }

.wishlist-text {
	margin: auto;
	padding: 0px 60px 20px 60px;
	color: #333;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	font-family: Avenir Next;
  }

@media screen and (max-width: 960px) {
	.wishlist-text {
		padding: 0px 40px 20px 40px;
	}
  }
  
  @media screen and (max-width: 720px) {
	.wishlist-text {
		padding: 0px 20px 20px 20px;
	}
  }

  @media screen and (max-width: 640px) {

section.contact {
	display: flex;
	flex-direction: column;
	}
}