*, *::after, *::before{ /* star is select all ||| pseudo elements rednered after page?*/
  box-sizing: border-box;
}

@font-face {
  font-family: testFont;
  src: url(../fonts/SIMPLIFICA.ttf);
}

body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

.main-nav-content ul{
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  color: rgb(70, 70, 70);
}

h1 {
  font-size: 1.5rem;
  color: #026699;
}

p {
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 2rem;
}

a {
  text-decoration: none;
  color: black;
}

section code {
  background-color: #EEE;
  padding: 0.5em 0.75em;
  display: block;
}

footer {
  height: 100px;
  background-color: black;
}

iframe {
  width: 100%;
}

#main-nav{
	position: fixed;
	display: block;
	width: 100%;
	height: 50px;
	z-index: 20;
	transition: all 0.3s ease-out;
}

.mobile-nav {
  text-align: center;
  background-color: black;
  display: flex;
}

.mobile-nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  border-bottom: 1px solid white;
}

.mobile-nav li {
  align-self: stretch;
  text-decoration: none;
  padding: 1.5rem 1rem;
  text-align: center;
}

.logo {
  /* display: flex;
  left: 0;
  position: fixed; */
}

.logo img {
  /* padding-left: 1rem;
  width: 20%;
  height: 20%; */
  width: 20%;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.site-logo {
  font-family: testFont;
  color: white;
  padding: 1rem;
  padding-left: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-nav-content {
  /* visibility: hidden; */
	position: relative;
	/*margin: 0 15%;*/
	/*width: 70%;*/
	/* height: 0px; */
	border-bottom: none;
	border-top: none;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid white;
  transition: 0.3s;
  /* opacity: 0; */
}

.main-nav-content.home {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}

.right-nav {
  display: none;
  visibility: hidden;
  font-family: testFont;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.hamburger-menu {
  width: 15%;
  text-align: center;
  margin-top: 1rem;
  /*justify-content: flex-end;*/
}

.hamburger-menu img {
  width: 40%;
}

.main-nav-content ul li{
	display: inline-block;
	padding: 1rem;
	/*text-align: center;*/
  flex-grow: 1;
}

.nav-item a{
	padding: 0.3rem 1rem;
	font-size: 1rem;
	color: white;
	/*font-weight: 500;*/
	text-decoration: none;
	text-transform: uppercase;
	border: 1.5px solid transparent;
	transition: all 0.2s ease-out;
}

.nav-item a:hover, .nav-item a:focus, .nav-item a:active{
	border: 1.5px solid white;
}

#main-content {
  padding-top: 9rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.page-main-content {
  width: 100%;
}

.page-content {
  /*width: 70%;
  margin: 0 auto;*/
}

/*-------STYLE GUIDE--------------*/

.in-text-link {
  color: rgb(100, 100, 100);
  font-weight: 700;
}

.in-text-link:hover {
  color: #026699;
}

.styleguide h1, .styleguide h2 {
    font-family: monospace;
}

/*.interactive-elements {
  width: 95%;
  margin: 0 auto;
}*/

.element-row {
  margin-bottom: 4rem;
}

.nav-button {
  padding: 0.5rem 1rem;
  border: 1px solid #026699;
  color: #026699;
  transition: 0.6s;
}

.nav-button:hover {
  color: white;
  background-color: #026699;
}

.name-label, .input-label {
  display: block;
}

.name-label {
  margin-bottom: 0.5rem;
}

.input-label {
  padding: 0.5rem;
}

.color-swatch {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid rgb(200, 200, 200);
}

.color-swatch p {
  text-align: center;
}

.color-swatch.black, .color-swatch.blue {
  color: white;
}

.color-swatch.black {
  background-color: black;
}

.color-swatch.blue {
  background-color: #026699;
}

.color-swatch.white {
  background-color: white;
}

/*-------PAGE TEMPLATE--------------*/

.project-info, .project-content {
  width: 80%;
  margin: 0 auto;
}

.project-info {
  font-family: monospace;
}

.project-image {
  /*width: 100%;*/
  margin: 0 auto;
  margin-top: 3rem;
}

.project-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.project-image.nomad {
  width: 80%;
}

.project-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding: 0.5rem;
}

.project-process.gifs {
  /*width: 80%;*/
  margin: 0 auto;
}

.process-img {
  width: 100%;
  padding: 0.1rem;
}

.process-img img {
  max-width: 100%;
}

.process-img.uml-diagram {
  margin: 0 auto;
}

.image-caption {
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: normal;
  padding: 0.5rem 1rem;
}

.youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*-----index.html--------------------*/

.homepage-container-new {
  margin-top: -4rem;
}

.homepage-dev {
  font-family: testFont;
  text-align: center;
}

.homepage-dev h1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0rem;
  letter-spacing: 1px;

}

.homepage-dev h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

.dev-skills {  
  color: white;
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.dev-skill-container {
  padding: 4rem;
  padding-bottom: 3rem;
  background-color: black;
}

.dev-skill {
  /* flex: 1; */
  text-align: center;
  font-family: testFont;
  
}

.dev-skill h3 {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.dev-skill img {
  width: 13%;
}

.dev-skill ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.3rem;
}

.dev-skill li {
  color: white;
  letter-spacing: 2px;
}

.home-avatar {
  margin-bottom: 5rem;
}

.home-avatar img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.work-experience {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  margin-top: 3rem;
  transition: transform 0.6s ease-in-out;
  flex-wrap: wrap;
  justify-content: space-around;
}

.experience-header {
  width: 100%;
  margin-bottom: 1rem;
}

.experience-header h2 {
  text-align: center;
  font-family: testFont;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.work-container {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 5px;
  /* width: 100%; */
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.85);
  transition: all .2s ease-in-out;
  max-width: 400px;
}

.work-container:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.work-image img {
  object-fit: cover;
  /* width: 400px; */
  width: 100%;
  /* height: 300px; */
  object-position: 50% 15%;
  border-radius: 5px;
  height: 100%;
  max-height: 100%;
}

.work-image a {
  display: flex; 
  justify-content: center;
}

.work-data {
  margin-top: 1rem;
  text-align: center;
  font-family: testFont;
}

.work-data h3 {
  font-size: 1.5rem;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.work-data p {
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-size: 0.8rem;
}

/* .work-container img {
  max-width: 100%;
  padding: 0.3rem;
}

.container-overlay {
  position: absolute;
  top: 3%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  vertical-align: middle;
  height: 93%;
  width: 97%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
}

.work-container:hover .container-overlay {
  opacity: 1;
} */

/* .overlay-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.overlay-text p {
  font-family: testFont;
  letter-spacing: 2px;
} */

.homepage-container {
  background: url('../img/profile_avatar.png') no-repeat center center fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: -2rem;
}

.home-image {
  height: 1000px;
  overflow: hidden;
  z-index: 0;
}

.home-name {
  position: absolute;
  left: 10%;
  top: 50%;
}

.home-name h1 {
  letter-spacing: 1px;
  color: white;
}

.full-name {
  font-size: 2rem;
}

.name-description {
  font-size: 1.5rem;
}

.home-projects h2 {
  text-align: center;
  font-size: 2rem;
  font-family: monospace;
}

.home-projects {
  display: flex;
  justify-content: space-evenly;
}


.my-work {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.project-container {
  /*background-color: rgb(200, 200, 200);*/
  /*width: 40%;*/
  /*height: 400px;*/
  transition: 1s;
  /*border: 1px solid black;*/
}

.project-container img {
  width: 100%;
  padding-bottom: 4rem;
}

.project-container:hover {
  background-color: rgb(255, 255, 255);
  filter: brightness(90%);
}

.work-description {
  position: absolute;
  bottom: 0;

  padding-top: 2rem;
  /*display: none;
  visibility: hidden;*/
  /*transition: 1s;
  color: white;*/
  /*filter: brightness(100%);*/
  text-align: center;
  width: 100%;
}



/*.project-container:hover .work-description {
  display: block;
  visibility: visible;
}*/

.project-container {
  position: relative;
}

.work-header {
  text-align: center;
}

.animated-gif {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  margin: 0 auto;
  width: 494px;
  height: 276px;
  margin-bottom: 1rem;
}

.about-info {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.about-section.avatar {
  max-width: 500px;
}

.about-info img {
  width: 100%;
}

/* .about-section {
  flex: 1;
} */

.about-section.story {
  margin-left: 3rem;
  width: 55%;
  
  margin-top: -2rem;
}

.about-section.story p {
  font-family: ubuntu;
  font-size: 1rem;
}

.about-me {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(245, 245, 245);
}

.about-me p {
  width: 70%;
  margin: 0 auto;
}

.about-me h3 {
  text-align: center;
}

.other-projects {
  display: flex;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.other-projects.about-all {
  width: 85%;
}

.other-work {
  border: 1px solid black;
  margin: 1rem;
  flex: 1;
  transition: 1s;
}

.other-work h3, .other-work p{
  margin: 1rem;
}

.other-work:hover {
  cursor: pointer;
  background-color: #026699;
}

.other-work:hover a {
  color: white;
}

.other-work p {
  font-size: 0.8rem;
}


.container-project {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  flex-wrap: wrap;
  background-color: rgb(245, 245, 245);
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.project-image.work-image {
  flex: 1;
  flex-basis: 100%;
  background-color: white;
  border-radius: 5px;
  position: relative;
}


.project-description {
  flex: 1;
  text-align: center;
  flex-basis: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.project-description p {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.project-learn-more {
  padding: 0.5rem 1rem;
  background-color: #026699;
  color: white;
  border: 2px solid #026699;
  transition: 0.5s;
}

.project-learn-more:hover {
  background-color: rgb(245, 245, 245);
  color: #026699;
}


.project-img.double img {
  display: inline-block;
  width: 100%;
}

.project-image.single {
  width: 100%;
  border: 2px solid black;
  border-radius: 3px;
}

.side-by-side {
  display: flex;
  justify-content: space-between;
}

.side-by-side img {
  width: 48%;
  border: 2px solid black;
  border-radius: 3px;
}

.external-links {
  padding: 2rem 1rem;
  position: absolute;
  right: 0;
}

.external-links a{
  padding: 1rem;
  color: white;
}

.website-link {
  color: #026699;
  text-decoration: underline;
}