* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}

@font-face {
  font-family: Anurati;
  src: url(./Fonts/Anurati-Regular.otf);
}

h1 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight:bold;
  font-size: 44px;
  line-height: 52px;
}

/*Quote, Subtitles*/
h2 {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}

/*Note title*/
h3 {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}

/*Note text*/
h4 {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

p {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

nav a {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 24px;
  margin-right: 24px;
}

body {
  background-color: #ffffff;
  width: 100%;
}

header {
  width: 100vw;
  min-height: 270px;
  margin: 0 auto;
  margin-bottom: 32px;
  background-image: url(#);
  background-size: cover;
  background-position-x: center;
}

nav{
  width:100%;
  top:0;
  left:0px;
  position: fixed;
  padding: 5%;
  display: flex;
  flex-direction: row;
  z-index: 3;
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: top 0.5s;
}

nav ul li {
  display: inline;
}

#title {
  text-align: left;
  min-height:270px;
  display:flex;
  align-items:flex-end;
  margin-left:16px;
  padding-bottom:24px;
  max-width: 343px;
}

.sides {
  margin: 0px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

main {
  width: 90vw;
  margin: auto auto auto 16px;
}

.description{
  margin-bottom: 120px;
}

.description-title{
  margin-bottom: 40px;
}

.part{
  margin: auto;
  margin-bottom: 144px;
}

.parttitle{
  margin: auto;
  margin-bottom: 40px;
}


.subtitle {
  margin-bottom: 16px;
}

.subpart{
  margin: auto;
  margin-bottom: 104px;
}

.subpart-text{
  margin-bottom:24px;
}

.subpart-images{
  margin-bottom:24px;
}

.prefooter {
  width: 95vw;
  margin: auto;
}

footer {
  width: 90vw;
  margin: 16px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top:solid black 1px;
  padding:16px;
}

footer a,footer p {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}

@media (min-width: 490px) {
  h1 {
    font-size: 58px;
    line-height: 69px;
  }

  /*Quote, Subtitles*/
  h2 {
    font-size: 36px;
    line-height: 43px;
  }

  header {
    min-height: 560px;
    max-width:100%;
  }

  nav{
  padding:24px;
  }

  #title {
    min-height:560px;
    margin-left:24px;
    max-width: 520px;
  }

  .sides {
    margin: 0px 24px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  main {
    margin: auto 24px;
    width:auto;
  }

  .description{
    margin-bottom: 120px;
  }

  .description-title{
    margin-bottom: 40px;
  }

  .description-text{
    max-width:700px;
    margin:auto;
  }

  .parttitle{
    max-width:700px;
  }
  
  .part {
    margin:auto;
    margin-bottom: 224px;
  }
  
  .part-side {
    max-width:700px;
    margin:auto;
  }

  .part-side-text{
    max-width:700px;
    margin:auto;
  }  
  
  .subtitle{
    max-width:700px;
    margin:auto;
    margin-bottom:16px;
  }

  .subpart{
    max-width:700px;
    margin:auto;
    margin-bottom: 124px;
  }

  .subpart-text{
    max-width:700px;
    margin:auto;
    margin-bottom:24px;
  }

  .prefooter {
    width: 100%;
    margin-right: 24px;
  }

  footer {
    width:95vw;
    margin: 24px;
  }

  footer a,
  footer p {
    font-size: 16px;
  }
}

@media (min-width:768px){
  nav{
    padding:32px;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 75px;
    line-height: 90px;
  }

  /*Quote, Subtitles*/
  h2 {
    font-size: 40px;
    line-height: 60px;
  }

  /*Note title*/
  h3 {
    font-size: 14px;
    line-height: 18px;
  }

  /*Note text*/
  h4 {
    font-size: 14px;
    line-height: 24px;
  }

  p {
    color: #000000;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
  }

  header {
    height: 90vh;
  }

  #title {
    height:90vh;
    margin-left:102px;
    padding-bottom:120px;
    max-width: 640px;
  }

  .sides {
    width:1236px;
    margin: 0px auto;
    margin-bottom: 80px;
  }

  main {
    width: 1236px;
    margin: auto;
  }

  .description{
    width: 100%;
  }

  .description-title{
    width: 1300px;
    margin: 0px;
    text-align: center;
    margin-bottom: 160px;
  }
  
  .description-text{
    max-width:1200px;
    margin: 0px;
    width: 900px;
    margin-bottom: 124px;
  }
  
  .part{
    width:100%;
    margin: 0px;
    margin-bottom: 272px;
  }
  
  .parttitle {
    margin: 0px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .part-side{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:80px;
  }

  .part-side-text{
    max-width:1200px;
    margin: 0px;
    width: 900px;
    margin-bottom: 124px;
  }

  .part-side-images{
    width: 608px;
  }

  .subpart {
    max-width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .subtitle {
    max-width:100%;
    margin: 0px;
    margin-bottom:16px;
  }
  
  .subpart-text{
    margin:0px;
    width:608px;
    margin-right:24px;
  }

  .subpart-images{
    margin-top:0px;
    width:608px;
  }
  
  .prefooter {
    width: 1236px;
    margin: auto;
  }

  footer {
    width: 1236px;
    margin: 16px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top:solid black 1px;
    padding:16px 0px;
  }

  footer a, footer p {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
  }
}
