@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

@font-face {
    font-family: 'montana2001';
    src: url('montana2.eot');
    src: url('montana2.eot?#iefix') format('embedded-opentype'),
         url('montana2.woff2') format('woff2'),
         url('montana2.woff') format('woff'),
         url('montana2.ttf') format('truetype'),
         url('montana2.svg#montana2001') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'momstypewriterregular';
    src: url('moms_typewriter.eot');
    src: url('moms_typewriter.eot?#iefix') format('embedded-opentype'),
         url('moms_typewriter.woff2') format('woff2'),
         url('moms_typewriter.woff') format('woff'),
         url('moms_typewriter.ttf') format('truetype'),
         url('moms_typewriter.svg#momstypewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
*{
  margin:0;
  padding:0;
}

body{
  margin:0;
  font-family: 'Roboto', sans-serif;
  font-size:17px;
  color:#221307;
  line-height:1.6;
}

#showcase{
  background-image:url('../images/jpeg/composition-CHOM.jpg');
  background-size:cover;
  background-position:center;
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 20px;
}

#showcase h1{
  font-family: 'momstypewriterregular', sans-serif;
  font-size:40px;
  line-height:1.4;
  /* color:#99cccc; */
  color:#fff;
}

#showcase p{
  font-family: 'momstypewriterregular', sans-serif;
  font-size:25px;
  font-style: italic;
  /* color:#ccccff; */
  color:#fff;
}

#section-a{
  padding:10px;
  background:#000000;
  color:#cccccc;
  text-align:center;
  font-family: 'momstypewriterregular', sans-serif;
  font-size:18px;
}

#section-b{
  padding:5px;
  background:#000000;
  color:#99cccc;
  text-align:center;
  font-size:12px;
}
#section-b strong{
  font-family: 'montana2001', sans-serif;
  font-size:16px;
  font-weight: bold;
  font-style: normal;
}
