*, *::before, *::after {
  box-sizing: border-box;
}

html {
  text-align: center;
  height: 100%;
  scroll-behavior: smooth;
  background-color: white;
}

body {
  margin: 0;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  align-content: space-evenly;
}

.page-wrap {
  background-color: white;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}


img {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4 {
  margin-top: 0;
  
}



h4 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 20px;
  line-height: 70px;
  font-family: 'Julius Sans One', sans-serif;
  color: white;
}

h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 2px;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;

}


h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 2px;
  line-height: 40px;
  font-family: 'Julius Sans One', sans-serif;

}

@media screen and (max-width: 1000px) {
  h2{line-height: 40px;}
}

h3 {
  font-size: 14px;
  line-height: 8px;
  text-decoration: none;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
  align-items: center;
  display: block;
  color: white;
  padding-left: 16px;

}


p {
  color: black;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  display: block;

}

@media screen and (max-width: 850px) {
  .hideme {display: none;}
}

@media screen and (min-width: 850px) {
  .hidethis {display: none;}
}

a {
  color:black;
}
a.link {
  color: grey;
}

a.visited  {
  color: black;
}

a.hover {
  color: black;
  background: grey;
}

.extra {
  padding: 30px;
}


.sidenav {
  height: 100%;
  width: 430px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  padding: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 430px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 0px;
  background-color: white;
}

.portfolio {
  padding: 50px;
  background-color: white;

}

@media screen and (max-width: 850px) {
  .portfolio {padding: 30px;}
}


@media screen and (max-width: 850px) {
  .sidenav {
    width: 100px;
    height: 100%;
    position: block;
  }
  .sidenav a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 550px) {
  .sidenav a {
    font-size: 0px;
    width: 1000px;
  }
}

@media screen and (max-width: 850px) {
.main {
  margin-left: 100px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */

}
}

.smallnav {
  font-size: 22px;
  text-decoration: none;
  font-family: 'Julius Sans One', sans-serif;
  display: inline-block;
}

div.smallnav {
  background-color: black;
  padding: 20px;
}

@media screen and (min-width: 850px) {
  div.smallnav {
    font-size: 23px;
  }
}

@media screen and (max-width: 850px) {
  div.smallnav {
    display: none;
  }
}


.icon-bar {
  width: 100%;
  height: 100%;
  background-color: black;
  text-decoration: none;
  padding: 20px;
}

.icon-bar a {
  display: block;
  text-align: left;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
  text-decoration: none;
  font-family: 'Julius Sans One', sans-serif;
  
}


.icon-bar a:hover {
  background-color: none;
}

.active {
  background-color: black;
}

.below {
  position: absolute;
  bottom: 20px;
}


@media screen and (max-width: 700px) {
  .icon-bar {
    width: 30%;
    height: 30%;
    position: block;
    float: left;
    margin-left: 0;
    padding: 0px;
  }
  .icon-bar a {float: left;}
  div.content {margin-left: 0;}


}

.container {
  position: relative;
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: relative;

}

