* {
  box-sizing: border-box;
}
  body, html {
  margin: 0 auto;
  padding: 0;
  background-color: #F3F3F3;
  overflow-x: hidden;
  width: 100vw;
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

h1 {
  padding: 0;
  color: white;
  text-align: center;
  font-size: 15vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
  margin: 0 0 0 0;
}
h2 {
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 650px;
}
h3 {
  color: #4F4f4F;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 650px;
}
p {
  color: #4F4f4F;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400px;
}

a:link {
  color: #4F4f4F;
}

/* visited link */
a:visited {
  color: #4F4f4F;
}

/* mouse over link */
a:hover {
  color: #3A758C;
  text-decoration: underline dotted #62CDD9; 
}

/* selected link */
a:active {
  color: #4F4f4F;
}
.horizontal-rule {
  margin:0;
  margin-left: 50px;
  margin-right: 50px;
  border-bottom: 3px dotted #62CDD9;
  margin-bottom: 15px;
  margin-top: 15px;
}

#contact-form {
  height: 100px;
}

/*
  #footer will contain contact information and social media links
*/
#footer {
  height: 200px;
  padding-left: 100px;
  padding-top: 20px;
  padding-right: 100px;
}

#footer p {
  text-align: left;
  color: #4F4f4F;
  padding: 0;
  margin: 0;
}

#footer h2 {
  text-align: left;
  color: #4F4f4F;
  padding: 0;
  margin:0;
}

#navbar {
  display: flex;
  flex-direction: row;
  height: 60px;
  width: 100vw;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  background-color: #4F4F4F;
}

#contact-info {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  margin-right: 100px;
}



.short-text {
  display: none;
}
.full-text {
  display: block;
}

.nav-button {
  width: 15.75%;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 10px -5px #4F4F4F;
  
}

a {
  text-decoration:none;
}

.case-study-link {
  font-size: 12px;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #F3F3F3;
  background-color: #3A758C;
  padding: 10px 10px;
  font-weight: 300;
}

.case-study-link-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 40px;

}

.case-study-link a:link {
  color: #F3F3F3;
}

/* visited link */
.case-study-link a:visited {
  color: #F3F3F3;
}

/* mouse over link */
.case-study-link a:hover {
  color: #3A758C;
  font-weight: 300;
  text-decoration:none;
}

/* selected link */
.case-study-link a:active {
  color: #3A758C;
}

.dkBlue-style {
  background-color: #3A758C;
}
.ltBlue-style {
  background-color: #62CDD9;
}
.yellow-style {
  background-color: #F2D022;
}
.orange-style {
  background-color: #F29E38;
}
.grey-style {
  background-color: #F3F3F3;
}
.black-style {
  background-color: #4F4F4F;
}

.stripe-header {
  padding:0;
  width: 15.75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*  
  this class holds the 6 section grid and can have 1-4 color stripes 
  depending on the second class
*/
.stripes {
  display: flex;
  flex-direction: row;
  height: 150px;
}
.stripe-background {
  background-color: #F3F3F3;
  width: 18.625%;
}
.stripe-navbar {
  background-color: #4F4f4F;
  width: 18.625%;
}
.stripe {
  width: 15.75%;
}
.dkBlue-header {
  height: 150px;
}

.dkBlue-header img {
  padding: 20px;
}

.arrow {
  padding: 60px;
}

/*  
  .container is only the color box to outline the content associated with
  the style set by the second class
*/
.container {
  display: grid;
  padding: 30px;
  border-radius: 20px;
  margin-left: 100px;
  margin-right: 100px;

}

/*  
  .aboutMe-container is a blank white box for about me content
*/
.aboutMe-container {
  background-color: white;
  display: grid;
  height: 100%;
  border-radius: 10px;
}

.aboutMe-title {
  color: #4F4F4F;
  font-size: 2.1em;
  text-align: left;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Inter', sans-serif;
}

.aboutMe-title span {
  color: #F29E38;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}

p.aboutMe-description {
  color: #4F4F4F;
  font-size: 30px;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

ul.aboutMe-description {
  color: #7d7d7d;
  font-size: 26px;
  text-align: left;
  padding-left: 100px;
  padding-right: 50px;
  padding-bottom: 20px;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
/*  
  .project-container is a 2 column flex-box for project information:
  1. project text
  2. project image
*/
.project-container {
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  justify-content: space-evenly;
  align-items: center;
}

.project-text-container {
  display: flex;
  flex-direction: column;
  width: 60%;
}

/*  
  .project-text-container is a 2 row flex-box following project information:
  1. project title
  2. project description
*/


.project-title {
  height: 10vh;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right:50px;
  color: #4F4F4F;
  font-size: 2.0em;
  text-align: center;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}
.project-title a:link {
  color: #4F4f4F;
}

/* visited link */
.project-title a:visited {
  color: #4F4f4F;
}

/* mouse over link */
.project-title a:hover {
  color: #3A758C;
  text-decoration: underline dotted #62CDD9; 
}

/* selected link */
.project-title a:active {
  color: #4F4f4F;
}



.tiny-header {
  font-size: 0.5em;
  margin-bottom:0;
}

.project-description {
  font-family: 'Inter', sans-serif;
}

.project-description p {
  color: #4F4F4F;
  font-size: 20px;
  text-align: left;
  padding-left: 0px;
  margin-top: 5px;
  padding-right: 50px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

/*  
  .project-image-container is just a container for the project image
*/
.project-image-container {
  border: 0.2px dashed #4F4F4F;
  background-image: url(/images/400x400.gif);
  background-repeat: no-repeat;
  background-size:cover;
  height: 200px;
  width: 40%;
  margin: 50px;
  border-radius: 5px;
}

.project-1 {
  border: none;
  background-image: url(/images/aib_cover-image.jpg);
}

.project-2 {
  border: none;
  background-image: url(/images/nsa-cover-image.png);
}

.project-3 {
  border: none;
  background-image: url(/images/afka-cover-image.jpg);
}



/*  
  .footer-box is a 3 column flex-box containing contact information
  1. Name & Address
  2. Resume Link
  3. Social Media
*/
.footer-box {
  border: 5px dotted #62CDD9;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.footer-box-left p {
  color: #4F4f4F;
}

.case-study-link {
  font-size: 1.5em;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #F3F3F3;
  background-color: #3A758C;
  padding: 3px 10px;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.social img {
  padding-left: 10px;
  height: 6vh;
}


.aboutMe-letter-animation:hover {
  animation-name: letter-bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.letter-animation:hover {
  animation-name: letter-bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  color: rgba(255, 255, 255, 0.75);
}

/* By Dominik Biedebach @domobch */
.nav-button:hover {
  z-index: 1;
}

.nav-button:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  opacity: 1;
}

.nav-button {
  transition: all 2s;
  position: relative;
}

.nav-button:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #4F4f4F;
  height: 1px;
}
.nav-button:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}

.case-study-link:visited {
  color: #F3F3F3;
  background-color: #3A758C;
}

.case-study-link:hover {
  background-color:#F3F3F3;
  color: #3A758C;
  border-style: solid;
  border-width: 1px;
  border-color: #3A758C;
}

@keyframes fill {
  0% {
    width: 0%;
    height: 6px;
    background: #F3F3F3;

  }
  50% {
    width: 100%;
    height: 1px; 
    background: #F3F3F3;
  }
  51% {
    width: 100%;
    height: 0px;
    background: #4F4f4F;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #4F4f4F;
  }
}

@keyframes letter-bounce {
  0% {
    margin-top: 0px;
  }
  25% {
    margin: 50px;
  }
  50% {
    margin: 0px;
  }
  75% {
    margin: 10px;
  }
  100% {
    margin: 0px;
  }
}

@media only screen and (max-width: 800px) {

  .case-study-link {
    font-size: 1em;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    color: #F3F3F3;
    background-color: #3A758C;
    padding: 3px 10px;
  }
  
  .case-study-link-wrapper {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 20px;
  
  }
  
  .project-container {
    border-radius: 10px;
    flex-direction: column;
    min-height: 50vh;
    align-items: center;
  }
  .project-text-container {
    display: flex;
    flex-direction: column;
  }
  .tiny-header {
    font-size: 0.5em;
    margin-top:0;
  }
  .project-image-container {
    height: 250px;
    margin: 10px;
    width: 400px;
    border-radius: 20px;
    background-size: contain;
    border-radius: 0px;
  }
  .project-title {
    height: 5vh;
    margin: 10px;
    width: 80vw;
    font-size: 24px;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .project-text-container {
    width: 100%;
  }
  .project-description {
    margin: 10px;
  }
  .project-description p {
    font-size: 14pt;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
  }
  .container {
    border-radius: 20px;
  }
  .aboutMe-container {
    border-radius: 10px;
  }
  .aboutMe-title {
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
  }
  p.aboutMe-description {
    font-size: 16pt;
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.aboutMe-description {
    font-size: 14pt;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .horizontal-rule {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-box {
    border: 5px dotted #3A758C;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
  }
  .footer-box-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 1075px) {
  #navbar {
    display: flex;
    flex-direction: row;
    height: 60px;
    width: 100vw;
    box-sizing: border-box;
    top: 0;
    background-color: #4F4F4F;
  }
  #footer {
    min-height: 20vh;
    max-height: 50vh;
  }
  
  /*
    NavBar stripes
  */
  .stripe-navbar {
    width: 18.625%;
  }
  .nav-button {
    width: 15.75%;
  }


  /*
    Header stripes
  */
  .stripe-header {
    width: 15.75%;
    padding-top: 15vh;
  }
  /*
    Content stripes
  */
  .stripe {
    width: 15.75%;
  }
  .stripe-background {
    width: 18.625%
  }


  .full-text {
    display: none;
  }
  .short-text {
    display: block;
  }

  .arrow {
    display: none;
  }

  .stripes {
    height: 20vh;
  }

  h1 {
    font-size: 15vw; 

  }

  .container {
    padding: 2vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .aboutMe-container {
    min-height: 20vh;
    border-radius: 10px;
  }

  .dkBlue-header {
    height: 20vh;
  }
  .project-description p {
    font-size: 14pt;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
  }

  .project-title {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
  }

}

@media only screen and (max-width: 1200px) {
  .aboutMe-letter-animation:hover {
    animation:none;
  }
}

@media only screen and (min-width: 1920px) {
  .stripe {
    width: 300px;
  }
  .stripe-background {
    width: 360px;
  }
  .stripe-navbar {
    width: 360px;
  }
  .stripe-header {
    width: 300px;
  }

  .nav-button {
    width: 300px;
    box-shadow: 0px 0px 10px #4F4F4F;
  }

  #navbar:before, #navbar:after {
    content: "";
    height: 100%;
  }
  
  #navbar:before {
    position: absolute;
    width: 100vw;
    background: #4F4f4F;
    left: calc(-50vw + 150px);
    z-index: -1;
    
  }
  #wrapper {
    max-width: 1920px;
  }

  h1 {
    font-size: 300px; 
  }
}