*{
	margin:0px;
    padding:0px;
}
html,body {
	height: 80%;
}
.topnav {
    background-color: rgba(255, 255, 255, 0.69);
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.navcontainer a {
	color: #000000;
	text-decoration: none;
	margin-right: 45px;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: helvetica;
	letter-spacing: 1.6px;
}

.navcontainer a:hover {
	letter-spacing: 3.3px;
}

.containerdiv img {
	min-height: 100%;
	}

.homepage {
  background-image: url(../IMG/noodleyorkcity.png);
  background-size: cover;
  background-repeat: repeat;
  min-height: 100%;
  min-width: 100%;
  margin: auto;
  padding-top: 300px;
  padding-bottom: 100px;
  text-align: center;
  font-family: helvetica;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage>div>a {
  text-decoration: none;
  color: #7B7A7A;
  font-weight: lighter;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 75px;
}

.subpage {
  background-image: url(../IMG/noodleyorkcity.png);
  background-size: cover;
  background-repeat: repeat;
  min-height: 100%;
  min-width: 100%;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
  font-family: helvetica;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subpage>div>a {
  text-decoration: none;
  color: #7B7A7A;
  font-weight: lighter;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 75px;
}

#projlink a:hover {
	border-bottom: 2px solid #d97f6c;
}

.subpage>.about>h1 {
	font-size: 50px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.about {
	margin-left: 20%;
	margin-right: 20%;
  padding-top: 150px;
	letter-spacing: 1px;
	line-height: 21px;
	font-weight: lighter;
}

.about>img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}



.about>p>u,i,b {
	color: #d97f6c;
}


.container {
  font-family:Helvetica;
  line-height: 30px;
  color: black;
  max-width: 600px;
  width: 100%;
  padding-top: 300px;


}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px Helvetica;
}

#contact {
  text-align: left;
  background: #ffffff;
  padding: 25px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 93%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #7B7A7A;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.footer {
	text-align: center;
	padding-top: 10px;
	height: 10px;
}

.fa {
    padding: 10px;
    font-size: 12px;
    width: 10px;
    text-align: center;
    text-decoration: none;
    background: #a6a6a6;
    color: #FFFFFF;
}
.fa:hover {
	background-color: white;
	color: #a6a6a6;
}
