@font-face {
  font-family: helvetica;
  src: url(./assets/Helvetica.ttf);
}
@font-face {
  font-family: awesome;
  src: url(./assets/Awesome.ttf);
}
@font-face {
  font-family: paradise;
  src: url(./assets/Birds\ of\ Paradise\ +\ PERSONAL\ USE\ ONLY.ttf);
}

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

html,
body {
  height: 100%;
  width: 100%; 
}

#main {
  height: 100%;
  width: 100%;
  /* background-color: #111; */
  /* color: white; */
  background-color: white;
  color: black;
}

#nav {
  padding: 20px 30px; 
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

#nav a {
  /* color: white; */
  color: black;
  font-size: 18px;
  margin-right: 30px;
  text-decoration: none;
}

#main > h1 {
  font-size: 300px;
  font-weight: 400;
  padding-left: 30px;
  will-change: scale;
}

#main>img{
    position: absolute; 
}

#image1{
    height: 180px;
    top: 55%; 
    left: 47%;
}
#image2{
    height: 200px;
    top: 65%; 
    left: 55%;
}
#image3{
    height: 300px;
    top: 40%; 
    left: 65%;
}

#bottom-left {
  position: absolute;
  bottom: 15%;
  left: 3%;
  width: 300px;
}

#bottom-left h3 {
  font-size: 22px;
  font-size: 20px;
}

#bottom-left h4 {
  margin-top: 50px;
  font-size: 22px;
  font-size: 20px;
}

#bottom-left p { 
  margin-top: 5px;
  font-size: 16px;
}

#bottom-bar {
  width: 100%;
  padding: 30px 40px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

#bottom-bar h1 {
  font-size: 25px; 
  font-weight: 100; 
  font-family: paradise;
}

#bottom-bar a { 
  /* color: white; */
  color: black;
  font-size: 20px;
}
