html {
  font-family: "Montserrat", sans-serif;
}

body {
  width: 100vw;
  /*  height: 100vh;*/
  background-color: #040204ff;
  color: #fff7e6;
  margin: 0;
}

header {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  width: 100vw;
}

nav {
  height: 10vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff7e6;
}

.navlist {
  display: flex;
  justify-content: space-around;
  width: 55vw;
}

.burger {
  display: none;
}

.burger div {
  height: 3px;
  background-color: #fff7e6;
  width: 25px;
  margin: 4px;
}

.logo
{
  color: #9AA394ff;
}

@media (max-width: 768px) {
 /* .burger {
    display: block;
  }
*/
 /* nav .navlist {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: #F53C3E;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }*/

  .navlist, .logo
  {
    font-size: 15px;
  }
}
section {
  width: 100vw;
  display: flex;
}

.introsection {
  height: 90vh;
  justify-content: center;
  align-items: center;
  background-image: url("img/bgWeb.jpg");
  background-position-x: 40%;
  background-size: cover;
}

.hellotext
{
  background-color: #040204ff;
}

.othersection {
  height: 100vh;
  align-items: flex-end;
  background-color: #43594Cff;
}

.showcasesection, .showcasetitlesection {
  justify-content: center;
}

.showcasesection 
{
  background-color: #43594Cff;
}

.showcasetitlesection
{
  align-items: center;
  height: 100vh;
  background-color: #010201ff;
/*  background-color: #9AA394ff;*/
}

.showcasetext
{
  text-align: center;
}

.textcontainer {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 25px;
}

.introsection {
  text-align: center;
}

.othertext {
  width: 67vw;
}

.textpadding
{
  padding-left: 5%;
}

.showcaselist
{
  font-size: 16px;
  text-align: center;
  padding: 0 5%;
  margin: 60px 0px;
}

.yeartitle
{
  font-size: 24px;
  text-align: center;
  color: #9AA394ff;
}

/*# sourceMappingURL=style.css.map */
