body {
    padding-top: 110px;
    /*  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. 
        navbar is 50 px, the rest is to add some additional space.
    */
}

/* Ensuring columns with same height */

@media (min-width: 750px) {
    .equal, .equal > div[class*='col-'] {  
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }
}


.embed-sc3-documentation {
    border-style: solid;
    border-width: 1px;
    border-color: #EEEEEE;
}

.itunes-badge{
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
}
