html, body{
  font-family: 'Poppins', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  scroll-behavior: smooth;
}

#navbar{
  display: flex;
  justify-content: flex-end;
  background-color: gold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3px;
  margin: 0;
  overflow: auto;
}

.nav{
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: x-large;
}

.nav:hover{
  color: white;
  background: black;
  cursor: pointer;
}

.nav-link{
  text-decoration: none;
  color: black;
}

.nav-link:hover{
  color: white;
}



#welcome-section{
  height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, darkgrey, black);
  background-attachment: fixed;
  background-size: cover; 
  position: relative;
  flex-grow: 1;
}

#content{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0;
}

#welcome{
  color: white;
  text-align: Center;
  font-size: 2.5rem;
}

#tagline{
  color: gold;
  font-family: raleway;
  font-weight: 100;
  font-size: x-large;
  text-align: center;
}

#projects{
   display: flex;
  background-color: silver;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#header{
  text-decoration: underline;
  padding: 0 0 0 0;
  position: relative;
  bottom: -60px;
  text-align: center;
}

#tiles{
  display: flex;
  flex-wrap: wrap;
  background-color: silver;
  width: 80%;
  justify-content: center;
  padding: 100px 0 100px 0;
}

.project-tile{
  flex: 0 0 25%;
  text-align: center;
  background-color: grey;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px grey;
  
}

.pic{
  /*height: 400px;*/
  object-fit: cover;
}

.tile-content{
  font-size: x-large;
}

.project-link{
  text-decoration: none;
  color: white;
  position: relative;
  top: -7px;
}

.project-link:hover{
  text-decoration: underline overline dashed white;
  color: white;
}

.thumbnail:hover{
  cursor: pointer;
}

#more{
  background: grey;
  color: white;
  height: 50px;
  width: 150px;
  font-size: x-large;
  padding: 10px;
  text-align: center;
  position: relative;
  top: -80px;
}

#contact{
    background: linear-gradient(180deg, black, darkgrey);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 400px 0 400px 0;
  flex-direction: column;
  width: 100%;
}

#contact-header{
  padding: 0 0 20px 0;
  text-align: center;
}

#contact-contain
{
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 75%;
}

#contact-options{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.contact-tile{
  width: 20%;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-out;
  text-align: center;
}

.contact-tile:hover{
  transform: translateY(10px);
}




.icon{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  vertical-align: middle;
}

.pro-link{
  text-decoration: none;
  color: white;
}

#footer{
  background: black;
  color: gold;
  text-align: center;
  padding: 50px 0 50px 0;
  width: 100%;
  border-top: 4px solid gold;
  position: relative;
  top: 400px;
  font-size: medium;
}


@media (max-width: 900px){
    #navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: gold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3px;
  margin: 0;
  overflow: auto;
}
   #contact-contain
{
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 flex-wrap: wrap;
}
  
  
  #tiles{
  display: flex;
    flex-direction: column;
  background-color: silver;
  width:60%;
  justify-content: center;
  padding: 100px 0 100px 0;
}
  
  #contact-options{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
    flex-wrap: wrap;
}
  .contact-tile{
  width: 30%;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-out;
  text-align: center;
  margin: 20px;
}

#welcome{
  color: white;
  text-align: Center;
  font-size: 2.0rem;
}
}

@media (max-width: 400px){
  #navbar{
  display: flex;
  justify-content: center;
   align-items: center;
  background-color: gold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3px;
  margin: 0;
  overflow: auto;
}
  
  #tiles{
  display: flex;
  flex-direction: column;
  background-color: silver;
  width: 60%;
  justify-content: center;
  padding: 100px 0 100px 0;
    align-items: center;
}
 
  
   #contact-contain
{
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 flex-wrap: wrap;
}
  
   .contact-tile{
  width: 30%;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-out;
  text-align: center;
  margin: 20px;
}

#welcome{
  color: white;
  text-align: Center;
  font-size: x-large;
}

#tagline{
  color: gold;
  font-family: raleway;
  font-weight: 100;
  font-size: small;
  text-align: center;
}

#contact{
  background: linear-gradient(180deg, black, darkgrey);
color: white;
display: flex;
justify-content: center;
align-items: center;
padding: 200px 0 200px 0;
flex-direction: column;
width: 100%;
}

}

