html{
	background-color: #fff9f0;
}

/* Nav */


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.topnav {
    overflow: hidden;
    background-color: #1D1C1C;
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
	text-align: right;
left: 0;	
	opacity: 80%;
}
.topnav_stuff{
	float: right;
	width:500px;
}


.topnav a {
    float: left;
    display: block;
    color: #fff9f0;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}
/*here^^*/
.topnav a:hover {
    background-color: none;
    color: #fff9f0;
}

.topnav a.active {
  background-color: #fff9f0;
  color: #fff9f0;
}

.topnav .icon {
  display: none;
}
/* end of nav */


.home {float:left;
	position: fixed;
	top: -1px;
	left: 10px;
	font-family: "Shrikhand";
	font-size: 25px;
}

.nav{
	font-family: "Shrikhand";
	font-size: 15px;
	float: right;
}

.container {
  position: relative;
  text-align: center;
  color: #fff9f0;
	
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Shrikhand";
    font-size: 120px;
	
}

.about {
	background-color: #fff9f0;
	padding: 20px;
	padding-bottom: 150px;
	padding-left: 40px;
}

h1{
	color: #000;
	font-family: "Shrikhand";
	font-size: 200%;
}
h2{	font-family: "montserrat";
	color: #000;
	font-size: 20px;

}

h3{	font-family: "montserrat";
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}

h4{font-family: "montserrat";
	color: #000;
	font-size: 15px;
	
}
p{
	color: #000;
		font-family: "montserrat";
	text-align: left;
	
}

ul{font-family: "montserrat";
	color: #000;
	
}

.me{
	  float: right;
  border: 1px dotted black;
  margin: 0px 150px 0px 150px;
}

.portfolio {
	background-color: #fff9f0;
	padding: 20px;
	padding-bottom: 150px;
	padding-left: 40px;
}

hr {
  border-radius: 5px;
   border: 2px solid black;

}

.gal{
	width: 100%;
	text-align: center;
	padding-top: 25px;
	padding-right: 20px;
	text-decoration: none;
}

.gal img{
     padding:20px;
      text-decoration:none;
	
}

.resume{
background-color: #fff9f0;
	padding: 20px;
	padding-bottom: 150px;
	padding-left: 40px;

}

.contact-container{
	display:flex;
	align-items:left;
	justify-content:space-evenly;	
}
.contact-left{
	display:flex;
	flex-direction: column;
	align-items: start;
	gap:20px;
}

/* font weaight? 
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight
*/

.contact-left-title h2{
	font-weight: 600;
	color:#000;
	font-size:40px;
	margin-bottom:5px;
}
.contact-left-title hr{
	border:none;
	width:300px;
	height:5px;
	background-color:#000;
	
}
.contact-left textarea{
	height:140px;
	border-radius:20px;
}
.contact-inputs{
	width:400px;
	height:50px;
	border:none;
	outline:none;
	padding-left:25px;
	font-weight:500;
	color:#777;
	border-radius: 50px;
}
.contact-inputs:focus{
	border: 2px solid #ff994f;
}

.contact-inputs::placeholder{
	/* placeholder var. */
	color:#a9a9a9;
}

.contact-left button{
	display:flex;
	align-items:center;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	gap:10px;
	border:none;
	border-radius: 50px;
	background:#000;
		cursor:pointer;
}
.contact-left button img{
	height:15px;
}


@media (max-width:800px){
	.contact-inputs{
		width:80vw;
	}
	.contact-right{
		display:none;
		
	}
	.me {
		display: none;
	}
	
	#name {
		display: none;
	}

}



.contact{
background-color: #fff9f0;
	padding: 20px;
	padding-bottom: 90px;
	padding-left: 40px;

}



footer.footer {
  background-color: #1D1C1C;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family:"montserrat";
}

.footer-title {
  font-size: 30px;
  font-family: 	"Shrikhand";
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.foot {
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
	
}

.footer-links a:hover {
  text-decoration: underline;
}


input[type=text], select, textarea {
  width: 50%; 
  padding: 12px; 
  border-radius: 4px; 
  box-sizing: border-box;
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 

}


input[type=submit] {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "montserrat";
	
}

input[type=submit]:hover {
  background-color: #000;
	  font-family: "montserrat";

}


a.hidden{
	
	display:none;
}
