BODY{
  background-color:#000;
  margin:0px;
  padding:0px;
  font-family:"Arial",Georgia,Serif;
  color:white;
}

.sgFont{
  color:#959595;
  text-decoration:none;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}

.pdLogo{
  background: url('../web-graphics/m/pdlogo.png') no-repeat;
  background-size: 100%;
  max-width:348px;
  width:100%;
  height:69px;
  display:inline-block;
}

h1{
  font-size:16px;
}

.sloganCenterer{
  width:300px;
  display:inline-block;
}
.slogan-p1{
  text-align:left;
  font-size:14px;
  color:#b5b5b5;
  filter:drop-shadow(0px 0px 3px #b5b5b5);
}
.slogan-p2{
  text-align:right;
  font-size:13px;
  color:#858585;
  filter:drop-shadow(0px 0px 1px #858585);
}

@media screen and (min-width: 1024px){
.pdLogo{
  margin-top:45px;
  margin-left:55px;
}

.topBar{
  height:153px;
  width:100%;
  position:fixed;
  top:0px;
  background:#000;
  z-index:100;
}

.aboutLink{  
  margin-top:70px;
  margin-right:100px;
  float:right;
  font-size:12px;
}

.videoFrame{
  background: url('../web-graphics/m/teaserVidTrySample.png') no-repeat;
  width:100%;
  height:450px;
  position:fixed;
  top:153px;
  z-index:0;
  text-align:center;
  color:#d9d9d9;
}

.videoFrame video{
  margin-top:-315px;
}

.sloganContainer{
  top:200px;
  width:100%;
  position:absolute;
  text-align:center;
  z-index:2;
}

.m-sloganContainer{
  display:none;
}

.content{
  margin-top:660px;
  position:relative;
  z-index:20;
}

.projectPanel{
  width:100%;
  color:#cccccc;
  background:#070707;
  text-decoration:none;
  display:table;
  margin-top:15px;
  margin-bottom:35px;
  padding:15px 0px 15px 0px;
  text-align:center;
  font-size:15px;
}

.centringThing{
  width:1024px;
  display:inline-block;
  text-align:left;
}

.projectLogo{
  display:table-cell;
  vertical-align: middle;
}

.projectText{
  display:table-cell;
  vertical-align: middle;
  padding-left:60px;
}

}

@media screen and (max-width: 1023px){
.pdLogo{
  margin-top:100px;
}

.topBar{
  width:100%;
  background:#000;
  text-align:center;
  padding:0px 5px 0px 5px;
  box-sizing: border-box;
}

.aboutLink{  
  display:none;
}

.videoFrame{
  display:none;
}

.m-sloganContainer{
  text-align:center;
  margin-bottom:50px;
  margin-top:50px;
}

.content{
  text-align:left;
}

.projectPanel{
  display:block;
  width:100%;
  color:#cccccc;
  background:#070707;
  text-decoration:none;
  margin-top:15px;
  margin-bottom:35px;
  padding:15px 0px 15px 0px;
  text-align:left;
  font-size:15px;
}

.centringThing{
  margin:0px 15px 0px 15px;
  display:block;
  text-align:left;
}

.projectLogo{
  display:block;
  text-align:center;
  margin-bottom:15px;
}

.projectText{
  display:block;
}

}

.footer{
  font-size:12px;
  position:relative;
  width:100%;
  color:#cccccc;
  background:#070707;
  text-align:center;
  padding:40px 0px 20px 0px;
  margin-top:80px;
}

.findus a{
  display:inline-block;
  margin-top:10px;
}

.copyright{
  margin-top:50px;
}

.scrollHint{
  position:fixed;
  bottom:0px;
  z-index:100;
  height:40px;
  width:100%;
  background: rgba(20, 20, 20, 0.9);
  text-align:center;
}


.downArrow{
  display:inline-block;
  margin-top:5px;
  width:17px;
  height:22px;
  background: url(../web-graphics/m/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;}
}


.aboutPanel{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9000;
  text-align:center;
  background:rgba(5, 5, 5, 0.9);
}

.aboutPanel>div{
    display:inline-block;
    background:red;
    color:#cccccc;
    background:#101010;
    padding:50px;
    margin-top:50px;
    width:400px;
    text-align:left;
}

.aboutClose{
  background: url(../web-graphics/m/closeButton.png) right center no-repeat ;
  height: 20px;
}
