@font-face {
    font-family: MakefastWorkshop;
    src: url("./__fonts/MakefastWorkshop-Light.ttf");
}
@font-face {
    font-family: MakefastWorkshopMono;
    src: url("./__fonts/MakefastWorkshopMono-Light.ttf");
}
@font-face {
    font-family: MakefastWorkshopLogo;
    src: url("./__fonts/MakefastWorkshopLogo-Light.ttf");
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Helvetica Neue", HelveticaNeue, "Roboto", Arial, sans-serif;
  font-size: 18px;
  background: #FDFCFB;
  color: #291F15;
}
a {
  color: #000;
  font-weight: 600;
}
::selection {
  background: #ffe9d3;
  color: #000;
  text-shadow: none;
}
/* -- */
#pinfotrain {
  margin-top: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  font-size: 16px;
  padding: 0 10px;
}
#pinfotrain h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}
#pinfotrain img {
  max-width: 100%;
}
#breadcrumbs {
  font-size: 18px;
  position: relative;
  height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}
#breadcrumbs img {vertical-align: middle;}
.logohome {opacity: 0.85;}
.logohome:hover {opacity: 1;}
.bigbtn {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ffff33;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #999;
}
.bigbtn:hover {border: 1px solid #000;}
.opdoproduct {
    border-top: 1px dashed #777;
    padding-top: 20px;
    margin-top: 40px;
}
.opdovideo {
    position: relative;
    width: 100%;
    text-align: center;
}
li {
  margin-bottom: 10px;
}
/* -- */
#brandinfo {
  font-size: 12px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed #777;
}
/* -- */
#footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #999;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
  width: 90%;
  max-width: 512px;
}
.footerimg {
  display: inline-block;
  position: relative;
  width: 140px;
  text-align: center;
  height: 46px;
  margin-bottom: 20px;
  overflow: hidden;
}
.footerimg.mw {width: 220px;}
.mwlogotxt {
    display: inline-block;
    line-height: 14px;
    text-align: left;
    margin: 4px;
    vertical-align: top;
}
/* -- */
/* smaller than 360px */
@media (max-width: 360px) {
  #plogo {width: 160px;}
  #ptagline h1 {font-size: 20px; line-height: 32px;}
  #ptagline {margin-top: -120px;}
  #footer a {padding: 15px 20px;}
  .ptopic {font-size: 12px; width: 60px;}
  #pinfotrain {font-size: 15px; line-height: 1.3em;}
  #pinfotrain h3 {font-size: 16px;}
}