body{
  font-family: 'Space Mono', monospace;
}
main.content{
  padding:0;
}
.wrap{
  max-width:100%;
}
.entry{
  margin-bottom:0;
}
.section1, .section2, .section3{
  font-size:1.5em;
  text-align:center;
  padding-bottom:0px;
  color:white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
.section1{
  padding-top:20px;
  background-color:rgba(163, 38, 56, .5);
}
  
.section2{
  background-color:rgba(100, 100, 100, 1);
  padding-bottom:0px;
  color:black;
}
  
.section3{
  background-image:url('http://community.mis.temple.edu/coursesearch/files/2017/03/llightbulbBackground.png');
  background-size:cover;
  background-position:top;
  padding-bottom:25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
      
  
.sectionHeading{
  font-size:1.5em;
  font-weight:700;
  padding-top:25px;
  padding-bottom:25px;
  color:white;
}
.headingBg{
  background-color:rgba(0,0,0,.9);
  margin-bottom:50px;
}
  
.screenshot{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
.profPic{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius:10px;
}
  
.profPic:hover{
  transform:scale(.98);
}
  
.profName{
  padding-top:10px;
  font-weight:bold;
  color:white;
}
  
.content{
  background-image:url('https://branding.temple.edu/sites/branding/files/images/blocks/Red_DiamondPattern.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
  background-position:center;
}
.screenshotDesktop{
  background-color:#fff;
  padding-top:25px;padding-bottom:25px;
  background-color:#222;
  margin-top:25px;
  border-radius:5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.embed{
  max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.tryNow{
  border-radius:5px;
}

@media only screen and (max-width:782px){
  .shrink{
    top:0px !important;
  }
}