html {
  scroll-behavior: smooth;
}


body {
	margin: 0;
	background-color: black;
}

section {
	padding: 10px;
	background-color: black;
	height: auto;
	border-bottom: 3px grey solid;
	color: lightgray;
}

a {
	text-decoration: none;
}

h3 {
    font-size:1.4em;
	color: lightgrey;
}

.section-header {
	font-size: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	color: #b286f7;
}

#nav-bar {
	position: fixed;
	top: 0;
	left: 0;
	width:  100%;
	z-index: 100;
	
}

.nav-background {
	background-color: black;
	border-bottom: 2px darkgray solid;
}

#logo {
	float: left;
}

#nav-items {
	position: relative;
	color: white;
	font-size: 1.4em;
}
#nav-items #container {
	float: right;
	margin-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#nav-items #container a{
	margin-right: 15px;
	color: white;
}

#nav-items #container a:hover{
	color: lightgray;
}

#nav-items .icon{
	display: none;
	color: white;
}

@media screen and (max-width: 600px) {
  .responsive {
    float: left !important;
    display: block !important;
    text-align: center !important;
    width: 100%;
  }

  #container {
  	display: none;
  }
  #nav-items .icon {
    float: right;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
		text-shadow: 0 0 20px #000, 0 0 40px #000, 0 0 60px #000;
		border-radius: 10px;
		background-color: black;
		padding: 10px;
		
  }
}

.resume {
    background:#000;
    border: 2px #b286f7 solid;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}


.center {
	margin-left: auto;
	margin-right: auto;
}

#home h1 {
	color: #b286f7;
	font-size: 2.6em;
}

#home {
	height: 100vh;
	background-size: cover;
	background-position: center 100%;
	background-color:  black;
	background-image: url("../files/background.png");
	background-repeat: no-repeat;
}

#home-overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
}
#home-text {
	text-align: center;
}


.arrow {
	transition: all 750ms ease-in-out;
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;
	margin: auto;
	text-align: center;
	color: white;
	font-style: ;
	font-size: 1.7em;
}

.lift {
	bottom: -120px;
}


.about-container {
	width: 70%;
	margin-bottom: 10px;
	text-align: center;
}

#about-name{
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 1.7em;

}
#about-subheader {
	margin-bottom: 15px;
	margin-left: 5px;
}

#about-description {
	color: lightgray;
	margin-left: 5px;
	font-size: 1.3em;
}

.go-to-contact {
	border-radius: 25px;
	border: 2px grey solid;
	width: max-content;
	padding-top: 10px;
	padding-bottom: 10px;

} 

.go-to-contact a {
	font-size: 1.7em;
	color: white;
	padding: 20px;
}

#go-to-contact:hover {
	background-color: dimgrey;
}

.skills-container{
	display: flex;
	justify-content: center;
}


@media screen and (max-width: 700px) {
	.skills-container {
    flex-direction: column;
    align-items: center;
  }
  .skills-box	{
  	width: 80% !important;
  }
}

.skills-box {
	width: 40%;
	border-radius: 25px;
	border: 2px white solid;
	margin: 30px;
}

.skill-header {
	text-align: center;
	margin-top: 8px; 
	margin-bottom: 2px;
	padding-bottom: 8px; 
	border-bottom: 2px white solid;
}

.skill {
	margin-top: 10px; 
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
}

.skill-years {
	float: right;
}

.skill-hr {
	width: 90%;
	border-color:lightblue;
}


.project-hr{
	width: 80%; 
	margin-left: 0px;
	border-color: #b286f7;
}

#project-container {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 35px;
  margin: 0 auto;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
}

.project-text {
	font-size: 1.1em;
}
.project-link {
	text-decoration: underline;
	color: white;
}

.container {
	padding: 10px;
}

.card {
  position: relative;
  display: inline-block;
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 #bdc3dbff;
  transition: 0.3s;
  border-radius: 5px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 #bdc3dbff;
}


#contact h3 {
	font-size: 1.4em;
	color: lightgray;
}

#contact-container {
	display: block;
	padding: 15%;
	text-align: center;
}

#email-me {
	color:  lightgray;
}

#email-me-email {
	font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;

}

.contact-hr{
	width: 55%;
}

.form-inp {
	color: black;
	background-color: lightgray;
	width: 100%;
	font-size: 1.3em;
	border-radius: 5px;
	padding-left: 10px;
}

input{
	margin-bottom: 10px;
	height: 40px;


}

textarea {
	margin-bottom: 5px;
	height: 100px;
	resize:  none;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

#contact-submit {
	border-radius: 15px;
	background-color: lightgrey;
	width: 50%;
	height: auto;
    padding-top:5px;
    padding-bottom:5px;
	font-size: 1.3em;
}

#contact-submit:hover {
	background-color: dimgray;
}

#contact-response {
	text-align: center;
	line-height: 30px;
	width: 30%;
	height: auto;
	border-radius: 5px;
	margin-top:  10px;
	color:  black;

	display: none;
}



#footer {
	height:  auto;
	text-align: center;
}

.footer-icons {
  text-decoration: none;
  color: white;
  padding: 5px;
  margin: 5px;

}