BODY{
  background-color:#e4eaef;
  margin:0px;
  padding:0px;
  font-family: Helvetica, Arial, sans-serif;
  color:#333333;
  text-decoration:none;
  font-size:21px;
  text-align:center;
}

h2 {
  font-size:25px;
  margin-bottom:25px;
  margin-top:15px;
}

ul{
  max-width:950px;
  text-align:left;
  display:inline-block;
  list-style-position:outside;
}

li.yes{
  list-style-image: url('../web-graphics/cutterpro/checkmark.png');
}

li.no{
  list-style-image: url('../web-graphics/cutterpro/crossmark.png');
}

li.win{
  list-style-image: url('../web-graphics/cutterpro/winlogo.png');
}

a{
  text-decoration:underline;
  font-weight:normal;
  color:#ff7f2a;
}

/** top bar */

.topBar{
  background: #f8f8f8;
  color:#747474;
}

.topBarContent{
  text-align:left;
}

@media screen and (min-width: 1220px){
  .topBarContent{
    display:inline-block;
    width:1190px;
    text-align:left;
  }
}

.topBarLinks{
  display:inline-block;
  float:right;
  margin-top:5px;
}

@media screen and (min-width: 810px){
  .topBarLinks{
    display:inline-block;
    float:right;
    margin-top:30px;
  }
}

.topBarLinks>div{
  margin-left:15px;
  display:inline-block;
  text-align:center;
}

.topBarLinks>div>a{
  color:#747474;
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
  display:block;
}

.topBarLinks>div>a+div{
  width:10px;
  height:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
}

.topBarLinks>div>a:hover+div{
  background:#747474;
}

.topBarLinks>div>a.active+div{
  background:#0a0819;
}

@media screen and (max-width: 810px){
  .topBarLinks>div>a{
    color:#747474;
    font-weight:bold;
    text-decoration:none;
    font-size:10px;
  }
}

.pdLogo{
  background: url('../web-graphics/drumtrigger/pdLogoIcoBW20x20.png') no-repeat;
  width:20px;
  height:20px;
  display:inline-block;
  margin-top:10px;
  margin-bottom:15px;
  margin-left:8px;
  margin-right:0px;
}

@media screen and (min-width: 400px){
  .pdLogo{
      background: url('../web-graphics/drumtrigger/pdLogoBW191x38.png') no-repeat;
      width:38px;
      height:38px;
      display:inline-block;
      margin-top:5px;
      margin-bottom:5px;
      margin-left:5px;
      margin-right:0px;
  }
}

@media screen and (min-width: 550px){
  .pdLogo{
      background: url('../web-graphics/drumtrigger/pdLogoBW191x38.png') no-repeat;
      width:191px;
      height:38px;
      display:inline-block;
      margin-top:5px;
      margin-bottom:5px;
      margin-left:0px;
      margin-right:0px;
  }
}

@media screen and (min-width: 810px){
  .pdLogo{
    background: url('../web-graphics/drumtrigger/pdLogoBW349x69.png') no-repeat;
    width:348px;
    height:69px;
    display:inline-block;
    margin-top:9px;
    margin-bottom:9px;
    margin-left:0px;
    margin-right:0px;
  }
}

/** content */

.contentContainer{
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}

.contentContainer .section{
  flex: 0 0 auto;
  width: 100%;
}

.imageSection{
  margin-top:20px;
  margin-bottom:15px;
  padding-top:10px;
  padding-bottom:10px;
}

.imageSection img{
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

.text{
  max-width:1190px;
  text-align:center;
  display:inline-block;
}

/** footer */

.footer{
  background: #f8f8f8;
  text-align:right;
  padding-top:35px;
  padding-bottom:35px;
  font-size:12px;
  margin-top:15px;
  display:flex;
  justify-content: space-around;
  align-items: center;
}

.scrollHint{
  position:fixed;
  bottom:0px;
  z-index:100;
  height:40px;
  width:100%;
  background: rgba(250, 250, 250, 0.4);
  text-align:center;
}

.downArrow{
  display:inline-block;
  margin-top:5px;
  width:17px;
  height:22px;
  background: url(../web-graphics/cutterpro/arowDown.png) 0px 0px no-repeat;
  animation-name: downArrowAnim;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(6);
}


@keyframes downArrowAnim {
    0% {background-position: 0px 0px;}
    100% {background-position: -102px 0px;}
}

.panelLink{
  display:flex;
  box-sizing: border-box;
  align-items:center;
  width: 270px;
  height: 105px;
  padding: 10px 10px 10px 105px;
  background-color: #0a0819;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  margin: 10px;
  text-decoration:none;
  color: #fff;
  text-align:left;
  float:left;
  font-size:18px;
}

.panelLink:hover{
  background-color: #343341;
}

.panelLink.ico-sch{
  background-image: url(../web-graphics/drumtrigger/ico-schematic.png)
}

.panelLink.ico-src{
  background-image: url(../web-graphics/drumtrigger/ico-src.png)
}

.panelLink.ico-bin{
  background-image: url(../web-graphics/drumtrigger/ico-bin.png)
}

.panelLink.ico-pcb{
  background-image: url(../web-graphics/drumtrigger/ico-pcb.png)
}

/** Title */

.titleScreen{
  color:#fff;
  background-color:#070613;
  margin-bottom:35px;
  
  background-image: url('../web-graphics/drumtrigger/img-header-main.png');
  background-repeat:no-repeat;
  background-position:center;
}

.titleScreenContent{
  text-align:left;
  display:inline-block;
  width:100%;
}
  
@media screen and (min-width: 1335px){
  .titleScreenContent{
    width:1305px;
    text-align:left;
    display:inline-block;
  }
}

.titleScreen .titleLogo{
  background-image: url('../web-graphics/drumtrigger/audioheadslogo.png');
  background-position:center;
  background-repeat:no-repeat;
  height: 27px;
  margin-top:180px;
}

.titleScreen .titleText{
  font-weight:bold;
  font-size:73px;
  margin-top:0px;
  margin-bottom:213px;
  text-align:center;
}

.titleScreen .sub{
  font-size:18px;
  margin-bottom:15px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.titleScreen .sub div{
  opacity: 0.66;
}

.titleScreen .sub .ytLink{
  cursor:pointer;
  display:flex;
  align-items:center;
  text-decoration:none;
  color: #fff;
  padding-left:65px;
  padding-right:5px;
  height:27px;
  background: url('../web-graphics/drumtrigger/youtubeLogo-white.png') no-repeat 5px 0px;
}

.titleScreen .sub .ytLink:hover{
  background-color:#343341;
}

/** sections */
.sectionHeader-how{
  height:540px;
  background-image: url('../web-graphics/drumtrigger/img-header-how.png');
  background-position: left;
  background-repeat: no-repeat;
}

.sectionHeader-diy{
  height:540px;
  background-image: url('../web-graphics/drumtrigger/img-header-diy.png');
  background-position: center;
  background-color: #0a0819;
  background-repeat: no-repeat;
}

.sectionHeader-resources{
  height:40px;
  width:auto;
  background-color: #0a0819;
}


