/* Master coding for fonts */
p {
	font-family: 'Noto Serif', serif;
}
li {
	font-family: 'Fjalla One', sans-serif;
}
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin-top: -8px;
	margin-left: -8px;
	padding: 0px;
	background-image: url("assets/background/finalSiteBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: blur(5px);
}
/* Navbar coding */
#container {
	position: relative;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#smallLogo {
	position: absolute;
	height: 50px;
}
#smallLogo:hover {
	filter: brightness(70%);
	transition-duration: 0.3s;
}
#smallLogo:not(:hover) {
	transition-duration: 0.3s;
}
#topNavHome {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 0px;
	background-color: #0B00A7;
	list-style-type: none;
}
#topNavHome li {
	display: inline-block;
}
#topNavHome li:not(#logo) {
	display: inline-block;
	margin-top: 0px;
	padding: 0px 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}
.right {
	cursor: pointer;
	float: right;
}
#topNavHome li:not(#logo):not(.active):hover {
	background-color: #000472;
	transition-duration: 0.3s;
}
#topNavHome li:not(#logo):not(.active):not(:hover) {
	transition-duration: 0.3s;
}
.active {
	cursor: default;
	background-color: #CF9900;
}
#topNav {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 0px;
	background-color: #0B00A7;
	list-style-type: none;
}
#firstChild {
	margin-left: 108px;
}
#topNav li {
	display: inline-block;
}
#topNav li:not(#smallLogo) {
	display: inline-block;
	margin-top: 0px;
	padding: 0px 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
}
#topNav li:not(#smallLogo):not(.active):hover {
	background-color: #000472;
	transition-duration: 0.3s;
}
#topNav li:not(#smallLogo):not(.active):not(:hover) {
	transition-duration: 0.3s;
}
/* Home page coding */
#heroImgContainer {
	position: relative;
	width: 100%;
}
#heroImg {
	width: 100%;
}
#heroImgContainer:hover {
	cursor: pointer;
}
#heroH1 {
	position: absolute;
	top: 0px;
	left: 120px;
	padding: 10px;
	font-size: 2.3em;
	color: white;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px
}
#c2gs {
	display: none;
	position: absolute;
	top: 245px;
	left: 455px;
	padding: 10px 10px;
	border-radius: 5px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.5em;
}
.homeContentH2 {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.homeHeaderContainer {
	width: 1085px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 4px solid #0B00A7;
}
.homeTextContainer {
	margin-top: 0px;
	padding: 0px;
}
.h1Container {
	width: 1085px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 4px solid #0B00A7;
}
.mainH1 {
	width: 305px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.homeP {
	margin-top: 10px;
	padding: 10px 175px 10px 175px;
	color: white;
	background-color: rgba(40,40,40,0.7);
	font-size: 1.3em;
}
.homeImgContainer {
	position: relative;
	height: 400px;
	margin-top: 10px;
}
.homeImg {
	position: absolute;
}
#homeImg1 {
	width: 520px;
}
#homeImg2 {
	width: 540px;
	margin-left: 540px;
}

/* Designs page coding */
.designH1Container {
	border-bottom: 4px solid #0B00A7;
}
.designH1 {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.designsP {
	margin-top: 10px;
	padding: 10px 175px 10px 175px;
	color: white;
	background-color: rgba(40,40,40,0.7);
	font-size: 1.3em;
}
.galleryContainer {
	max-width: 1080px;
}
.galleryImgContainer {
	display: inline-block;
	max-width: 350px;
	margin-top: 10px;
	background-color: #0B00A7;
}
.center {
	margin-left: 10px;
	margin-right: 10px;
}
.galleryImgCap {
	height: 60px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	color: white;
	font-size: 1.2em;
	overflow: scroll;
}
.designImg {
	width: 350px;
}

/* Packages page coding */
.packagesH1 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.packagesP {
	margin-top: 10px;
	padding: 10px 175px 10px 175px;
	color: white;
	background-color: rgba(40,40,40,0.7);
	font-size: 1.3em;
}
.packageContainer {
	display: inline-block;
	width: 262px;
	max-height: 420px;
	border-radius: 5px;
	background-color: #0B00A7;
}
.packageContainer:hover {
	filter: brightness(70%);
	transition-duration: 0.3s;
}
.packageContainer:not(:hover) {
	transition-duration: 0.3s;
}
.packageHeading {
	color: white;
	margin: 0px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
}
.cLeft {
	margin-left: 6px;
}
.cRight {
	margin-left: 6px;
	margin-right: 6px;
}
.packageContent {
	width: 262px;
}
.packageDesc {
	color: white;
	height: 100px;
	font-size: 1.2em;
	padding: 5px;
	margin: 0px;
	overflow: scroll;
}

/* Login page coding */
.loginH1 {
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.loginContainer {
	position: relative;
  width: 1045px;
  height: 400px;
	margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
  background-color: rgba(40,40,40,0.5);
}
.loginField {
  width: 400px;
  height: 53px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  list-style-type: none;
}
.fieldTitle {
  font-size: 1.0em;
  font-family: sans-serif;
  margin-top: 0px;
	margin-left: 0px;
  margin-bottom: 0px;
	color: white;
}
.loginInput {
  width: 400px;
  height: 35px;
  font-size: 1.5em;
	border: none;
}
.loginLink {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 140px;
	color: white;
}
.loginImg {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 400px;
}
#loginBtn {
  width: 400px;
  height: 40px;
  margin-top: 10px;
  background-color: #0B00A7;
  color: white;
  font-size: 1.4em;
  border: 0px;
  border-radius: 5px;
}
#loginBtn:hover {
	cursor: pointer;
  background-color: #000472;
  transition-duration: 0.3s;
}
#loginBtn:not(:hover) {
  transition-duration: 0.2s;
}

/* Sign up page coding */
.signUpContainer {
	position: relative;
  width: 1045px;
  height: 400px;
	margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
  background-color: rgba(40,40,40,0.5);
}
.signUpField {
  width: 400px;
  height: 53px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  list-style-type: none;
}
.fieldTitle {
  font-size: 1.0em;
  font-family: sans-serif;
  margin-top: 0px;
	margin-left: 0px;
  margin-bottom: 0px;
	color: white;
}
.signUpInput {
  width: 400px;
  height: 35px;
  font-size: 1.5em;
	border: none;
}
#check {
	width: 15px;
	height: 15px;
}
.agreement {
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
	font-size: 0.9em;
}
.haveAcc {
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 125px;
	color: white;
}
.signUpLink {
	cursor: pointer;
	color: white;
	text-decoration: underline;
}
.signUpImg {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 400px;
}
#clearBtn {
	width: 199px;
	height: 40px;
	margin-top: 10px;
	background-color: #AAA;
	font-size: 1.4em;
	border: 0px;
	border-radius: 5px;
}
#clearBtn:hover {
	cursor: pointer;
  background-color: #777;
  transition-duration: 0.3s;
}
#clearBtn:not(:hover) {
  transition-duration: 0.2s;
}
#submitBtn {
  width: 199px;
  height: 40px;
  margin-top: 10px;
  background-color: #0B00A7;
  color: white;
  font-size: 1.4em;
  border: 0px;
  border-radius: 5px;
}
#submitBtn:hover {
	cursor: pointer;
  background-color: #000472;
  transition-duration: 0.3s;
}
#submitBtn:not(:hover) {
  transition-duration: 0.2s;
}

/* Forgot password page coding */
.forgotPassH1 {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.forgotPassP {
	margin-top: 10px;
	padding: 10px 175px 10px 175px;
	color: white;
	background-color: rgba(40,40,40,0.7);
	font-size: 1.3em;
}

/* Privacy policy page coding */
.privacyH1 {
	width: 205px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	background-color: #0B00A7;
	color: white;
	font-size: 2.0em;
}
.privacyP {
	margin-top: 0px;
	margin-bottom: 275px;
	padding: 10px;
	color: white;
	background-color: rgba(40,40,40,0.7);
	font-size: 1.3em;
}
/* Bottom navbar coding */
#bottomNav {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 0px;
	background-color: #0B00A7;
	list-style-type: none;
}
#bottomNav li {
	display: inline-block;
}
#bottomNav li:not(#bottomLogo) {
	display: inline-block;
	margin-top: 0px;
	padding: 0px 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
}
#bottomNav li:not(#bottomlogo):not(.active):not(.noBgChange):hover {
	background-color: #000472;
	transition-duration: 0.3s;
}
#bottomNav li:not(#bottomLogo):not(.active):not(.noBgChange):not(:hover) {
	transition-duration: 0.3s;
}
#bottomLogo {
	position: absolute;
	height: 50px;
	top: 0px;
	right: 0px;
	padding: 0px;
}
#bottomLogo:hover {
	filter: brightness(70%);
	transition-duration: 0.3s;
}
#bottomLogo:not(:hover) {
	transition-duration: 0.3s;
}
#wpu {
	margin-left: 120px;
}
.active {
	cursor: default;
	background-color: #CF9900;
}
.fa {
	position: absolute;
  padding: 10px;
  font-size: 1.2rem;
  width: 16px;
  text-align: center;
  text-decoration: none;
  top: 8px;
  border-radius: 50%;
}
.fa:hover {
	filter: brightness(70%);
	transition-duration: 0.3s;
}
.fa:not(:hover) {
	transition-duration: 0.3s;
}
#fc {
	left: 650px;
}
#sc {
	left: 695px;
}
#tc {
	left: 740px;
}
.fa-facebook {
  background-color: #3B5998;
  color: white;
}

.fa-twitter {
  background-color: #55ACEE;
  color: white;
}
.fa-instagram {
  background-color: #AF0000;
  color: white;
}
