@font-face {
    font-family: 'libertinus_keyboardregular';
    src: url('fonts/libertinuskeyboard-regular-webfont.woff2') format('woff2'),
         url('fonts/libertinuskeyboard-regular-webfont.woff') format('woff');
          font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunitoextralight';
    src: url('fonts/nunito-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/nunito-variablefont_wght-webfont.woff') format('woff');
          font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'smooch_sansthin';
    src: url('fonts/smoochsans-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/smoochsans-variablefont_wght-webfont.woff') format('woff');
          font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratthin_italic';
    src: url('fonts/montserrat-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/montserrat-italic-variablefont_wght-webfont.woff') format('woff');
 font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratthin';
    src: url('fonts/montserrat-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/montserrat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rounded_mplus_1cregular';
    src: url('fonts/mplusrounded1c-regular-webfont.woff2') format('woff2'),
         url('fonts/mplusrounded1c-regular-webfont.woff') format('woff');
          font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rounded_mplus_1cthin';
    src: url('fonts/mplusrounded1c-thin-webfont.woff2') format('woff2'),
         url('fonts/mplusrounded1c-thin-webfont.woff') format('woff');
          font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suse_monothin_italic';
    src: url('fonts/susemono-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/susemono-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'suse_monothin';
    src: url('fonts/susemono-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/susemono-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'libre_baskervillebold';
    src: url('fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-bold-webfont.woff') format('woff');

}
@font-face { 
    font-family: 'libre_baskervilleitalic';
    src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-italic-webfont.woff') format('woff');
} 
@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-regular-webfont.woff') format('woff');

}



body {
  margin:20px;
  background-color: #FFF;
}
.main {
   padding-left:30px;
   padding-right:30px;
}
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      border-block-color: blue;
    }

    nav {
      font-family:'suse_monothin';
      display: flex;
      align-items: center;
      padding: 10px;
    }

    nav a {
      color: black;
      font-family:'suse_monothin';
      text-decoration: none;
      padding: 10px 20px;
      font-size: 18px;
      transition: background 0.3s ease;
    }

    nav a:hover {

      border-radius: 5px;
    }

    .Icon {
      font-weight: bold;
      font-size: 22px;
      color: black;
      margin-right: auto;
    }

    @media (max-width: 960px) {
      nav {
        flex-direction: column;
        align-items: flex-start;
      }

      nav a {
        display: block;
        width: 100%;
      }
    }
h1 {
  font-family:'suse_monothin'; 
  font-size:18px;
  line-height:2rem;
}

h2 {
  font-family:"suse_monothin"; 
  font-size:11px;
  }
  
h3 {
  font-family:'suse_monothin'; 
  font-size:15px;
h4 {
  font-family:'suse_monothin'; 
  font-size:12px;
}  

h5 {
  font-family:'suse_monothin'; 
  font-size:3rem;
  }
  
h6 {
  font-family:'suse_monothin'; 
  font-size:1.6rem;
  }
  
p {
  font-family:'suse_monothin';
  font-size:15px;
}

p2 {
  font-family:'suse_monothin';
  font-size:10px;
}

p3 {
  font-family:'suse_monothin';
  font-size:8px;
  line-height:.8rem;
}

p4 {
  font-family:'suse_monothin';
  font-size:15px;
  line-height:20px;
  padding-right:20px;
}

p5 {
  font-family:'suse_monothin';
  font-size:10px;
}

#mydiv {
  position: absolute;
  z-index: 9;
  text-align: center;
  cursor: move;
}

#mydivheader {
  padding: 10px;
  color: #fff;
}

 .box {
  width: relative;
  height: relative;
  padding:10px;
  margin-right:100px;
  position: relative;
        }

a {
	-webkit-transition: .3s;
	transition: .3s;
  }
  
a:link {

  font-family:'suse_monothin';
  text-decoration: none;
  color: black;
  
  }
a:visited {
  text-decoration: none;
  color: black;
  }
a:hover {
  cursor:pointer;
   border-radius: 3px;
  text-shadow: 1px 1px 0 #FFAAD5;
}
a:active {
  text-decoration: none;
  color: #29D0FF
  }

div.b {
  position: absolute;
  right: 0;
  width: 100px;
  height: 120px;
  border: 3px solid blue;
} 

 .tab { margin-left: 20px; }
}
.parent { 
  justify-content: center; align-content:center;  
  height: auto; width: 100%;  margin: 0px 15px;
  }
.child {
  justify-content: center;  justify-content: center;
  position:relative; display: flex;
  }
  
#snail {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:50vw;width:auto;
  }

#poets {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:75vw;width:auto;
  }

#pencil {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:63vw;width:auto;
  }
  
#banana {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:49vw;width:auto;
  }
  
#trans {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:65vw;width:auto;
  }
  
#world {
  transform:translateX(-50%);
  transform:translateX( 0px);
  height:19rem;
  }


.dropbtn {
  border: none;
    font-family:'suse_monothin';
   font-size: 18px;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: blue;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.footer {
   position: absolute;
    padding-right:30px;
   bottom: 10px;
   width: 100%;
   color: white;
   text-align: right;
}


